From a7d5a8c1151a2372dd718fcc6941bddbc4ab1368 Mon Sep 17 00:00:00 2001 From: thanghv Date: Tue, 26 Nov 2024 22:44:33 +0700 Subject: [PATCH] Updated: version number and readme --- class/class-mainwp-child.php | 2 +- mainwp-child.php | 2 +- readme.txt | 25 +++++++++++-------------- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/class/class-mainwp-child.php b/class/class-mainwp-child.php index 17843ac2..e8218221 100644 --- a/class/class-mainwp-child.php +++ b/class/class-mainwp-child.php @@ -30,7 +30,7 @@ class MainWP_Child { * * @var string MainWP Child plugin version. */ - public static $version = '5.3-RC2'; // NOSONAR - not IP. + public static $version = '5.3'; // NOSONAR - not IP. /** * Private variable containing the latest MainWP Child update version. diff --git a/mainwp-child.php b/mainwp-child.php index bb4b296e..b019413d 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: 5.3-RC2 + * Version: 5.3 * Requires at least: 5.4 * Requires PHP: 7.4 */ diff --git a/readme.txt b/readme.txt index 81f9eba2..9921e542 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Plugin URI: https://mainwp.com Requires at least: 6.2 Tested up to: 6.7 Requires PHP: 7.4 -Stable tag: 5.3-RC2 +Stable tag: 5.3 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -111,20 +111,17 @@ We have an extensive FAQ with more questions and answers [here](https://mainwp.c == Changelog == += 5.3 - 11-26-2024 = -= 5.2.1 - 11-20-2024 = +* Security Enhancement: Enhanced the pre-connection process with additional security features to address recommendations from a security company. [Read more](https://mainwp.com/addressing-misguided-security-reports-why-mainwp-is-updating-its-connection-process/) +* Added: Password authorization requirement when connecting a site to enhance security. +* Added: "Clear Connection Data" button to unlock a site for a new connection. +* Added: Automatic deactivation of the MainWP Child plugin after a preset period if the site is not connected to a dashboard. +* Added: Translations for French (fr_FR), Spanish (es_ES), German (de_DE), and Portuguese (pt_BR). +* Updated: Plugin settings page design for improved consistency with the MainWP Dashboard plugin. +* Updated: Resetting of the `pubkey` value to ensure it remains intact when the plugin is deactivated. +* Updated: Compatibility with the latest WP Rocket plugin settings. -* Added: After activating the MainWP plugin, users are now redirected to the MainWP Settings page for a smoother onboarding experience. -* Updated: The Unique Security ID option is now enabled by default to enhance security for all MainWP installations. - -= 5.2 - 8-28-2024 = - -* Fixed: Issue with inserting multiple galleries in a post. -* Fixed: Problem with cloning sites on specific hosting environments. -* Fixed: Issue causing the post featured image to be removed after editing. -* Updated: System requirements checks to ensure they are current and relevant. -* Removed: Irrelevant system requirements checks for a streamlined setup process. - -[See Video Changelog](https://www.youtube.com/watch?v=GrA_faZKcfQ) +[See Video Changelog](https://youtu.be/DF0vC1RiCVI) [See changelog for all versions.](https://mainwp.com/mainwp-child-changelog.txt)