Skip to content

Commit

Permalink
Merge pull request #17 from dartiss/development
Browse files Browse the repository at this point in the history
Version 1.5.6
  • Loading branch information
dartiss authored Feb 8, 2018
2 parents 4db0398 + 8a3a73e commit b28d167
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion artiss-transient-cleaner.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion includes/options-general.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
$options = tc_get_options();
?>

<form method="post" action="<?php echo get_bloginfo( 'wpurl' ) . '/wp-admin/tools.php?page=tc-options' ?>">
<form method="post" action="<?php echo get_bloginfo( 'wpurl' ) . '/wp-admin/tools.php?page=transient-options' ?>">

<?php

Expand Down
2 changes: 0 additions & 2 deletions includes/set-admin-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function tc_set_plugin_meta( $links, $file ) {
$links = array_merge( $links, array( '<a href="https://github.com/dartiss/transient-cleaner">' . __( 'Github', 'artiss-transient-cleaner' ) . '</a>' ) );

$links = array_merge( $links, array( '<a href="http://wordpress.org/support/plugin/artiss-transient-cleaner">' . __( 'Support', 'artiss-transient-cleaner' ) . '</a>' ) );

}

return $links;
Expand Down Expand Up @@ -187,4 +186,3 @@ function tc_options_sidebar() {

return $help_text;
}
?>
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
= 1.5.6 =
* Bug fix

0 comments on commit b28d167

Please sign in to comment.