From 8e7fd0348e65f8af555c1331c29c6ef6463ce3f1 Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Sat, 27 Apr 2024 21:17:52 +0200 Subject: [PATCH] Get ready for 1.2.1 --- aaa-option-optimizer.php | 2 +- readme.txt | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/aaa-option-optimizer.php b/aaa-option-optimizer.php index f147ffe..3b0b2d9 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.2 + * Version: 1.2.1 * License: GPL-3.0+ * Author: Joost de Valk * Author URI: https://joost.blog/ diff --git a/readme.txt b/readme.txt index eb5c365..758d7a5 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.2 +Stable tag: 1.2.1 License: GPL3+ License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -54,6 +54,11 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.2.1 = + +* Fix error in `known-plugins.json`. +* Prevent fatal error when there's an error in `known-plugins.json`. + = 1.2 = Enhancements: