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
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/SyntaxHighlighter/">SyntaxHighlighter</a>. Includes a new editor block.
9
9
Author: Alex Mills (Viper007Bond)
10
10
Author URI: https://alex.blog/
@@ -19,7 +19,7 @@
19
19
20
20
class SyntaxHighlighter {
21
21
// All of these variables are private. Filters are provided for things that can be modified.
22
-
var $pluginver = '3.6.0'; // Plugin version
22
+
var $pluginver = '3.6.0-beta.1'; // Plugin version
23
23
var $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3)
24
24
var $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3)
25
25
var $settings = array(); // Contains the user's settings
0 commit comments