-
Notifications
You must be signed in to change notification settings - Fork 109
/
readme.txt
79 lines (62 loc) · 2.03 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
=== Custom Field Suite ===
Contributors: mgibbs189
Tags: custom fields, fields, postmeta, relationship, repeater, file upload
Requires at least: 5.0
Tested up to: 6.5.2
Stable tag: trunk
License: GPLv2
Add custom fields to your post types
== Description ==
Custom Field Suite (CFS) lets you add custom fields to your posts. It's lightweight and battle-tested (there's not much to break).
= Things to know =
* We do not provide support.
* This is a free plugin. We're not selling anything.
* CFS includes 14 [field types](https://mgibbs189.github.io/custom-field-suite/field-types.html). There are no plans to add more.
* If you want all the bells-and-whistles, use ACF.
= Field types =
* Text
* Textarea
* WYSIWYG
* Date
* Color
* True / False
* Select
* File Upload
* Relationship
* Term
* User
* Loop (repeatable fields)
* Hyperlink
* Tab (group fields)
= Usage =
* Browse to the "Field Groups" admin menu
* Create a Field Group containing one or more custom fields
* Choose where the Field Group should appear, using the Placement Rules box
* Use the [get](https://mgibbs189.github.io/custom-field-suite/api/get.html) method in your template files to display custom fields
= Links =
* [Documentation →](https://mgibbs189.github.io/custom-field-suite/)
* [Github →](https://github.com/mgibbs189/custom-field-suite)
== Changelog ==
= 2.6.7 =
* Reverted some int casting to prevent errors
* Refactor coming soon (hopefully)
= 2.6.6 =
* Even more sanitization (props wp.org team)
= 2.6.5 =
* Extra sanitization to prevent XSS via admin-imported field groups (props WordFence)
= 2.6.4 =
* Fixed: cleared PHP8 deprecation notices
= 2.6.3 =
* Fixed: possible placement rules XSS (props Patchstack)
= 2.6.2.1 =
* Confirmed 6.0.1 compatibility
= 2.6.2 =
* Removed broken links, confirmed 5.9 compatibility
= 2.6.1 =
* Fixed: PHP8 warnings
= 2.6 =
New: moved CFS into "Settings" menu
Improved: relationship fields now only run 1 query to retrieve related posts
Improved: code modernization
Improved: styling tweaks
Fix: "Posts" field group rule ajax wasn't loading