Skip to content

Commit 6752d64

Browse files
authored
Backport 6.4.2 readme changes (#107)
1 parent 409613a commit 6752d64

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

readme.txt

Lines changed: 9 additions & 3 deletions
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
7+
Stable tag: 6.4.2
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

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

5252

5353
== Changelog ==
54+
= 6.4.2 =
55+
*Release Date 14 Apr 2025*
56+
57+
* Resolved issue with shortcode translation not parsing correctly.
58+
* Improve validation for an URL on field admin.
59+
5460
= 6.4.1 =
5561
*Release Date 7 Mar 2025*
5662

@@ -83,5 +89,5 @@ This plugin builds upon and is a fork of the previous work done by the contribut
8389

8490
== Upgrade Notice ==
8591

86-
= 6.4.1 =
87-
Resolves notice of loading translations too early.
92+
= 6.4.2 =
93+
Security: improves validation of an URL in an admin field.

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.4.1
9+
* Version: 6.4.2
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';
36+
public $version = '6.4.2';
3737

3838
/**
3939
* The plugin settings array.

0 commit comments

Comments
 (0)