Changeset 1038916
- Timestamp:
- 12/05/2014 03:59:33 PM (11 years ago)
- Location:
- acf-unique-id-field/trunk
- Files:
-
- 3 edited
-
README.md (modified) (4 diffs)
-
acf-unique_id.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-unique-id-field/trunk/README.md
r1038902 r1038916 1 # A CFUnique ID Field1 # Advanced Custom Fields: Unique ID Field 2 2 3 3 Create a unique ID to easily identify repeater field's rows. … … 5 5 ----------------------- 6 6 7 ## #Description7 ## Description 8 8 9 9 Create a unique ID to easily identify repeater field's rows. The field is fulfill on the first "save" of the post. 10 11 12 10 13 11 ### Compatibility … … 16 14 * ACF 5 17 15 18 ## #Installation16 ## Installation 19 17 20 18 1. Copy the `acf-unique_id` folder into your `wp-content/plugins` folder … … 22 20 3. Create a new field via ACF and select the Unique ID type 23 21 24 ## #Changelog22 ## Changelog 25 23 Please see `readme.txt` for changelog -
acf-unique-id-field/trunk/acf-unique_id.php
r1038902 r1038916 2 2 3 3 /* 4 Plugin Name: Advanced Custom Fields: Unique ID 5 Plugin URI: https:// github.com/KLicheR4 Plugin Name: Advanced Custom Fields: Unique ID Field 5 Plugin URI: https://wordpress.org/plugins/acf-unique-id-field 6 6 Description: Create a unique ID to easily identify repeater field's rows. 7 7 Version: 1.0.0 8 Author: K ristoffer Laurin-Racicot8 Author: KLicheR 9 9 Author URI: https://github.com/KLicheR 10 10 License: GPLv2 or later -
acf-unique-id-field/trunk/readme.txt
r1038902 r1038916 1 1 === Advanced Custom Fields: Unique ID Field === 2 Contributors: K ristoffer Laurin-Racicot2 Contributors: KLicheR 3 3 Tags: acf,unique,id 4 4 Requires at least: 3.5 5 5 Tested up to: 4.0.1 6 Stable tag: trunk6 Stable tag: 1.0.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 Create a unique ID to easily identify repeater field's rows. The field is fulfill on the first "save" of the post. 15 15 16 = Compatibility=16 === Compatibility === 17 17 18 18 This ACF field type is compatible with:
Note: See TracChangeset
for help on using the changeset viewer.