Version Description
- Fixed a focus bug
Download this release
Release Info
Developer | nixdns |
Plugin | HTML Editor Syntax Highlighter |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- html-editor-syntax-highlighter.php +2 -2
- readme.txt +6 -1
html-editor-syntax-highlighter.php
CHANGED
@@ -5,10 +5,10 @@
|
|
5 |
* Description: Syntax Highlighting in WordPress HTML Editor
|
6 |
* Author: Petr Mukhortov
|
7 |
* Author URI: http://mukhortov.com/
|
8 |
-
* Version: 1.4.
|
9 |
* Requires at least: 3.3
|
10 |
* Tested up to: 3.7
|
11 |
-
* Stable tag: 1.4.
|
12 |
**/
|
13 |
|
14 |
if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); }
|
5 |
* Description: Syntax Highlighting in WordPress HTML Editor
|
6 |
* Author: Petr Mukhortov
|
7 |
* Author URI: http://mukhortov.com/
|
8 |
+
* Version: 1.4.2
|
9 |
* Requires at least: 3.3
|
10 |
* Tested up to: 3.7
|
11 |
+
* Stable tag: 1.4.2
|
12 |
**/
|
13 |
|
14 |
if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); }
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: html editor, syntax highlighter, plugin editor, syntax, highlighting, syntax highlighting, hilighting
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 3.7
|
7 |
-
Stable tag: 1.4.
|
8 |
|
9 |
Add syntax highlighting to the HTML editor.
|
10 |
|
@@ -18,6 +18,7 @@ Add syntax highlighting to the HTML editor.
|
|
18 |
* Save your posts and pages pressing Ctrl+S (Cmd+S on Mac)
|
19 |
* New fullscreen mode.
|
20 |
* Toggle fullscreen mode with F11/Esc hotkeys
|
|
|
21 |
|
22 |
== Installation ==
|
23 |
|
@@ -26,6 +27,10 @@ Add syntax highlighting to the HTML editor.
|
|
26 |
|
27 |
== Changelog ==
|
28 |
|
|
|
|
|
|
|
|
|
29 |
= 1.4.1 =
|
30 |
* Toggle fullscreen mode with F11/Esc hotkeys
|
31 |
* Publish Post/Page hotkeys Ctrl + S / Cmd + S
|
4 |
Tags: html editor, syntax highlighter, plugin editor, syntax, highlighting, syntax highlighting, hilighting
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 3.7
|
7 |
+
Stable tag: 1.4.2
|
8 |
|
9 |
Add syntax highlighting to the HTML editor.
|
10 |
|
18 |
* Save your posts and pages pressing Ctrl+S (Cmd+S on Mac)
|
19 |
* New fullscreen mode.
|
20 |
* Toggle fullscreen mode with F11/Esc hotkeys
|
21 |
+
* Restore cursor position after page is reloaded
|
22 |
|
23 |
== Installation ==
|
24 |
|
27 |
|
28 |
== Changelog ==
|
29 |
|
30 |
+
|
31 |
+
= 1.4.2 =
|
32 |
+
* Fixed a focus bug
|
33 |
+
|
34 |
= 1.4.1 =
|
35 |
* Toggle fullscreen mode with F11/Esc hotkeys
|
36 |
* Publish Post/Page hotkeys Ctrl + S / Cmd + S
|