Plugin Directory

Changeset 3058759

Timestamp:
03/26/2024 06:20:21 AM (4 months ago)
Author:
nhrrob
Message:

Update to version 1.0.4 from GitHub

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

Legend:

Unmodified
Added
Removed
  • nhrrob-hide-admin-notice/tags/1.0.4/nhrrob-hide-admin-notice.php

    r3043907 r3058759  
    55 * Description: Hide all unwanted notices and keep your dashboard clean.
    66 * Author: Nazmul Hasan Robin
    7  * Version: 1.0.3
     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.3' );
     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.4/readme.txt

    r3043908 r3058759  
    11=== NHR Hide Admin Notice | WP Dashboard Notice Cleaner ===
    22Contributors: nhrrob
    3 Tags: hide admin notices, hide admin notifications, notifications, notices, admin notice
     3Tags:
    44Requires at least: 6.0
    5 Tested up to: 6.4
     5Tested up to: 6.
    66Requires PHP: 7.4
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1111Hide all unwanted notices and keep your dashboard clean.
    1212
     13
    1314
    14 == Description ==
     15https://www.youtube.com/watch?v=MQEORmLYjKE
    1516
    1617Are you fed up with all the unwanted admin notices? You are not alone!
     
    7980
    8081= 1.0.3 - 02/03/2024 =
     82
     83
     84
    8185- Sometimes you may want to see if there is any admin notices. Now, you can see Admin Notices on your Profile page.
    8286
  • nhrrob-hide-admin-notice/trunk/nhrrob-hide-admin-notice.php

    r3043907 r3058759  
    55 * Description: Hide all unwanted notices and keep your dashboard clean.
    66 * Author: Nazmul Hasan Robin
    7  * Version: 1.0.3
     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.3' );
     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

    r3043908 r3058759  
    11=== NHR Hide Admin Notice | WP Dashboard Notice Cleaner ===
    22Contributors: nhrrob
    3 Tags: hide admin notices, hide admin notifications, notifications, notices, admin notice
     3Tags:
    44Requires at least: 6.0
    5 Tested up to: 6.4
     5Tested up to: 6.
    66Requires PHP: 7.4
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1111Hide all unwanted notices and keep your dashboard clean.
    1212
     13
    1314
    14 == Description ==
     15https://www.youtube.com/watch?v=MQEORmLYjKE
    1516
    1617Are you fed up with all the unwanted admin notices? You are not alone!
     
    7980
    8081= 1.0.3 - 02/03/2024 =
     82
     83
     84
    8185- Sometimes you may want to see if there is any admin notices. Now, you can see Admin Notices on your Profile page.
    8286
Note: See TracChangeset for help on using the changeset viewer.