Changeset 1734599
- Timestamp:
- 09/23/2017 04:17:01 AM (9 years ago)
- Location:
- essential-script
- Files:
-
- 2 edited
- 1 copied
-
tags/0.3.1 (copied) (copied from essential-script/trunk)
-
tags/0.3.1/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
essential-script/tags/0.3.1/readme.txt
r1734426 r1734599 4 4 Requires at least: 4.0 5 5 Tested up to: 4.8.2 6 Stable tag: 0.3 6 Stable tag: 0.3.1 7 7 Requires PHP: 5.3 8 8 License: GPLv3 or later … … 48 48 - [ ] Allow the use of wp_enqueue_scripts where is possible. It requires a checkbox. 49 49 - [ ] Support for Shortcodes 50 - [ ] Move the CodeEditor in its own namespace. 51 - [ ] Use CodeMirror addons. 52 - [ ] Improve the user interface. 53 - [ ] Support for reusable components. 50 54 51 55 ==Screenshots== … … 54 58 55 59 == Changelog == 60 = 0.3.1= 61 * Fix Missing argument in `Page.php` on line 52 which prevented the editor from working 56 62 = 0.3 = 57 63 * Upgrade CodeMirror from 5.29.0 to 5.30.0 -
essential-script/trunk/readme.txt
r1734426 r1734599 4 4 Requires at least: 4.0 5 5 Tested up to: 4.8.2 6 Stable tag: 0.3 6 Stable tag: 0.3.1 7 7 Requires PHP: 5.3 8 8 License: GPLv3 or later … … 48 48 - [ ] Allow the use of wp_enqueue_scripts where is possible. It requires a checkbox. 49 49 - [ ] Support for Shortcodes 50 - [ ] Move the CodeEditor in its own namespace. 51 - [ ] Use CodeMirror addons. 52 - [ ] Improve the user interface. 53 - [ ] Support for reusable components. 50 54 51 55 ==Screenshots== … … 54 58 55 59 == Changelog == 60 = 0.3.1= 61 * Fix Missing argument in `Page.php` on line 52 which prevented the editor from working 56 62 = 0.3 = 57 63 * Upgrade CodeMirror from 5.29.0 to 5.30.0
Note: See TracChangeset
for help on using the changeset viewer.