Plugin Directory

Changeset 3043456

Timestamp:
03/01/2024 06:32:43 AM (5 months ago)
Author:
nhrrob
Message:

Update to version 1.0.2 from GitHub

Location:
nhrrob-hide-admin-notice
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • nhrrob-hide-admin-notice/assets/banner-1544x500.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • nhrrob-hide-admin-notice/assets/banner-772x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • nhrrob-hide-admin-notice/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • nhrrob-hide-admin-notice/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • nhrrob-hide-admin-notice/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • nhrrob-hide-admin-notice/assets/screenshot-2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • nhrrob-hide-admin-notice/tags/1.0.2/nhrrob-hide-admin-notice.php

    r3040468 r3043456  
    55 * Description: Hide all unwanted notices and keep your dashboard clean.
    66 * Author: Nazmul Hasan Robin
    7  * Version: 1.0.1
     7 * Version: 1.0.
    88 * Requires at least: 6.0
    99 * Requires PHP: 7.4
     
    1515if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1616
    17 define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.1' );
     17define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.' );
    1818define( 'NHRROB_HIDE_ADMIN_NOTICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1919
  • nhrrob-hide-admin-notice/tags/1.0.2/readme.txt

    r3040468 r3043456  
    11=== NHR Hide Admin Notice | WP Dashboard Notice Cleaner ===
    22Contributors: nhrrob
    3 Tags: hide admin notices, dashboard notice manager, remove admin notices, remove unwanted notices, hide wp admin notices
     3Tags: hide admin notices,
    44Requires at least: 6.0
    55Tested up to: 6.4
    66Requires PHP: 7.4
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79
     80
     81
    7982= 1.0.1 - 24/02/2024 =
    8083- Readme updated.
  • nhrrob-hide-admin-notice/trunk/nhrrob-hide-admin-notice.php

    r3040468 r3043456  
    55 * Description: Hide all unwanted notices and keep your dashboard clean.
    66 * Author: Nazmul Hasan Robin
    7  * Version: 1.0.1
     7 * Version: 1.0.
    88 * Requires at least: 6.0
    99 * Requires PHP: 7.4
     
    1515if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1616
    17 define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.1' );
     17define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.' );
    1818define( 'NHRROB_HIDE_ADMIN_NOTICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1919
  • nhrrob-hide-admin-notice/trunk/readme.txt

    r3040468 r3043456  
    11=== NHR Hide Admin Notice | WP Dashboard Notice Cleaner ===
    22Contributors: nhrrob
    3 Tags: hide admin notices, dashboard notice manager, remove admin notices, remove unwanted notices, hide wp admin notices
     3Tags: hide admin notices,
    44Requires at least: 6.0
    55Tested up to: 6.4
    66Requires PHP: 7.4
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79
     80
     81
    7982= 1.0.1 - 24/02/2024 =
    8083- Readme updated.
Note: See TracChangeset for help on using the changeset viewer.