Plugin Directory

Changeset 3478776


Ignore:
Timestamp:
03/10/2026 05:53:53 AM (4 weeks ago)
Author:
sourabh.asct
Message:

Release version 3.4 - compatibility improvements and minor fixes

Location:
disable-wp-notification
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • disable-wp-notification/tags/3.4/README.txt

    r3213733 r3478776  
    55Tags: 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
    66Requires at least: 6.0
    7 Tested up to: 6.7.1
    8 Stable tag: 3.3
     7Tested up to: 6.9.1
     8Stable tag: 3.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171
    7272== Changelog ==
    73 = 3.3
     73= 3.4 =
     74* Compatible up to WordPress 6.9.1
     75* Security updates
     76
     77= 3.3 =
    7478* Compatible up to WordPress 6.7.1
    7579
    76 = 3.2
     80= 3.2 =
    7781* Compatible up to WordPress 6.4.2
    7882* Minor Bug Fixes
    7983
    80 = 3.1
     84= 3.1 =
    8185* Compatible up to WordPress 6.2.2
    8286
    83 = 3.0
     87= 3.0 =
    8488* Compatible up to WordPress 6.0
    8589
    86 = 2.0.1
     90= 2.0.1 =
    8791* Compatible up to WordPress 5.6.1
    8892
    89 = 2.0.1
     93= 2.0.1 =
    9094* Compatible up to WordPress 5.5.3
    9195
  • disable-wp-notification/tags/3.4/disable-wp-notification.php

    r3213733 r3478776  
    99 * Plugin URI:        https://sourabhagrawal.com/disable-wp-notification
    1010 * 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.3
     11 * Version:           3.4
    1212 * Author:            Sourabh Agrawal
    1313 * Author URI:        https://sourabhagrawal.com/
     
    1919
    2020// If this file is called directly, abort.
    21 if ( ! defined( 'WPINC' ) ) {
    22     die;
     21if ( ! defined( 'ABSPATH' ) ) {
     22    exit;
    2323}
    2424
     
    2626 * Currently plugin version.
    2727 */
    28 define( 'DISABLE_WP_NOTIFICATION_VERSION', '3.3' );
     28define( 'DISABLE_WP_NOTIFICATION_VERSION', '3.4' );
    2929define( 'DISABLE_WP_NOTIFICATION', plugin_basename( __FILE__ ) );
    3030
  • disable-wp-notification/trunk/README.txt

    r3213733 r3478776  
    55Tags: 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
    66Requires at least: 6.0
    7 Tested up to: 6.7.1
    8 Stable tag: 3.3
     7Tested up to: 6.9.1
     8Stable tag: 3.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171
    7272== Changelog ==
    73 = 3.3
     73= 3.4 =
     74* Compatible up to WordPress 6.9.1
     75* Security updates
     76
     77= 3.3 =
    7478* Compatible up to WordPress 6.7.1
    7579
    76 = 3.2
     80= 3.2 =
    7781* Compatible up to WordPress 6.4.2
    7882* Minor Bug Fixes
    7983
    80 = 3.1
     84= 3.1 =
    8185* Compatible up to WordPress 6.2.2
    8286
    83 = 3.0
     87= 3.0 =
    8488* Compatible up to WordPress 6.0
    8589
    86 = 2.0.1
     90= 2.0.1 =
    8791* Compatible up to WordPress 5.6.1
    8892
    89 = 2.0.1
     93= 2.0.1 =
    9094* Compatible up to WordPress 5.5.3
    9195
  • disable-wp-notification/trunk/disable-wp-notification.php

    r3213733 r3478776  
    99 * Plugin URI:        https://sourabhagrawal.com/disable-wp-notification
    1010 * 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.3
     11 * Version:           3.4
    1212 * Author:            Sourabh Agrawal
    1313 * Author URI:        https://sourabhagrawal.com/
     
    1919
    2020// If this file is called directly, abort.
    21 if ( ! defined( 'WPINC' ) ) {
    22     die;
     21if ( ! defined( 'ABSPATH' ) ) {
     22    exit;
    2323}
    2424
     
    2626 * Currently plugin version.
    2727 */
    28 define( 'DISABLE_WP_NOTIFICATION_VERSION', '3.3' );
     28define( 'DISABLE_WP_NOTIFICATION_VERSION', '3.4' );
    2929define( 'DISABLE_WP_NOTIFICATION', plugin_basename( __FILE__ ) );
    3030
Note: See TracChangeset for help on using the changeset viewer.