Skip to content

Commit 88f25e6

Browse files
committed
Bump version numbers
1 parent a592907 commit 88f25e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

syntaxhighlighter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Plugin Name: SyntaxHighlighter Evolved
66
Plugin URI: http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/
7-
Version: 3.1.10
7+
Version: 3.1.11
88
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.
99
Author: Alex Mills (Viper007Bond)
1010
Author URI: http://www.viper007bond.com/
@@ -21,7 +21,7 @@
2121

2222
class SyntaxHighlighter {
2323
// All of these variables are private. Filters are provided for things that can be modified.
24-
var $pluginver = '3.1.10'; // Plugin version
24+
var $pluginver = '3.1.11'; // Plugin version
2525
var $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3)
2626
var $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3)
2727
var $settings = array(); // Contains the user's settings
@@ -111,7 +111,7 @@ function __construct() {
111111
$this->agshver = '2.1.364';
112112
} else {
113113
$this->shfolder = 'syntaxhighlighter3';
114-
$this->agshver = '3.0.9';
114+
$this->agshver = '3.0.9b';
115115
}
116116

117117
// Register brush scripts

0 commit comments

Comments
 (0)