Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: fields, custom fields, meta, scf
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 6.5.1
Stable tag: 6.5.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 6.5.4 =
*Release Date 30 Jul 2025*

Revert from 6.5.2.


= 6.5.2 =
*Release Date 30 Jul 2025*

*Features*

- Connect block attributes with custom fields via UI.
- Remove the word 'New' from default `add-new*` label values.


= 6.5.1 =
*Release Date 2 Jul 2025*

Expand Down
4 changes: 2 additions & 2 deletions secure-custom-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1
* Version: 6.5.4
* Author: WordPress.org
* Author URI: https://wordpress.org/
* Text Domain: secure-custom-fields
Expand All @@ -33,7 +33,7 @@ class ACF {
*
* @var string
*/
public $version = '6.5.1';
public $version = '6.5.4';

/**
* The plugin settings array.
Expand Down
Loading