diff --git a/.wordpress-org/screenshot-1.png b/.wordpress-org/screenshot-1.png index ecc99a8..98cc6c4 100644 Binary files a/.wordpress-org/screenshot-1.png and b/.wordpress-org/screenshot-1.png differ diff --git a/aaa-option-optimizer.php b/aaa-option-optimizer.php index 91fccaa..91b730f 100644 --- a/aaa-option-optimizer.php +++ b/aaa-option-optimizer.php @@ -7,7 +7,7 @@ * Plugin Name: AAA Option Optimizer * Plugin URI: https://joost.blog/plugins/aaa-option-optimizer/ * Description: Tracks autoloaded options usage and allows the user to optimize them. - * Version: 1.0.1 + * Version: 1.0.2 * License: GPL-3.0+ * Author: Joost de Valk * Author URI: https://joost.blog/ diff --git a/readme.txt b/readme.txt index 9690a53..e26a23e 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: options, database, cleanup Requires at least: 6.2 Tested up to: 6.5 Requires PHP: 7.4 -Stable tag: 1.0.1 +Stable tag: 1.0.2 License: GPL3+ License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -43,6 +43,11 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.0.2 = + +* Fixed a bug where the buttons wouldn't work in a paginated state. +* Show the value of an option in a `popover`, as suggested with a great pull request by [@rogierlankhorst](https://profiles.wordpress.org/rogierlankhorst/). + = 1.0.1 = Fixed an error with values that are objects, not strings, which also caused sorting not to work for some people.