Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Increase version number
  • Loading branch information
thanghv committed Aug 25, 2022
1 parent 6469c58 commit 21839ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion class/class-mainwp-child.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mainwp-child.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 21839ac

Please sign in to comment.