Plugin Directory

Changeset 1038916


Ignore:
Timestamp:
12/05/2014 03:59:33 PM (11 years ago)
Author:
KLicheR
Message:

Fix readme

Location:
acf-unique-id-field/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • acf-unique-id-field/trunk/README.md

    r1038902 r1038916  
    1 # ACF Unique ID Field
     1# Advanced Custom Fields: Unique ID Field
    22
    33Create a unique ID to easily identify repeater field's rows.
     
    55-----------------------
    66
    7 ### Description
     7## Description
    88
    99Create a unique ID to easily identify repeater field's rows. The field is fulfill on the first "save" of the post.
    10 
    11 
    1210
    1311### Compatibility
     
    1614* ACF 5
    1715
    18 ### Installation
     16## Installation
    1917
    20181. Copy the `acf-unique_id` folder into your `wp-content/plugins` folder
     
    22203. Create a new field via ACF and select the Unique ID type
    2321
    24 ### Changelog
     22## Changelog
    2523Please see `readme.txt` for changelog
  • acf-unique-id-field/trunk/acf-unique_id.php

    r1038902 r1038916  
    22
    33/*
    4 Plugin Name: Advanced Custom Fields: Unique ID
    5 Plugin URI: https://github.com/KLicheR
     4Plugin Name: Advanced Custom Fields: Unique ID Field
     5Plugin URI: https://wordpress.org/plugins/acf-unique-id-field
    66Description: Create a unique ID to easily identify repeater field's rows.
    77Version: 1.0.0
    8 Author: Kristoffer Laurin-Racicot
     8Author: KLicheR
    99Author URI: https://github.com/KLicheR
    1010License: GPLv2 or later
  • acf-unique-id-field/trunk/readme.txt

    r1038902 r1038916  
    11=== Advanced Custom Fields: Unique ID Field ===
    2 Contributors: Kristoffer Laurin-Racicot
     2Contributors: KLicheR
    33Tags: acf,unique,id
    44Requires at least: 3.5
    55Tested up to: 4.0.1
    6 Stable tag: trunk
     6Stable tag: 1.0.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414Create a unique ID to easily identify repeater field's rows. The field is fulfill on the first "save" of the post.
    1515
    16 = Compatibility =
     16=== Compatibility ===
    1717
    1818This ACF field type is compatible with:
Note: See TracChangeset for help on using the changeset viewer.