Skip to content

Commit c805cd4

Browse files
author
WordPress.org
committed
Next version to be 6.4.1
1 parent 1f60dc8 commit c805cd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

acf.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin Name: Secure Custom Fields
77
* Plugin URI: http://wordpress.org/plugins/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.0-beta1
9+
* Version: 6.4.1-beta1
1010
* Author: WordPress.org
1111
* Author URI: https://wordpress.org/
1212
* Text Domain: acf
@@ -33,7 +33,7 @@ class ACF
3333
*
3434
* @var string
3535
*/
36-
public $version = '6.4.0';
36+
public $version = '6.4.1-beta1';
3737

3838
/**
3939
* The plugin settings array.

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?php
2-
// There are many ways to WordPress.
2+
// Shhh... I'm a secret.

0 commit comments

Comments
 (0)