Skip to content

Commit 4a498cd

Browse files
authored
Prepare for beta 4 (#14)
1 parent cf2eea2 commit 4a498cd

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

readme.txt

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

@@ -50,6 +50,13 @@ This plugin builds upon and is a fork of the previous work done by the contribut
5050

5151

5252
== Changelog ==
53+
= 6.4.1 =
54+
* Unreleased: In beta *
55+
56+
* Forked from Advanced Custom Fields®
57+
* Various updates to coding standards.
58+
* Updated to rely on the WordPress.org translation packs for all strings.
59+
5360
= 6.3.9 =
5461
*Release Date 22nd October 2024*
5562

@@ -71,4 +78,9 @@ This plugin builds upon and is a fork of the previous work done by the contribut
7178
= 6.3.6.1 =
7279
*Release Date 7th October 2024*
7380

74-
* Security - SCF defined Post Type and Taxonomy metabox callbacks no longer have access to $_POST data. (Thanks to the Automattic Security Team for the disclosure)
81+
* Security - SCF defined Post Type and Taxonomy metabox callbacks no longer have access to $_POST data. (Thanks to the Automattic Security Team for the disclosure)
82+
83+
== Upgrade Notice ==
84+
85+
= 6.4.1-beta4 =
86+
This update changes the main file name. Updates should seamlessly work, but please confirm the plugin is active after upgrade.

secure-custom-fields.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ACF {
3333
*
3434
* @var string
3535
*/
36-
public $version = '6.4.1-beta1';
36+
public $version = '6.4.1-beta4';
3737

3838
/**
3939
* The plugin settings array.

0 commit comments

Comments
 (0)