Changeset 1593402
- Timestamp:
- 02/10/2017 04:11:18 PM (9 years ago)
- File:
-
- 1 edited
-
acf-code-field/trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-code-field/trunk/readme.txt
r1536523 r1593402 1 === ACF Code Field === 2 1 3 === Plugin Name === 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.6.1 7 Stable tag: 1.6 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 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 10 12 11 13 Code field for Advanced Custom Fields (ACF) 14 12 15 13 16 == Description == … … 15 18 16 19 Plugin requires ACF free or pro to be installed to function. 20 17 21 18 22 == Installation == … … 25 29 == Frequently Asked Questions == 26 30 31 27 32 = What version fo ACF does this work with? = 28 33 29 34 Currently the plugin works with the free (v4) and PRO (v5) versions. 35 30 36 31 37 = Does the plugin escape or sanitize any data? = … … 33 39 It doesn't. Though Codemirror has several settings to escape data, the plugin doesn't implement them 34 40 41 35 42 == Screenshots == 36 43 37 1. Settings page screenshot 38 2. Editor screenshot with the Monokai theme enabled. 44 = 1. Settings page screenshot = 45 46 = 2. Editor screenshot with the Monokai theme enabled. = 39 47 40 48 == Changelog == 49 50 = 1.6.1 = 51 * Bumping tested up to version 41 52 42 53 = 1.6 = … … 45 56 * Bug fix: Hidden panels using the code field need to be clicked on to display contents 46 57 58 47 59 = 1.5 = 48 60 * Bug Fix: Adding support for flexible content fields 49 61 * Bug Fix: Correctly adding multiple stylesheets if multiple fields themes are selected on the same page 62 50 63 51 64 = 1.0 = … … 53 66 54 67 68 55 69 == Upgrade Notice == 70 56 71 57 72 = 1.6 = 58 73 Adding PHP language editor support 59 74 75 60 76 = 1.5 = 61 77 Adding support for using ACF Code Field inside Flexible Content and Repeater Fields
Note: See TracChangeset
for help on using the changeset viewer.