PluginProbe ʕ •ᴥ•ʔ
Secure Custom Fields / 6.4.0-beta1
Secure Custom Fields v6.4.0-beta1
6.9.5 6.9.4 6.9.3 6.9.2 6.9.1 6.9.0 6.8.9 6.8.7 6.8.8 6.8.6 6.8.4 6.8.5 trunk 6.4.0-beta1 6.4.0-beta2 6.4.1 6.4.1-beta3 6.4.1-beta4 6.4.1-beta5 6.4.1-beta6 6.4.1-beta7 6.4.2 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.5.5 6.5.6 6.5.7 6.6.0 6.7.0 6.7.1 6.8.0 6.8.1 6.8.2 6.8.3
secure-custom-fields / readme.txt
secure-custom-fields Last commit date
assets 1 year ago includes 1 year ago lang 1 year ago pro 1 year ago README.md 1 year ago acf.php 1 year ago index.php 1 year ago package-lock.json 1 year ago package.json 1 year ago readme.txt 1 year ago webpack.config.js 1 year ago
readme.txt
69 lines
1 === Secure Custom Fields ===
2 Contributors: wordpressdotorg
3 Tags: fields, custom fields, meta, scf
4 Requires at least: 6.0
5 Tested up to: 6.6
6 Requires PHP: 7.4
7 Stable tag: 6.4.0-beta1
8 License: GPLv2 or later
9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
11 Secure Custom Fields (SCF) offers an intuitive way for developers to enhance WordPress content management by adding extra fields and options without coding requirements.
12
13 == Description ==
14
15 SCF extends WordPress’s capabilities, transforming it into a flexible content management tool. With SCF, managing custom data becomes straightforward and efficient.
16
17 **Easily create fields on demand.**
18 The SCF builder makes it easy to add fields to WordPress edit screens, whether you’re adding a new “ingredients” field to a recipe or designing complex metadata for a specialized site.
19
20 **Flexibility in placement.**
21 Fields can be applied throughout WordPress—posts, pages, users, taxonomy terms, media, comments, and even custom options pages—organizing your data how you want.
22
23 **Display seamlessly.**
24 Using SCF functions, you can display custom field data in your templates, making content integration easy for all levels of developers.
25
26 **A comprehensive content management solution.**
27 Beyond custom fields, SCF allows you to register new post types and taxonomies directly from the SCF interface, providing more control without needing additional plugins or custom code.
28
29 **Accessible and user-friendly design.**
30 The field interface aligns with WordPress’s native design, creating an experience that’s both accessible and easy for content creators to use.
31
32 = Features =
33 * Clear and easy-to-use setup
34 * Robust functions for content management
35 * Over 30 Field Types
36 * Millions of Users
37
38 == Screenshots ==
39
40 1. Add groups of custom fields.
41 2. Easy to add custom content while writing.
42 3. Need a new post type? Just add it!
43 4. Navigate the various field types with ease.
44
45
46 == Changelog ==
47 = 6.3.9 =
48 *Release Date 22nd October 2024*
49
50 * Version update release
51
52 = 6.3.6.3 =
53 *Release Date 15th October 2024*
54
55 * Security - Editing a Field in the Field Group editor can no longer execute a stored XSS vulnerability. Thanks to Duc Luong Tran (janlele91) from Viettel Cyber Security for the responsible disclosure
56 * Security - Post Type and Taxonomy metabox callbacks no longer have access to any superglobal values, hardening the original fix from 6.3.6.2 even further
57 * Fix - SCF Fields now correctly validate when used in the block editor and attached to the sidebar
58
59 = 6.3.6.2 =
60 *Release Date 12th October 2024*
61
62 * Security - Harden fix in 6.3.6.1 to cover $_REQUEST as well.
63 * Fork - Change name of plugin to Secure Custom Fields.
64
65 = 6.3.6.1 =
66 *Release Date 7th October 2024*
67
68 * Security - SCF defined Post Type and Taxonomy metabox callbacks no longer have access to $_POST data. (Thanks to the Automattic Security Team for the disclosure)
69