Skip to content

Commit a5f3705

Browse files
Update trunk to the last release status. (#201)
* Update readme for 6.5.2 * Build assets, documentation, and translations * Update version to 6.5.2 * Update stable tag to 6.5.2 * Update changelog * Recover lost NL translations * Update release version to current 6.5.4 --------- Co-authored-by: priethor <[email protected]>
1 parent 17c6d04 commit a5f3705

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

readme.txt

Lines changed: 16 additions & 1 deletion
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.8
66
Requires PHP: 7.4
7-
Stable tag: 6.5.1
7+
Stable tag: 6.5.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

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

5353
== Changelog ==
5454

55+
= 6.5.4 =
56+
*Release Date 30 Jul 2025*
57+
58+
Revert from 6.5.2.
59+
60+
61+
= 6.5.2 =
62+
*Release Date 30 Jul 2025*
63+
64+
*Features*
65+
66+
- Connect block attributes with custom fields via UI.
67+
- Remove the word 'New' from default `add-new*` label values.
68+
69+
5570
= 6.5.1 =
5671
*Release Date 2 Jul 2025*
5772

secure-custom-fields.php

Lines changed: 2 additions & 2 deletions
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.5.1
9+
* Version: 6.5.4
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.5.1';
36+
public $version = '6.5.4';
3737

3838
/**
3939
* The plugin settings array.

0 commit comments

Comments
 (0)