diff --git a/disable-theme-plugin-update-emails.php b/disable-theme-plugin-update-emails.php index 2b1017c..a93c128 100644 --- a/disable-theme-plugin-update-emails.php +++ b/disable-theme-plugin-update-emails.php @@ -4,11 +4,11 @@ * Plugin URI: https://wordpress.org/plugins/disable-theme-and-plugin-auto-update-emails/ * Description: Disables the default notification email sent by a site after an automatic theme and/or plugin update. Simply activate the plugin to disable these email notifications. * Author: KZeni - * Author URI: http://kzeni.com + * Author URI: https://kzeni.com * License: GPLv3 - * Version: 1.0.2 + * Version: 1.0.3 * Requires at least: 5.5 - * Tested up to: 5.6 + * Tested up to: 5.7 */ // Per https://make.wordpress.org/core/2020/07/30/controlling-plugin-and-theme-auto-update-email-notifications-and-site-health-infos-in-wp-5-5/ diff --git a/readme.txt b/readme.txt index a410357..d6daa79 100644 --- a/readme.txt +++ b/readme.txt @@ -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: 1.0.2 +Stable tag: 1.0.3 Requires at least: 5.5 -Tested up to: 5.6 +Tested up to: 5.7 Requires PHP: 5.4 Disables the default notification email sent by a site after an automatic theme and/or plugin update. Simply activate the plugin to disable these email notifications. @@ -26,6 +26,12 @@ No. This is a simple & lightweight plugin that simply uses the official filters == Changelog == += 1.0.3 = + +Released March 3rd, 2021 + +* Confirmed WordPress 5.7 compliance. + = 1.0.2 = Released November 23rd, 2020