Plugin Directory

Changeset 1593440


Ignore:
Timestamp:
02/10/2017 05:18:02 PM (9 years ago)
Author:
ptasker
Message:

Fixing readme.txt

Location:
acf-code-field
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • acf-code-field/tags/1.6.1/readme.txt

    r1593421 r1593440  
    1 === ACF Code Field ===
    2 
    31=== Plugin Name ===
    4 **Contributors:** ptasker 
    5 **Donate link:** https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZFP4RL9XM2ZWW 
    6 **Tags:** Advanced Custom Fields, ACF, Codemirror 
    7 **Requires at least:** 3.0.1 
    8 **Tested up to:** 4.7.2 
    9 **Stable tag:** 1.6.1
    10 **License:** GPLv2 or later 
    11 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html 
     2Contributors: ptasker
     3Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZFP4RL9XM2ZWW
     4Tags: Advanced Custom Fields, ACF, Codemirror
     5Requires at least: 3.0.1
     6Tested up to: 4.7.2
     7Stable tag: 1.6.1
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1210
    1311Code field for Advanced Custom Fields (ACF)
    14 
    1512
    1613== Description ==
     
    1815
    1916Plugin requires ACF free or pro to be installed to function.
    20 
    2117
    2218== Installation ==
     
    2925== Frequently Asked Questions ==
    3026
    31 
    3227= What version fo ACF does this work with? =
    3328
    3429Currently the plugin works with the free (v4) and PRO (v5) versions.
    35 
    3630
    3731= Does the plugin escape or sanitize any data? =
     
    3933It doesn't. Though Codemirror has several settings to escape data, the plugin doesn't implement them
    4034
    41 
    4235== Screenshots ==
    4336
    44 = 1. Settings page screenshot =
    45 
    46 = 2. Editor screenshot with the Monokai theme enabled. =
     371. Settings page screenshot
     382. Editor screenshot with the Monokai theme enabled.
    4739
    4840== Changelog ==
     
    5648* Bug fix: Hidden panels using the code field need to be clicked on to display contents
    5749
    58 
    5950= 1.5 =
    6051* Bug Fix: Adding support for flexible content fields
    6152* Bug Fix: Correctly adding multiple stylesheets if multiple fields themes are selected on the same page
    6253
    63 
    6454= 1.0 =
    6555* First deploy and commit to wordpress.org repository
    66 
    6756
    6857
     
    7564Adding PHP language editor support
    7665
    77 
    7866= 1.5 =
    7967Adding support for using ACF Code Field inside Flexible Content and Repeater Fields
  • acf-code-field/trunk/readme.txt

    r1593415 r1593440  
    1 === ACF Code Field ===
    2 
    31=== Plugin Name ===
    4 **Contributors:** ptasker 
    5 **Donate link:** https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZFP4RL9XM2ZWW 
    6 **Tags:** Advanced Custom Fields, ACF, Codemirror 
    7 **Requires at least:** 3.0.1 
    8 **Tested up to:** 4.7.2 
    9 **Stable tag:** 1.6.1
    10 **License:** GPLv2 or later 
    11 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html 
     2Contributors: ptasker
     3Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZFP4RL9XM2ZWW
     4Tags: Advanced Custom Fields, ACF, Codemirror
     5Requires at least: 3.0.1
     6Tested up to: 4.7.2
     7Stable tag: 1.6.1
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1210
    1311Code field for Advanced Custom Fields (ACF)
    14 
    1512
    1613== Description ==
     
    1815
    1916Plugin requires ACF free or pro to be installed to function.
    20 
    2117
    2218== Installation ==
     
    2925== Frequently Asked Questions ==
    3026
    31 
    3227= What version fo ACF does this work with? =
    3328
    3429Currently the plugin works with the free (v4) and PRO (v5) versions.
    35 
    3630
    3731= Does the plugin escape or sanitize any data? =
     
    3933It doesn't. Though Codemirror has several settings to escape data, the plugin doesn't implement them
    4034
    41 
    4235== Screenshots ==
    4336
    44 = 1. Settings page screenshot =
    45 
    46 = 2. Editor screenshot with the Monokai theme enabled. =
     371. Settings page screenshot
     382. Editor screenshot with the Monokai theme enabled.
    4739
    4840== Changelog ==
     
    5648* Bug fix: Hidden panels using the code field need to be clicked on to display contents
    5749
    58 
    5950= 1.5 =
    6051* Bug Fix: Adding support for flexible content fields
    6152* Bug Fix: Correctly adding multiple stylesheets if multiple fields themes are selected on the same page
    6253
    63 
    6454= 1.0 =
    6555* First deploy and commit to wordpress.org repository
    66 
    6756
    6857
     
    7564Adding PHP language editor support
    7665
    77 
    7866= 1.5 =
    7967Adding support for using ACF Code Field inside Flexible Content and Repeater Fields
Note: See TracChangeset for help on using the changeset viewer.