diff --git a/readme.txt b/readme.txt index 22f9470..78e4d94 100644 --- a/readme.txt +++ b/readme.txt @@ -8,8 +8,8 @@ License: GNU General Public License v2 or later Tags: cron, tool, transient Requires PHP: 5.6.20 Requires at least: 5.3 -Tested up to: 5.9 -Stable Tag: 2.0.2 +Tested up to: 6.0 +Stable Tag: 2.0.3 Provides a familiar interface to view, search, edit, and delete Transients. @@ -90,6 +90,9 @@ No. It only works when transients are stored in the database. == Changelog == += 2.0.3 - August 2, 2022 = +* Misc: The plugin is tested up to WordPress 6.0 + = 2.0.2 - December 23, 2021 = * Fixed: "Delete All" bulk action works again diff --git a/transients-manager.php b/transients-manager.php index 4382ded..0d7b2b5 100644 --- a/transients-manager.php +++ b/transients-manager.php @@ -11,7 +11,7 @@ * Text Domain: transients-manager * Requires PHP: 5.6.20 * Requires at least: 5.3 - * Version: 2.0.2 + * Version: 2.0.3 */ // Exit if accessed directly