From a7d5da084b069d87334724b04187618d1e190791 Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Thu, 18 Apr 2024 15:04:44 +0200 Subject: [PATCH] prepare for 1.0.1 --- aaa-option-optimizer.php | 2 +- readme.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/aaa-option-optimizer.php b/aaa-option-optimizer.php index 25447a7..91fccaa 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 + * Version: 1.0.1 * License: GPL-3.0+ * Author: Joost de Valk * Author URI: https://joost.blog/ diff --git a/readme.txt b/readme.txt index b9473c1..9690a53 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 +Stable tag: 1.0.1 License: GPL3+ License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -43,6 +43,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.0.1 = + +Fixed an error with values that are objects, not strings, which also caused sorting not to work for some people. + = 1.0 = Initial release on GitHub and WordPress.org.