Update: readme and version number

This commit is contained in:
thanghv 2025-08-12 22:17:47 +07:00
parent 07c9583bdf
commit 9755c9cea5
3 changed files with 8 additions and 3 deletions

View file

@ -30,7 +30,7 @@ class MainWP_Child {
*
* @var string MainWP Child plugin version.
*/
public static $version = '5.4.0.11'; // NOSONAR - not IP.
public static $version = '5.4.0.12'; // NOSONAR - not IP.
/**
* Private variable containing the latest MainWP Child update version.

View file

@ -12,7 +12,7 @@
* Author: MainWP
* Author URI: https://mainwp.com
* Text Domain: mainwp-child
* Version: 5.4.0.11
* Version: 5.4.0.12
* Requires at least: 5.4
* Requires PHP: 7.4
*/

View file

@ -7,7 +7,7 @@ Plugin URI: https://mainwp.com
Requires at least: 6.2
Tested up to: 6.8.1
Requires PHP: 7.4
Stable tag: 5.4.0.11
Stable tag: 5.4.0.12
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@ -111,6 +111,11 @@ We have an extensive FAQ with more questions and answers [here](https://mainwp.c
== Changelog ==
= 5.4.0.12 - Maintenance Release - 8-12-2025 =
* Fixed: Restored compatibility with BackWPup version 5 and later.
* Added: Support for the AccelerateWP plugin in the Cache Control system.
* Updated: Support for the WP-Optimize Premium plugin in the Cache Control system.
= 5.4.0.11 - Maintenance Release - 7-8-2025 =