From 3320f313b7da1bffbb4516b6ce11b3b4f0b6e468 Mon Sep 17 00:00:00 2001 From: Alexandre Almeida Date: Thu, 26 Dec 2024 09:35:30 -0300 Subject: [PATCH] V6.3.1 (#12) * feat: Update Libs Added checks for required fields and email format validation. This ensures users submit correct and complete information before proceeding. Prevents potential issues caused by invalid input. * fix: Update minimum WordPress version requirement in metadata Lowered the "Requires at least" WordPress version from 6.7.1 to 5.4 in the plugin header metadata. This ensures compatibility with older WordPress versions and aligns the plugin requirements appropriately. --- mainwp-child.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwp-child.php b/mainwp-child.php index 143dfee..3553d44 100755 --- a/mainwp-child.php +++ b/mainwp-child.php @@ -13,7 +13,7 @@ * Author URI: https://apiki.com * Text Domain: mainwp-child * Version: 6.3.1 - * Requires at least: 6.7.1 + * Requires at least: 5.4 * Requires PHP: 7.4 */