From 8a3a73ee70bbaee2c081a1436a704d9b9d6ce53a Mon Sep 17 00:00:00 2001 From: David Artiss Date: Thu, 8 Feb 2018 15:53:11 +0000 Subject: [PATCH] Version 1.5.6 --- artiss-transient-cleaner.php | 2 +- includes/options-general.php | 2 +- includes/set-admin-config.php | 2 -- readme.txt | 9 ++++++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/artiss-transient-cleaner.php b/artiss-transient-cleaner.php index 6b7bee7..f2b1d30 100755 --- a/artiss-transient-cleaner.php +++ b/artiss-transient-cleaner.php @@ -3,7 +3,7 @@ Plugin Name: Transient Cleaner Plugin URI: https://github.com/dartiss/transient-cleaner Description: Housekeep expired transients from your options table. -Version: 1.5.5 +Version: 1.5.6 Author: David Artiss Author URI: https://artiss.blog Text Domain: artiss-transient-cleaner diff --git a/includes/options-general.php b/includes/options-general.php index a803d59..5910dc2 100755 --- a/includes/options-general.php +++ b/includes/options-general.php @@ -59,7 +59,7 @@ $options = tc_get_options(); ?> -
+ ' . __( 'Github', 'artiss-transient-cleaner' ) . '' ) ); $links = array_merge( $links, array( '' . __( 'Support', 'artiss-transient-cleaner' ) . '' ) ); - } return $links; @@ -187,4 +186,3 @@ function tc_options_sidebar() { return $help_text; } -?> \ No newline at end of file diff --git a/readme.txt b/readme.txt index 75c0999..026fda2 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: cache, clean, database, housekeep, options, table, tidy, transient, update Requires at least: 4.6 Tested up to: 4.9.4 Requires PHP: 5.3 -Stable tag: 1.5.5 +Stable tag: 1.5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -98,6 +98,9 @@ A transient may consist of one or more records (normally a timed transient - the [Learn more about my version numbering methodology](https://artiss.blog/2016/09/wordpress-plugin-versioning/ "WordPress Plugin Versioning") += 1.5.6 = +* Bug: Had changed the settings screen name to fix another issue but forget to change it in one location, which meant settings couldn't be saved. Fixed and abject apologies. + = 1.5.5 = * Enhancement: Minor tweaks to how the options screen contents are generated * Enhancement: Improved the error reporting when the plugin is used with object caching @@ -187,5 +190,5 @@ A transient may consist of one or more records (normally a timed transient - the == Upgrade Notice == -= 1.5.5 = -* Assorted maintenance changes and a couple of bug fixes \ No newline at end of file += 1.5.6 = +* Bug fix \ No newline at end of file