From 21839ac75e3bdabb709bfd2bf33249be1b2d9b32 Mon Sep 17 00:00:00 2001 From: Thang Hoang Van Date: Thu, 25 Aug 2022 18:20:23 +0700 Subject: [PATCH] Update changelog Increase version number --- class/class-mainwp-child.php | 2 +- mainwp-child.php | 2 +- readme.txt | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/class/class-mainwp-child.php b/class/class-mainwp-child.php index 357af149..3b8c8f1e 100644 --- a/class/class-mainwp-child.php +++ b/class/class-mainwp-child.php @@ -33,7 +33,7 @@ class MainWP_Child { * * @var string MainWP Child plugin version. */ - public static $version = '4.2.4'; + public static $version = '4.2.5'; /** * Private variable containing the latest MainWP Child update version. diff --git a/mainwp-child.php b/mainwp-child.php index 423caec0..409c4776 100644 --- a/mainwp-child.php +++ b/mainwp-child.php @@ -12,7 +12,7 @@ * Author: MainWP * Author URI: https://mainwp.com * Text Domain: mainwp-child - * Version: 4.2.4 + * Version: 4.2.5 * Requires at least: 5.4 * Requires PHP: 7.0 */ diff --git a/readme.txt b/readme.txt index aca7e8fb..e5083e28 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Plugin URI: https://mainwp.com Requires at least: 5.4 Tested up to: 6.0.1 Requires PHP: 7.0 -Stable tag: 4.2.4 +Stable tag: 4.2.5 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -111,13 +111,18 @@ Sure we have a quick FAQ with a lot more questions and answers [here](https://ma == Changelog == += 4.2.5 - 8-25-2022 = +* Added: Support for the new extension +* Fixed: An issue with displaying PHP errors +* Fixed: A problem with the database optimization process related to the Maintenance extension + = 4.2.4 - 7-14-2022 = * Fixed: An issue with falling back to the Filesystem API in chrooted configurations * Fixed: Compatibility issues with the new version of the WP Staging plugin * Fixed: A problem with overwriting page attributes = 4.2.3 - 5-16-2022 = -Added: Swift Performance Pro to the Purge Cache system +* Added: Swift Performance Pro to the Purge Cache system = 4.2.2 - 5-10-2022 = * Fixed: An issue with detecting abandoned plugins and themes on specific setups