From 53272417a22b0b739f7e5603793c7860a8c8c437 Mon Sep 17 00:00:00 2001 From: Brandon Kraft Date: Wed, 26 Feb 2025 15:34:05 -0600 Subject: [PATCH 1/4] Update version to 6.4.1-beta7 --- secure-custom-fields.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secure-custom-fields.php b/secure-custom-fields.php index ee186954..cd5998dd 100644 --- a/secure-custom-fields.php +++ b/secure-custom-fields.php @@ -6,7 +6,7 @@ * Plugin Name: Secure Custom Fields * Plugin URI: https://developer.wordpress.org/secure-custom-fields/ * Description: Secure Custom Fields (SCF) offers an intuitive way for developers to enhance WordPress content management by adding extra fields and options without coding requirements. - * Version: 6.4.1-beta6 + * Version: 6.4.1-beta7 * Author: WordPress.org * Author URI: https://wordpress.org/ * Text Domain: secure-custom-fields @@ -35,7 +35,7 @@ class ACF { * * @var string */ - public $version = '6.4.1-beta6'; + public $version = '6.4.1-beta7'; /** * The plugin settings array. From 59c433fbd12011f3bc71f8ab1c5d397fd0661d6d Mon Sep 17 00:00:00 2001 From: Brandon Kraft Date: Wed, 26 Feb 2025 15:34:09 -0600 Subject: [PATCH 2/4] Update stable tag to 6.4.1-beta7 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 765ff9d4..50dac0ab 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: fields, custom fields, meta, scf Requires at least: 6.0 Tested up to: 6.7 Requires PHP: 7.4 -Stable tag: 6.4.1-beta6 +.4.1-beta7 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html From b6205fc9ff387ffbe6ecb0df2ea57bc578d706d0 Mon Sep 17 00:00:00 2001 From: Brandon Kraft Date: Wed, 26 Feb 2025 20:04:43 -0600 Subject: [PATCH 3/4] Update readme.txt Fix stable tag --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 50dac0ab..144fb664 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: fields, custom fields, meta, scf Requires at least: 6.0 Tested up to: 6.7 Requires PHP: 7.4 -.4.1-beta7 +Stable tag: 6.4.1-beta7 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -84,4 +84,4 @@ This plugin builds upon and is a fork of the previous work done by the contribut == Upgrade Notice == = 6.4.1-beta6 = -Corrects issue where Options page would not display in wp-admin and a missing function from the Clone field. \ No newline at end of file +Corrects issue where Options page would not display in wp-admin and a missing function from the Clone field. From 7a84ad82dea21b42bf5b282825449d916f2376e2 Mon Sep 17 00:00:00 2001 From: Brandon Kraft Date: Mon, 3 Mar 2025 12:34:19 -0600 Subject: [PATCH 4/4] Add upgrade notice --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 144fb664..4d788a30 100644 --- a/readme.txt +++ b/readme.txt @@ -83,5 +83,5 @@ This plugin builds upon and is a fork of the previous work done by the contribut == Upgrade Notice == -= 6.4.1-beta6 = -Corrects issue where Options page would not display in wp-admin and a missing function from the Clone field. += 6.4.1-beta7 = +Corrects issue with syncing SCF options via JSON files.