Skip to content

Commit

Permalink
Fixed: error purge cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thanghv committed Dec 27, 2024
1 parent b0154d1 commit 50db29c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion class/class-mainwp-child-cache-purge.php
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ public function wprocket_auto_cache_purge() {
$purge_result = array();

if ( 1 === (int) $do_purge ) {
$purge_result = MainWP_Child_WP_Rocket::instance()->purge_cache_all();
$purge_result = MainWP_Child_WP_Rocket::instance()->preload_purge_cache_all();
}

// Record results & return response.
Expand Down
2 changes: 1 addition & 1 deletion class/class-mainwp-child.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MainWP_Child {
*
* @var string MainWP Child plugin version.
*/
public static $version = '5.3.2'; // NOSONAR - not IP.
public static $version = '5.3.3'; // NOSONAR - not IP.

/**
* 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: 5.3.2
* Version: 5.3.3
* Requires at least: 5.4
* Requires PHP: 7.4
*/
Expand Down
8 changes: 7 additions & 1 deletion 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: 6.2
Tested up to: 6.7.1
Requires PHP: 7.4
Stable tag: 5.3.2
Stable tag: 5.3.3
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -111,6 +111,12 @@ We have an extensive FAQ with more questions and answers [here](https://mainwp.c

== Changelog ==

= 5.3.3 - 12-27-2024 =

* Fixed: Incorrect feedback message displayed when running updates.
* Fixed: Issue causing WP Cron scheduled events to fail.
* Added: Support for one-click plugin and theme exclusions for the WP Rocket JS delay option.

= 5.3.2 - 12-26-2024 =

* Updated: Compatibility with the latest WP Rocket plugin settings.
Expand Down

0 comments on commit 50db29c

Please sign in to comment.