Skip to content

Commit 0703320

Browse files
authored
Prepare 6.5.1 release. (#192)
* Add changelog for 6.5.1 * Update version to 6.5.1 * Update stable tag to 6.5.1
1 parent 3519109 commit 0703320

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

readme.txt

Lines changed: 10 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.0
7+
Stable tag: 6.5.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -51,6 +51,15 @@ This plugin builds upon and is a fork of the previous work done by the contribut
5151

5252

5353
== Changelog ==
54+
55+
= 6.5.1 =
56+
*Release Date 2 Jul 2025*
57+
58+
*Bug Fixes*
59+
60+
- Command Palette: Use `@wordpress\icons` instead of Dashicons.
61+
62+
5463
= 6.5.0 =
5564
*Release Date 23 Jun 2025*
5665

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.0
9+
* Version: 6.5.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.5.0';
36+
public $version = '6.5.1';
3737

3838
/**
3939
* The plugin settings array.

0 commit comments

Comments
 (0)