Changeset 3028244
- Timestamp:
- 01/29/2024 01:00:56 PM (2 years ago)
- Location:
- disable-wp-notification
- Files:
-
- 9 added
- 18 edited
- 1 copied
-
tags/3.1/admin/img (added)
-
tags/3.1/admin/img/phonepe.jpeg (added)
-
tags/3.1/admin/img/rating-review.jpg (added)
-
tags/3.2 (copied) (copied from disable-wp-notification/trunk)
-
tags/3.2/README.txt (modified) (3 diffs)
-
tags/3.2/admin/class-disable-wp-notification-admin.php (modified) (12 diffs)
-
tags/3.2/admin/img (added)
-
tags/3.2/admin/img/phonepe.jpeg (added)
-
tags/3.2/admin/img/rating-review.jpg (added)
-
tags/3.2/admin/js/disable-wp-notifications.js (modified) (1 diff)
-
tags/3.2/disable-wp-notification.php (modified) (2 diffs)
-
tags/3.2/includes/class-disable-wp-notification-activator.php (modified) (1 diff)
-
tags/3.2/includes/class-disable-wp-notification-deactivator.php (modified) (1 diff)
-
tags/3.2/includes/class-disable-wp-notification-i18n.php (modified) (1 diff)
-
tags/3.2/includes/class-disable-wp-notification-loader.php (modified) (1 diff)
-
tags/3.2/includes/class-disable-wp-notification.php (modified) (1 diff)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/admin/class-disable-wp-notification-admin.php (modified) (12 diffs)
-
trunk/admin/img (added)
-
trunk/admin/img/phonepe.jpeg (added)
-
trunk/admin/img/rating-review.jpg (added)
-
trunk/admin/js/disable-wp-notifications.js (modified) (1 diff)
-
trunk/disable-wp-notification.php (modified) (2 diffs)
-
trunk/includes/class-disable-wp-notification-activator.php (modified) (1 diff)
-
trunk/includes/class-disable-wp-notification-deactivator.php (modified) (1 diff)
-
trunk/includes/class-disable-wp-notification-i18n.php (modified) (1 diff)
-
trunk/includes/class-disable-wp-notification-loader.php (modified) (1 diff)
-
trunk/includes/class-disable-wp-notification.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
disable-wp-notification/tags/3.2/README.txt
r2916349 r3028244 4 4 Donate link: https://sourabhagrawal.com/disable-wp-notification/ 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 Requires at least: 3.0.17 Tested up to: 6. 2.28 Stable tag: 3. 16 Requires at least: 6.0 7 Tested up to: 6.4.2 8 Stable tag: 3.2 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.2 74 * Compatible up to WordPress 6.4.2 75 * Minor Bug Fixes 76 73 77 = 3.1 74 78 * Compatible up to WordPress 6.2.2 … … 102 106 103 107 == Upgrade Notice == 108 = 3.2 109 * Compatible up to WordPress 6.4.2 110 * Minor Bug Fixes 104 111 105 112 = 3.1 -
disable-wp-notification/tags/3.2/admin/class-disable-wp-notification-admin.php
r2916349 r3028244 1 1 <?php 2 3 /**4 *5 * @link https://sourabhagrawal.com/6 * @since 1.0.07 *8 * @package Disable_Wp_Notification9 * @subpackage Disable_Wp_Notification/admin10 */11 12 2 /** 13 3 * … … 15 5 * enqueue the admin-specific stylesheet and JavaScript. 16 6 * 7 * @link https://sourabhagrawal.com/ 8 * @since 1.0.0 17 9 * @package Disable_Wp_Notification 18 10 * @subpackage Disable_Wp_Notification/admin … … 57 49 */ 58 50 public function admin_menu() { 59 60 51 /** 61 52 * An instance of this class should be passed to the run() function … … 81 72 } 82 73 } 83 84 74 } 85 75 … … 87 77 * Options page callback 88 78 * 89 * @since 3. 079 * @since 3.2 90 80 */ 91 81 public function disable_notification() … … 164 154 <div class="event-handler" aria-controls="area-2"> <?php echo __('Notifications', 'disable-wp-notification');?> </div> 165 155 <div id="display-notifications" class="handled-section" id="area-2"> 166 <h1> All The Notifications</h1>156 <h1><?php echo __('All The Notifications', 'disable-wp-notification');?></h1> 167 157 </div> 168 158 </div> … … 172 162 <div class="description"> 173 163 <ul> 174 <li> Disable All the Notifications.</li>175 <li> Disable Plugin Update Notification.</li>176 <li> Disable Theme Update Notification.</li>164 <li><?php echo __('Disable All the Notifications.', 'disable-wp-notification');?></li> 165 <li><?php echo __('Disable Plugin Update Notification.', 'disable-wp-notification');?></li> 166 <li><?php echo __('Disable Theme Update Notification.', 'disable-wp-notification');?></li> 177 167 </ul> 178 168 </div> … … 184 174 <div class="handled-section" id="area-2"> 185 175 <div class="description"> 186 <p> If you find this plugin valuable and would like to support its further development, you can show your appreciation by buying us a coffee through a voluntary monetary contribution. Your support will help us continue improving and growing the plugin. Additionally, we would greatly appreciate it if you could take a moment to leave a review or rating for the plugin, as it helps us reach more users and gather feedback for further enhancements. However, please note that both the contribution and review/rating are completely optional and not mandatory.</p> <p><b>Thank you for considering it!</b></p>176 <p><?php echo __('If you find this plugin valuable and would like to support its further development, you can show your appreciation by buying us a coffee through a voluntary monetary contribution. Your support will help us continue improving and growing the plugin. Additionally, we would greatly appreciate it if you could take a moment to leave a review or rating for the plugin, as it helps us reach more users and gather feedback for further enhancements. However, please note that both the contribution and review/rating are completely optional and not mandatory.', 'disable-wp-notification');?></p> <p><b><?php echo __('Thank you for considering it!', 'disable-wp-notification');?></b></p> 187 177 188 178 <div class="rating-review"> … … 331 321 * Register the stylesheets for the admin area. 332 322 * 333 * @since 1.0.3323 * @since 3.2 334 324 */ 335 325 public function enqueue_styles() { … … 365 355 ?> 366 356 <style type="text/css"> 367 body.wp-admin:not(.theme-editor-php) .notice:not(.updated) ,357 body.wp-admin:not(.theme-editor-php) .notice:not(.updated):not(.new-application-password-notice), 368 358 body.wp-admin .update-nag, 369 359 body.wp-admin #adminmenu .awaiting-mod, … … 371 361 #message.woocommerce-message, 372 362 body.wp-admin .plugin-update.colspanchange, 363 body.wp-admin .fs-notice.fs-type-plugin, 373 364 .notice.elementor-message.elementor-message-dismissed 374 365 {display: none !important;} … … 433 424 return $links; 434 425 } 435 436 } 437 426 } 427 -
disable-wp-notification/tags/3.2/admin/js/disable-wp-notifications.js
r2319178 r3028244 4 4 jQuery("body.wp-admin .plugin-update.colspanchange").replaceWith(''); 5 5 jQuery("body.wp-admin .notice.elementor-message.elementor-message-dismissed").replaceWith(''); 6 jQuery("body.wp-admin:not(.theme-editor-php) .notice ").replaceWith('');6 jQuery("body.wp-admin:not(.theme-editor-php) .notice:not(.updated):not(.new-application-password-notice):not(#message)").replaceWith(''); 7 7 }); 8 8 })( jQuery ); -
disable-wp-notification/tags/3.2/disable-wp-notification.php
r2916349 r3028244 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. 111 * Version: 3.2 12 12 * Author: Sourabh Agrawal 13 13 * Author URI: https://sourabhagrawal.com/ … … 26 26 * Currently plugin version. 27 27 */ 28 define( 'DISABLE_WP_NOTIFICATION_VERSION', '3. 0' );28 define( 'DISABLE_WP_NOTIFICATION_VERSION', '3.2' ); 29 29 define( 'DISABLE_WP_NOTIFICATION', plugin_basename( __FILE__ ) ); 30 30 -
disable-wp-notification/tags/3.2/includes/class-disable-wp-notification-activator.php
r2309600 r3028244 1 1 <?php 2 3 /**4 * Fired during plugin activation5 *6 * @link https://sourabhagrawal.com/7 * @since 1.0.08 *9 * @package Disable_Wp_Notification10 * @subpackage Disable_Wp_Notification/includes11 */12 13 2 /** 14 3 * Fired during plugin activation. -
disable-wp-notification/tags/3.2/includes/class-disable-wp-notification-deactivator.php
r2309600 r3028244 1 1 <?php 2 3 /**4 * Fired during plugin deactivation5 *6 * @link https://sourabhagrawal.com/7 * @since 1.0.08 *9 * @package Disable_Wp_Notification10 * @subpackage Disable_Wp_Notification/includes11 */12 13 2 /** 14 3 * Fired during plugin deactivation. -
disable-wp-notification/tags/3.2/includes/class-disable-wp-notification-i18n.php
r2309600 r3028244 1 1 <?php 2 3 /**4 * Define the internationalization functionality5 *6 * Loads and defines the internationalization files for this plugin7 * so that it is ready for translation.8 *9 * @link https://sourabhagrawal.com/10 * @since 1.0.011 *12 * @package Disable_Wp_Notification13 * @subpackage Disable_Wp_Notification/includes14 */15 16 2 /** 17 3 * Define the internationalization functionality. -
disable-wp-notification/tags/3.2/includes/class-disable-wp-notification-loader.php
r2309600 r3028244 1 1 <?php 2 3 /**4 * Register all actions and filters for the plugin5 *6 * @link https://sourabhagrawal.com/7 * @since 1.0.08 *9 * @package Disable_Wp_Notification10 * @subpackage Disable_Wp_Notification/includes11 */12 13 2 /** 14 3 * Register all actions and filters for the plugin. -
disable-wp-notification/tags/3.2/includes/class-disable-wp-notification.php
r2309600 r3028244 1 1 <?php 2 3 /**4 * The file that defines the core plugin class5 *6 *7 * @link https://sourabhagrawal.com/8 * @since 1.0.09 *10 * @package Disable_Wp_Notification11 * @subpackage Disable_Wp_Notification/includes12 */13 2 14 3 /** -
disable-wp-notification/trunk/README.txt
r2916349 r3028244 4 4 Donate link: https://sourabhagrawal.com/disable-wp-notification/ 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 Requires at least: 3.0.17 Tested up to: 6. 2.28 Stable tag: 3. 16 Requires at least: 6.0 7 Tested up to: 6.4.2 8 Stable tag: 3.2 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.2 74 * Compatible up to WordPress 6.4.2 75 * Minor Bug Fixes 76 73 77 = 3.1 74 78 * Compatible up to WordPress 6.2.2 … … 102 106 103 107 == Upgrade Notice == 108 = 3.2 109 * Compatible up to WordPress 6.4.2 110 * Minor Bug Fixes 104 111 105 112 = 3.1 -
disable-wp-notification/trunk/admin/class-disable-wp-notification-admin.php
r2916349 r3028244 1 1 <?php 2 3 /**4 *5 * @link https://sourabhagrawal.com/6 * @since 1.0.07 *8 * @package Disable_Wp_Notification9 * @subpackage Disable_Wp_Notification/admin10 */11 12 2 /** 13 3 * … … 15 5 * enqueue the admin-specific stylesheet and JavaScript. 16 6 * 7 * @link https://sourabhagrawal.com/ 8 * @since 1.0.0 17 9 * @package Disable_Wp_Notification 18 10 * @subpackage Disable_Wp_Notification/admin … … 57 49 */ 58 50 public function admin_menu() { 59 60 51 /** 61 52 * An instance of this class should be passed to the run() function … … 81 72 } 82 73 } 83 84 74 } 85 75 … … 87 77 * Options page callback 88 78 * 89 * @since 3. 079 * @since 3.2 90 80 */ 91 81 public function disable_notification() … … 164 154 <div class="event-handler" aria-controls="area-2"> <?php echo __('Notifications', 'disable-wp-notification');?> </div> 165 155 <div id="display-notifications" class="handled-section" id="area-2"> 166 <h1> All The Notifications</h1>156 <h1><?php echo __('All The Notifications', 'disable-wp-notification');?></h1> 167 157 </div> 168 158 </div> … … 172 162 <div class="description"> 173 163 <ul> 174 <li> Disable All the Notifications.</li>175 <li> Disable Plugin Update Notification.</li>176 <li> Disable Theme Update Notification.</li>164 <li><?php echo __('Disable All the Notifications.', 'disable-wp-notification');?></li> 165 <li><?php echo __('Disable Plugin Update Notification.', 'disable-wp-notification');?></li> 166 <li><?php echo __('Disable Theme Update Notification.', 'disable-wp-notification');?></li> 177 167 </ul> 178 168 </div> … … 184 174 <div class="handled-section" id="area-2"> 185 175 <div class="description"> 186 <p> If you find this plugin valuable and would like to support its further development, you can show your appreciation by buying us a coffee through a voluntary monetary contribution. Your support will help us continue improving and growing the plugin. Additionally, we would greatly appreciate it if you could take a moment to leave a review or rating for the plugin, as it helps us reach more users and gather feedback for further enhancements. However, please note that both the contribution and review/rating are completely optional and not mandatory.</p> <p><b>Thank you for considering it!</b></p>176 <p><?php echo __('If you find this plugin valuable and would like to support its further development, you can show your appreciation by buying us a coffee through a voluntary monetary contribution. Your support will help us continue improving and growing the plugin. Additionally, we would greatly appreciate it if you could take a moment to leave a review or rating for the plugin, as it helps us reach more users and gather feedback for further enhancements. However, please note that both the contribution and review/rating are completely optional and not mandatory.', 'disable-wp-notification');?></p> <p><b><?php echo __('Thank you for considering it!', 'disable-wp-notification');?></b></p> 187 177 188 178 <div class="rating-review"> … … 331 321 * Register the stylesheets for the admin area. 332 322 * 333 * @since 1.0.3323 * @since 3.2 334 324 */ 335 325 public function enqueue_styles() { … … 365 355 ?> 366 356 <style type="text/css"> 367 body.wp-admin:not(.theme-editor-php) .notice:not(.updated) ,357 body.wp-admin:not(.theme-editor-php) .notice:not(.updated):not(.new-application-password-notice), 368 358 body.wp-admin .update-nag, 369 359 body.wp-admin #adminmenu .awaiting-mod, … … 371 361 #message.woocommerce-message, 372 362 body.wp-admin .plugin-update.colspanchange, 363 body.wp-admin .fs-notice.fs-type-plugin, 373 364 .notice.elementor-message.elementor-message-dismissed 374 365 {display: none !important;} … … 433 424 return $links; 434 425 } 435 436 } 437 426 } 427 -
disable-wp-notification/trunk/admin/js/disable-wp-notifications.js
r2319178 r3028244 4 4 jQuery("body.wp-admin .plugin-update.colspanchange").replaceWith(''); 5 5 jQuery("body.wp-admin .notice.elementor-message.elementor-message-dismissed").replaceWith(''); 6 jQuery("body.wp-admin:not(.theme-editor-php) .notice ").replaceWith('');6 jQuery("body.wp-admin:not(.theme-editor-php) .notice:not(.updated):not(.new-application-password-notice):not(#message)").replaceWith(''); 7 7 }); 8 8 })( jQuery ); -
disable-wp-notification/trunk/disable-wp-notification.php
r2916349 r3028244 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. 111 * Version: 3.2 12 12 * Author: Sourabh Agrawal 13 13 * Author URI: https://sourabhagrawal.com/ … … 26 26 * Currently plugin version. 27 27 */ 28 define( 'DISABLE_WP_NOTIFICATION_VERSION', '3. 0' );28 define( 'DISABLE_WP_NOTIFICATION_VERSION', '3.2' ); 29 29 define( 'DISABLE_WP_NOTIFICATION', plugin_basename( __FILE__ ) ); 30 30 -
disable-wp-notification/trunk/includes/class-disable-wp-notification-activator.php
r2309600 r3028244 1 1 <?php 2 3 /**4 * Fired during plugin activation5 *6 * @link https://sourabhagrawal.com/7 * @since 1.0.08 *9 * @package Disable_Wp_Notification10 * @subpackage Disable_Wp_Notification/includes11 */12 13 2 /** 14 3 * Fired during plugin activation. -
disable-wp-notification/trunk/includes/class-disable-wp-notification-deactivator.php
r2309600 r3028244 1 1 <?php 2 3 /**4 * Fired during plugin deactivation5 *6 * @link https://sourabhagrawal.com/7 * @since 1.0.08 *9 * @package Disable_Wp_Notification10 * @subpackage Disable_Wp_Notification/includes11 */12 13 2 /** 14 3 * Fired during plugin deactivation. -
disable-wp-notification/trunk/includes/class-disable-wp-notification-i18n.php
r2309600 r3028244 1 1 <?php 2 3 /**4 * Define the internationalization functionality5 *6 * Loads and defines the internationalization files for this plugin7 * so that it is ready for translation.8 *9 * @link https://sourabhagrawal.com/10 * @since 1.0.011 *12 * @package Disable_Wp_Notification13 * @subpackage Disable_Wp_Notification/includes14 */15 16 2 /** 17 3 * Define the internationalization functionality. -
disable-wp-notification/trunk/includes/class-disable-wp-notification-loader.php
r2309600 r3028244 1 1 <?php 2 3 /**4 * Register all actions and filters for the plugin5 *6 * @link https://sourabhagrawal.com/7 * @since 1.0.08 *9 * @package Disable_Wp_Notification10 * @subpackage Disable_Wp_Notification/includes11 */12 13 2 /** 14 3 * Register all actions and filters for the plugin. -
disable-wp-notification/trunk/includes/class-disable-wp-notification.php
r2309600 r3028244 1 1 <?php 2 3 /**4 * The file that defines the core plugin class5 *6 *7 * @link https://sourabhagrawal.com/8 * @since 1.0.09 *10 * @package Disable_Wp_Notification11 * @subpackage Disable_Wp_Notification/includes12 */13 2 14 3 /**
Note: See TracChangeset
for help on using the changeset viewer.