Skip to content

Commit

Permalink
Confirmed WordPress 6.1 compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
KZeni committed Oct 31, 2022
1 parent f00900f commit 4b47e08
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.1
* Version: 2.0.2
* Requires at least: 5.5
* Tested up to: 6.0.2
* Tested up to: 6.1
*/

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.1
Stable tag: 2.0.2
Requires at least: 5.5
Tested up to: 6.0.2
Tested up to: 6.1
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.2 =

Released October 31st, 2022

* Confirmed WordPress 6.1 compliance.

= 2.0.1 =

Released August 31st, 2022
Expand Down

0 comments on commit 4b47e08

Please sign in to comment.