You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,11 @@ Make sure your theme's `footer.php` file has `<?php wp_footer(); ?>` somewhere i
55
55
56
56
== ChangeLog ==
57
57
58
+
= Version 3.1.10 =
59
+
60
+
* New version of SyntaxHighlighter 3.x library to address XSS security issue. Props Ben Bidner for finding the bug and Alex Gorbatchev working with us (Automattic) to patch the issue.
61
+
* Compatibility with moving the plugins folder to a location other than the default one.
62
+
58
63
= Version 3.1.9 =
59
64
60
65
* Reset box-shadow property for better theme support. Props Michael Fields.
Description: Easily post syntax-highlighted code to your site without having to modify the code at all. Uses Alex Gorbatchev's <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter">SyntaxHighlighter</a>. <strong>TIP:</strong> Don't use the Visual editor if you don't want your code mangled. TinyMCE will "clean up" your HTML.
9
9
Author: Alex Mills (Viper007Bond)
10
10
Author URI: http://www.viper007bond.com/
@@ -21,7 +21,7 @@
21
21
22
22
class SyntaxHighlighter {
23
23
// All of these variables are private. Filters are provided for things that can be modified.
24
-
var $pluginver = '3.1.9'; // Plugin version
24
+
var $pluginver = '3.1.10'; // Plugin version
25
25
var $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3)
26
26
var $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3)
27
27
var $settings = array(); // Contains the user's settings
0 commit comments