Skip to content

Commit 3609f7c

Browse files
authored
Prepare 6.4.1-b7 (#43)
1 parent cdca3f7 commit 3609f7c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

readme.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: fields, custom fields, meta, scf
44
Requires at least: 6.0
55
Tested up to: 6.7
66
Requires PHP: 7.4
7-
Stable tag: 6.4.1-beta6
7+
Stable tag: 6.4.1-beta7
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -83,5 +83,5 @@ This plugin builds upon and is a fork of the previous work done by the contribut
8383

8484
== Upgrade Notice ==
8585

86-
= 6.4.1-beta6 =
87-
Corrects issue where Options page would not display in wp-admin and a missing function from the Clone field.
86+
= 6.4.1-beta7 =
87+
Corrects issue with syncing SCF options via JSON files.

secure-custom-fields.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin Name: Secure Custom Fields
77
* Plugin URI: https://developer.wordpress.org/secure-custom-fields/
88
* 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.
9-
* Version: 6.4.1-beta6
9+
* Version: 6.4.1-beta7
1010
* Author: WordPress.org
1111
* Author URI: https://wordpress.org/
1212
* Text Domain: secure-custom-fields
@@ -35,7 +35,7 @@ class ACF {
3535
*
3636
* @var string
3737
*/
38-
public $version = '6.4.1-beta6';
38+
public $version = '6.4.1-beta7';
3939

4040
/**
4141
* The plugin settings array.

0 commit comments

Comments
 (0)