Skip to content

Commit 708e591

Browse files
authored
Backport 6.4.1 stable release updates (#73)
* Move items that need translation to init (#47) * Build assets and documentation * Update version to 6.4.1 * Update stable tag to 6.4.1 * Update stable tag * Update release date
1 parent 17a4d8b commit 708e591

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

readme.txt

+4-4
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-beta7
7+
Stable tag: 6.4.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -52,7 +52,7 @@ This plugin builds upon and is a fork of the previous work done by the contribut
5252

5353
== Changelog ==
5454
= 6.4.1 =
55-
* Unreleased: In beta *
55+
*Release Date 7 Mar 2024*
5656

5757
* Forked from Advanced Custom Fields®
5858
* Various updates to coding standards.
@@ -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-beta7 =
87-
Corrects issue with syncing SCF options via JSON files.
86+
= 6.4.1 =
87+
Resolves notice of loading translations too early.

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-beta7
9+
* Version: 6.4.1
1010
* Author: WordPress.org
1111
* Author URI: https://wordpress.org/
1212
* Text Domain: secure-custom-fields
@@ -33,7 +33,7 @@ class ACF {
3333
*
3434
* @var string
3535
*/
36-
public $version = '6.4.1-beta7';
36+
public $version = '6.4.1';
3737

3838
/**
3939
* The plugin settings array.

0 commit comments

Comments
 (0)