Changeset 1593440
- Timestamp:
- 02/10/2017 05:18:02 PM (9 years ago)
- Location:
- acf-code-field
- Files:
-
- 2 edited
-
tags/1.6.1/readme.txt (modified) (6 diffs)
-
trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-code-field/tags/1.6.1/readme.txt
r1593421 r1593440 1 === ACF Code Field ===2 3 1 === 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.110 **License:** GPLv2 or later 11 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html 2 Contributors: ptasker 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZFP4RL9XM2ZWW 4 Tags: Advanced Custom Fields, ACF, Codemirror 5 Requires at least: 3.0.1 6 Tested up to: 4.7.2 7 Stable tag: 1.6.1 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 10 13 11 Code field for Advanced Custom Fields (ACF) 14 15 12 16 13 == Description == … … 18 15 19 16 Plugin requires ACF free or pro to be installed to function. 20 21 17 22 18 == Installation == … … 29 25 == Frequently Asked Questions == 30 26 31 32 27 = What version fo ACF does this work with? = 33 28 34 29 Currently the plugin works with the free (v4) and PRO (v5) versions. 35 36 30 37 31 = Does the plugin escape or sanitize any data? = … … 39 33 It doesn't. Though Codemirror has several settings to escape data, the plugin doesn't implement them 40 34 41 42 35 == Screenshots == 43 36 44 = 1. Settings page screenshot = 45 46 = 2. Editor screenshot with the Monokai theme enabled. = 37 1. Settings page screenshot 38 2. Editor screenshot with the Monokai theme enabled. 47 39 48 40 == Changelog == … … 56 48 * Bug fix: Hidden panels using the code field need to be clicked on to display contents 57 49 58 59 50 = 1.5 = 60 51 * Bug Fix: Adding support for flexible content fields 61 52 * Bug Fix: Correctly adding multiple stylesheets if multiple fields themes are selected on the same page 62 53 63 64 54 = 1.0 = 65 55 * First deploy and commit to wordpress.org repository 66 67 56 68 57 … … 75 64 Adding PHP language editor support 76 65 77 78 66 = 1.5 = 79 67 Adding 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 3 1 === 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.110 **License:** GPLv2 or later 11 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html 2 Contributors: ptasker 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZFP4RL9XM2ZWW 4 Tags: Advanced Custom Fields, ACF, Codemirror 5 Requires at least: 3.0.1 6 Tested up to: 4.7.2 7 Stable tag: 1.6.1 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 10 13 11 Code field for Advanced Custom Fields (ACF) 14 15 12 16 13 == Description == … … 18 15 19 16 Plugin requires ACF free or pro to be installed to function. 20 21 17 22 18 == Installation == … … 29 25 == Frequently Asked Questions == 30 26 31 32 27 = What version fo ACF does this work with? = 33 28 34 29 Currently the plugin works with the free (v4) and PRO (v5) versions. 35 36 30 37 31 = Does the plugin escape or sanitize any data? = … … 39 33 It doesn't. Though Codemirror has several settings to escape data, the plugin doesn't implement them 40 34 41 42 35 == Screenshots == 43 36 44 = 1. Settings page screenshot = 45 46 = 2. Editor screenshot with the Monokai theme enabled. = 37 1. Settings page screenshot 38 2. Editor screenshot with the Monokai theme enabled. 47 39 48 40 == Changelog == … … 56 48 * Bug fix: Hidden panels using the code field need to be clicked on to display contents 57 49 58 59 50 = 1.5 = 60 51 * Bug Fix: Adding support for flexible content fields 61 52 * Bug Fix: Correctly adding multiple stylesheets if multiple fields themes are selected on the same page 62 53 63 64 54 = 1.0 = 65 55 * First deploy and commit to wordpress.org repository 66 67 56 68 57 … … 75 64 Adding PHP language editor support 76 65 77 78 66 = 1.5 = 79 67 Adding support for using ACF Code Field inside Flexible Content and Repeater Fields
Note: See TracChangeset
for help on using the changeset viewer.