Crayon Syntax Highlighter - Version 1.3.5

Version Description

  • Removed some leftover code from popupWindow
Download this release

Release Info

Developer akarmenia
Plugin Icon wp plugin Crayon Syntax Highlighter
Version 1.3.5
Comparing to
See all releases

Code changes from version 1.3.4 to 1.3.5

Files changed (3) hide show
  1. crayon_wp.class.php +1 -1
  2. js/crayon.js +2 -2
  3. readme.txt +4 -1
crayon_wp.class.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Crayon Syntax Highlighter
4
  Plugin URI: http://ak.net84.net/
5
  Description: Supports multiple languages, themes, highlighting from a URL, local file or post text. <a href="options-general.php?page=crayon_settings">View Settings.</a>
6
- Version: 1.3.4
7
  Author: Aram Kocharyan
8
  Author URI: http://ak.net84.net/
9
  License: GPL2
3
  Plugin Name: Crayon Syntax Highlighter
4
  Plugin URI: http://ak.net84.net/
5
  Description: Supports multiple languages, themes, highlighting from a URL, local file or post text. <a href="options-general.php?page=crayon_settings">View Settings.</a>
6
+ Version: 1.3.5
7
  Author: Aram Kocharyan
8
  Author URI: http://ak.net84.net/
9
  License: GPL2
js/crayon.js CHANGED
@@ -134,8 +134,8 @@ function init() {
134
  top:75,
135
  left:50,
136
  scrollbars:1,
137
- windowURL:'http://www.google.com/',
138
- data:'THIS IS COOL', // Data overrides URL
139
  }, function() {
140
  code_popup(uid);
141
  }, function() {
134
  top:75,
135
  left:50,
136
  scrollbars:1,
137
+ windowURL:'',
138
+ data:'', // Data overrides URL
139
  }, function() {
140
  code_popup(uid);
141
  }, function() {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://ak.net84.net/
4
  Tags: syntax highlighter, syntax, highlighter, highlighting, crayon, code highlighter
5
  Requires at least: 3.0
6
  Tested up to: 3.3
7
- Stable tag: 1.3.4
8
 
9
  Syntax Highlighter supporting multiple languages, themes, highlighting from a URL, local file or post text.
10
 
@@ -44,6 +44,9 @@ Contact me at http://twitter.com/crayonsyntax or crayon.syntax@gmail.com.
44
 
45
  == Changelog ==
46
 
 
 
 
47
  = 1.3.4 =
48
  * Added the ability to open the Crayon in an external window for Mobile devices, originally thought it wouldn't show popup
49
 
4
  Tags: syntax highlighter, syntax, highlighter, highlighting, crayon, code highlighter
5
  Requires at least: 3.0
6
  Tested up to: 3.3
7
+ Stable tag: 1.3.5
8
 
9
  Syntax Highlighter supporting multiple languages, themes, highlighting from a URL, local file or post text.
10
 
44
 
45
  == Changelog ==
46
 
47
+ = 1.3.5 =
48
+ * Removed some leftover code from popupWindow
49
+
50
  = 1.3.4 =
51
  * Added the ability to open the Crayon in an external window for Mobile devices, originally thought it wouldn't show popup
52