From 56c015bf58ad0500b280c4465ac3ac388be9f721 Mon Sep 17 00:00:00 2001 From: Justin Ahinon Date: Tue, 2 Aug 2022 10:10:27 +0200 Subject: [PATCH] Bump plugin and tested up to versions --- readme.txt | 7 +++++-- transients-manager.php | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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