Skip to content

Commit

Permalink
Confirmed WordPress 6.2 compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
KZeni committed Mar 20, 2023
1 parent 49cb357 commit e400714
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions disable-theme-plugin-update-emails.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
* Author: KZeni
* Author URI: https://kzeni.com
* License: GPLv3
* Version: 2.0.2
* Version: 2.0.3
* Requires at least: 5.5
* Tested up to: 6.1
* Tested up to: 6.2
*/

define('KZENI_DISABLE_THEME_PLUGIN_UPDATE_EMAILS_NAME', plugin_basename(__FILE__));
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: KZeni
Donate link: https://www.paypal.me/KZeni
License: GPLv3
Tags: plugin update, theme update, notifications, email, updates, disable
Stable tag: 2.0.2
Stable tag: 2.0.3
Requires at least: 5.5
Tested up to: 6.1
Tested up to: 6.2
Requires PHP: 5.4

Disables the default notification emails sent by a site after an automatic theme and/or plugin update. Simply activate the plugin to disable these email notifications (allows failure notices through unless setting is enabled to disable these as well).
Expand Down Expand Up @@ -40,6 +40,12 @@ Try out [Disable WordPress Core Update Email](https://wordpress.org/plugins/disa

== Changelog ==

= 2.0.3 =

Released March 20th, 2023

* Confirmed WordPress 6.2 compliance.

= 2.0.2 =

Released October 31st, 2022
Expand Down

0 comments on commit e400714

Please sign in to comment.