Changeset 3478776
- Timestamp:
- 03/10/2026 05:53:53 AM (4 weeks ago)
- Location:
- disable-wp-notification
- Files:
-
- 4 edited
- 1 copied
-
tags/3.4 (copied) (copied from disable-wp-notification/trunk)
-
tags/3.4/README.txt (modified) (2 diffs)
-
tags/3.4/disable-wp-notification.php (modified) (3 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/disable-wp-notification.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disable-wp-notification/tags/3.4/README.txt
r3213733 r3478776 5 5 Tags: remove unwanted notification, disable dashboard notifications, disable plugin update, disable admin notices, disable theme update, , remove notices, disable warnings, disable wordpress plugin update, disable wordpress theme update, disable update nags, disable nags 6 6 Requires at least: 6.0 7 Tested up to: 6. 7.18 Stable tag: 3. 37 Tested up to: 6.9.1 8 Stable tag: 3.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 72 72 == Changelog == 73 = 3.3 73 = 3.4 = 74 * Compatible up to WordPress 6.9.1 75 * Security updates 76 77 = 3.3 = 74 78 * Compatible up to WordPress 6.7.1 75 79 76 = 3.2 80 = 3.2 = 77 81 * Compatible up to WordPress 6.4.2 78 82 * Minor Bug Fixes 79 83 80 = 3.1 84 = 3.1 = 81 85 * Compatible up to WordPress 6.2.2 82 86 83 = 3.0 87 = 3.0 = 84 88 * Compatible up to WordPress 6.0 85 89 86 = 2.0.1 90 = 2.0.1 = 87 91 * Compatible up to WordPress 5.6.1 88 92 89 = 2.0.1 93 = 2.0.1 = 90 94 * Compatible up to WordPress 5.5.3 91 95 -
disable-wp-notification/tags/3.4/disable-wp-notification.php
r3213733 r3478776 9 9 * Plugin URI: https://sourabhagrawal.com/disable-wp-notification 10 10 * Description: Best wordpress plugin to remove all the admin panel notifications in just one click. Including the theme and plugin update notification. 11 * Version: 3. 311 * Version: 3.4 12 12 * Author: Sourabh Agrawal 13 13 * Author URI: https://sourabhagrawal.com/ … … 19 19 20 20 // If this file is called directly, abort. 21 if ( ! defined( ' WPINC' ) ) {22 die;21 if ( ! defined( 'ABSPATH' ) ) { 22 exit; 23 23 } 24 24 … … 26 26 * Currently plugin version. 27 27 */ 28 define( 'DISABLE_WP_NOTIFICATION_VERSION', '3. 3' );28 define( 'DISABLE_WP_NOTIFICATION_VERSION', '3.4' ); 29 29 define( 'DISABLE_WP_NOTIFICATION', plugin_basename( __FILE__ ) ); 30 30 -
disable-wp-notification/trunk/README.txt
r3213733 r3478776 5 5 Tags: remove unwanted notification, disable dashboard notifications, disable plugin update, disable admin notices, disable theme update, , remove notices, disable warnings, disable wordpress plugin update, disable wordpress theme update, disable update nags, disable nags 6 6 Requires at least: 6.0 7 Tested up to: 6. 7.18 Stable tag: 3. 37 Tested up to: 6.9.1 8 Stable tag: 3.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 72 72 == Changelog == 73 = 3.3 73 = 3.4 = 74 * Compatible up to WordPress 6.9.1 75 * Security updates 76 77 = 3.3 = 74 78 * Compatible up to WordPress 6.7.1 75 79 76 = 3.2 80 = 3.2 = 77 81 * Compatible up to WordPress 6.4.2 78 82 * Minor Bug Fixes 79 83 80 = 3.1 84 = 3.1 = 81 85 * Compatible up to WordPress 6.2.2 82 86 83 = 3.0 87 = 3.0 = 84 88 * Compatible up to WordPress 6.0 85 89 86 = 2.0.1 90 = 2.0.1 = 87 91 * Compatible up to WordPress 5.6.1 88 92 89 = 2.0.1 93 = 2.0.1 = 90 94 * Compatible up to WordPress 5.5.3 91 95 -
disable-wp-notification/trunk/disable-wp-notification.php
r3213733 r3478776 9 9 * Plugin URI: https://sourabhagrawal.com/disable-wp-notification 10 10 * Description: Best wordpress plugin to remove all the admin panel notifications in just one click. Including the theme and plugin update notification. 11 * Version: 3. 311 * Version: 3.4 12 12 * Author: Sourabh Agrawal 13 13 * Author URI: https://sourabhagrawal.com/ … … 19 19 20 20 // If this file is called directly, abort. 21 if ( ! defined( ' WPINC' ) ) {22 die;21 if ( ! defined( 'ABSPATH' ) ) { 22 exit; 23 23 } 24 24 … … 26 26 * Currently plugin version. 27 27 */ 28 define( 'DISABLE_WP_NOTIFICATION_VERSION', '3. 3' );28 define( 'DISABLE_WP_NOTIFICATION_VERSION', '3.4' ); 29 29 define( 'DISABLE_WP_NOTIFICATION', plugin_basename( __FILE__ ) ); 30 30
Note: See TracChangeset
for help on using the changeset viewer.