Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 6.4.1-b7 #43

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions 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.7
Requires PHP: 7.4
Stable tag: 6.4.1-beta6
Stable tag: 6.4.1-beta7
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -84,4 +84,4 @@ This plugin builds upon and is a fork of the previous work done by the contribut
== Upgrade Notice ==

= 6.4.1-beta6 =
Corrects issue where Options page would not display in wp-admin and a missing function from the Clone field.
Corrects issue where Options page would not display in wp-admin and a missing function from the Clone field.
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.4.1-beta6
* Version: 6.4.1-beta7
* Author: WordPress.org
* Author URI: https://wordpress.org/
* Text Domain: secure-custom-fields
Expand Down Expand Up @@ -35,7 +35,7 @@ class ACF {
*
* @var string
*/
public $version = '6.4.1-beta6';
public $version = '6.4.1-beta7';

/**
* The plugin settings array.
Expand Down