forked from lukechapman/acf-random-string-field
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
executable file
·30 lines (23 loc) · 812 Bytes
/
readme.txt
File metadata and controls
executable file
·30 lines (23 loc) · 812 Bytes
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
=== Advanced Custom Fields: Random String Field ===
Contributors: luke chapman
Tags: acf random string field
Requires at least: 5.2.1
Tested up to: 5.2.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Generates a random string using a pool of alphanumeric and special characters.
= Compatibility =
This ACF field type is compatible with:
* ACF 5
== Installation ==
1. Copy the `acf-random-string-field` folder into your `wp-content/plugins` folder
2. Activate the Random String Field plugin via the plugins admin page
3. Create a new field via ACF and select the Random String type
== Changelog ==
= 1.1.0 =
* Feature: Added 'Alphanumeric only' option.
* Fix: Added more characters to possible character pool.
= 1.0.0 =
* Initial release.