Skip to content

Commit 83f3f3a

Browse files
author
Renatho De Carli Rosa
committed
Update beta version
1 parent 21fe04c commit 83f3f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxhighlighter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Plugin Name: SyntaxHighlighter Evolved
66
Plugin URI: https://alex.blog/wordpress-plugins/syntaxhighlighter/
7-
Version: 3.6.0-beta.1
7+
Version: 3.6.0-beta.2
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/SyntaxHighlighter/">SyntaxHighlighter</a>. Includes a new editor block.
99
Author: Alex Mills (Viper007Bond)
1010
Author URI: https://alex.blog/
@@ -19,7 +19,7 @@
1919

2020
class SyntaxHighlighter {
2121
// All of these variables are private. Filters are provided for things that can be modified.
22-
var $pluginver = '3.6.0-beta.1'; // Plugin version
22+
var $pluginver = '3.6.0-beta.2'; // Plugin version
2323
var $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3)
2424
var $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3)
2525
var $settings = array(); // Contains the user's settings

0 commit comments

Comments
 (0)