Skip to content

Commit d9ccd70

Browse files
committed
Add '(Preview)' to the plugin name until the advanced-custom-fields slug's version's future is figured out.
1 parent cf2eea2 commit d9ccd70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== Secure Custom Fields ===
1+
=== Secure Custom Fields (Preview) ===
22
Contributors: wordpressdotorg
33
Tags: fields, custom fields, meta, scf
44
Requires at least: 6.0

secure-custom-fields.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?php
2-
1+
<?php // phpcs:disable WordPress.Files.FileName.InvalidClassFileName -- This file contains procedural code for now.
2+
// phpcs:disable Universal.Files.SeparateFunctionsFromOO.Mixed -- This file contains both procedural and object-oriented code for now.
33
/**
44
* Secure Custom Fields
55
*
6-
* Plugin Name: Secure Custom Fields
6+
* Plugin Name: Secure Custom Fields (Preview)
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.
99
* Version: 6.4.1-beta4

0 commit comments

Comments
 (0)