Plugin Directory

Changeset 3405975


Ignore:
Timestamp:
11/30/2025 03:24:54 AM (4 months ago)
Author:
nhrrob
Message:

Update to version 1.0.8 from GitHub

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

Legend:

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

    r3263767 r3405975  
    66 * Author: Nazmul Hasan Robin
    77 * Author URI: https://profiles.wordpress.org/nhrrob/
    8  * Version: 1.0.7
     8 * Version: 1.0.8
    99 * Requires at least: 6.0
    1010 * Requires PHP: 7.4
     
    1616if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1717
    18 define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.7' );
     18define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.8' );
    1919define( 'NHRROB_HIDE_ADMIN_NOTICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2020
  • nhrrob-hide-admin-notice/tags/1.0.8/readme.txt

    r3263767 r3405975  
    33Tags: disable, admin, hide, notice, notification
    44Requires at least: 6.0
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.7
     7Stable tag: 1.0.8
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7979== Changelog ==
    8080
     81= 1.0.8 - 30/11/2025 =
     82- WordPress tested up to version is updated to 6.9
     83
    8184= 1.0.7 - 29/03/2025 =
    8285- WordPress tested up to version is updated to 6.8
  • nhrrob-hide-admin-notice/trunk/nhrrob-hide-admin-notice.php

    r3263767 r3405975  
    66 * Author: Nazmul Hasan Robin
    77 * Author URI: https://profiles.wordpress.org/nhrrob/
    8  * Version: 1.0.7
     8 * Version: 1.0.8
    99 * Requires at least: 6.0
    1010 * Requires PHP: 7.4
     
    1616if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1717
    18 define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.7' );
     18define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.8' );
    1919define( 'NHRROB_HIDE_ADMIN_NOTICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2020
  • nhrrob-hide-admin-notice/trunk/readme.txt

    r3263767 r3405975  
    33Tags: disable, admin, hide, notice, notification
    44Requires at least: 6.0
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.7
     7Stable tag: 1.0.8
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7979== Changelog ==
    8080
     81= 1.0.8 - 30/11/2025 =
     82- WordPress tested up to version is updated to 6.9
     83
    8184= 1.0.7 - 29/03/2025 =
    8285- WordPress tested up to version is updated to 6.8
Note: See TracChangeset for help on using the changeset viewer.