From b68e23b76fdb8b10754e2ee439f891c1661bd179 Mon Sep 17 00:00:00 2001 From: Carlos Bravo <37012961+cbravobernal@users.noreply.github.com> Date: Sat, 6 Jun 2026 11:38:00 +0200 Subject: [PATCH 1/3] Update readme release date --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 21f776e6..cada671e 100644 --- a/readme.txt +++ b/readme.txt @@ -51,8 +51,8 @@ This plugin builds upon and is a fork of the previous work done by the contribut == Changelog == -= Next = -*Release Date TBD* += 6.8.7 = +*Release Date 8th June 2026* *Fixes* From c6992090d0672d44be32fc566f3de33a65c4436f Mon Sep 17 00:00:00 2001 From: Carlos Bravo <37012961+cbravobernal@users.noreply.github.com> Date: Sat, 6 Jun 2026 11:39:28 +0200 Subject: [PATCH 2/3] Build assets, documentation, and translations --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index a38965e7..c9d3f6fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "release-6.8.6", + "name": "secure-custom-fields", "lockfileVersion": 3, "requires": true, "packages": { From 71560802794b54deb504ce3a4bd26c7af79c59f2 Mon Sep 17 00:00:00 2001 From: Carlos Bravo <37012961+cbravobernal@users.noreply.github.com> Date: Sat, 6 Jun 2026 11:40:30 +0200 Subject: [PATCH 3/3] Update version to 6.8.7 --- secure-custom-fields.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secure-custom-fields.php b/secure-custom-fields.php index 6793f7e9..4a9c76ab 100644 --- a/secure-custom-fields.php +++ b/secure-custom-fields.php @@ -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.8.6 + * Version: 6.8.7 * Author: WordPress.org * Author URI: https://wordpress.org/ * Text Domain: secure-custom-fields @@ -33,7 +33,7 @@ class ACF { * * @var string */ - public $version = '6.8.6'; + public $version = '6.8.7'; /** * The plugin settings array.