Plugin Directory

Changeset 3043907

Timestamp:
03/02/2024 08:15:24 AM (5 months ago)
Author:
nhrrob
Message:

Update to version 1.0.3 from GitHub

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

Legend:

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

    r3043456 r3043907  
    55 * Description: Hide all unwanted notices and keep your dashboard clean.
    66 * Author: Nazmul Hasan Robin
    7  * Version: 1.0.2
     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.2' );
     17define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.' );
    1818define( 'NHRROB_HIDE_ADMIN_NOTICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1919
     
    2121    $current_screen = get_current_screen();
    2222
    23     if ($current_screen && $current_screen->id !== 'toplevel_page_nhrrob-hide-admin-notice') {
     23    if ($current_screen && $current_screen->id !== 'e') {
    2424        remove_all_actions('user_admin_notices');
    2525        remove_all_actions('admin_notices');
  • nhrrob-hide-admin-notice/tags/1.0.3/readme.txt

    r3043456 r3043907  
    55Tested up to: 6.4
    66Requires PHP: 7.4
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3838Join the growing community of WordPress users who trust NHR Hide Admin Notice to streamline their dashboard experience. Install it today and enjoy a clutter-free WordPress admin panel like never before!
    3939
     40
    4041
    4142== Installation ==
     
    7778== Changelog ==
    7879
     80
     81
     82
    7983= 1.0.2 - 01/03/2024 =
    8084- Tags updated.
  • nhrrob-hide-admin-notice/trunk/nhrrob-hide-admin-notice.php

    r3043456 r3043907  
    55 * Description: Hide all unwanted notices and keep your dashboard clean.
    66 * Author: Nazmul Hasan Robin
    7  * Version: 1.0.2
     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.2' );
     17define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.' );
    1818define( 'NHRROB_HIDE_ADMIN_NOTICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1919
     
    2121    $current_screen = get_current_screen();
    2222
    23     if ($current_screen && $current_screen->id !== 'toplevel_page_nhrrob-hide-admin-notice') {
     23    if ($current_screen && $current_screen->id !== 'e') {
    2424        remove_all_actions('user_admin_notices');
    2525        remove_all_actions('admin_notices');
  • nhrrob-hide-admin-notice/trunk/readme.txt

    r3043456 r3043907  
    55Tested up to: 6.4
    66Requires PHP: 7.4
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3838Join the growing community of WordPress users who trust NHR Hide Admin Notice to streamline their dashboard experience. Install it today and enjoy a clutter-free WordPress admin panel like never before!
    3939
     40
    4041
    4142== Installation ==
     
    7778== Changelog ==
    7879
     80
     81
     82
    7983= 1.0.2 - 01/03/2024 =
    8084- Tags updated.
Note: See TracChangeset for help on using the changeset viewer.