Changeset 3405975
- Timestamp:
- 11/30/2025 03:24:54 AM (4 months ago)
- Location:
- nhrrob-hide-admin-notice
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.8 (copied) (copied from nhrrob-hide-admin-notice/trunk)
-
tags/1.0.8/nhrrob-hide-admin-notice.php (modified) (2 diffs)
-
tags/1.0.8/readme.txt (modified) (2 diffs)
-
trunk/nhrrob-hide-admin-notice.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nhrrob-hide-admin-notice/tags/1.0.8/nhrrob-hide-admin-notice.php
r3263767 r3405975 6 6 * Author: Nazmul Hasan Robin 7 7 * Author URI: https://profiles.wordpress.org/nhrrob/ 8 * Version: 1.0. 78 * Version: 1.0.8 9 9 * Requires at least: 6.0 10 10 * Requires PHP: 7.4 … … 16 16 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 17 17 18 define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0. 7' );18 define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.8' ); 19 19 define( 'NHRROB_HIDE_ADMIN_NOTICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 20 20 -
nhrrob-hide-admin-notice/tags/1.0.8/readme.txt
r3263767 r3405975 3 3 Tags: disable, admin, hide, notice, notification 4 4 Requires at least: 6.0 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 77 Stable tag: 1.0.8 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 79 79 == Changelog == 80 80 81 = 1.0.8 - 30/11/2025 = 82 - WordPress tested up to version is updated to 6.9 83 81 84 = 1.0.7 - 29/03/2025 = 82 85 - WordPress tested up to version is updated to 6.8 -
nhrrob-hide-admin-notice/trunk/nhrrob-hide-admin-notice.php
r3263767 r3405975 6 6 * Author: Nazmul Hasan Robin 7 7 * Author URI: https://profiles.wordpress.org/nhrrob/ 8 * Version: 1.0. 78 * Version: 1.0.8 9 9 * Requires at least: 6.0 10 10 * Requires PHP: 7.4 … … 16 16 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 17 17 18 define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0. 7' );18 define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.8' ); 19 19 define( 'NHRROB_HIDE_ADMIN_NOTICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 20 20 -
nhrrob-hide-admin-notice/trunk/readme.txt
r3263767 r3405975 3 3 Tags: disable, admin, hide, notice, notification 4 4 Requires at least: 6.0 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 77 Stable tag: 1.0.8 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 79 79 == Changelog == 80 80 81 = 1.0.8 - 30/11/2025 = 82 - WordPress tested up to version is updated to 6.9 83 81 84 = 1.0.7 - 29/03/2025 = 82 85 - WordPress tested up to version is updated to 6.8
Note: See TracChangeset
for help on using the changeset viewer.