Skip to content

Commit 203fa35

Browse files
authored
Merge pull request #196 from Automattic/release/3.6.0-beta.2
Release 3.6.0 beta.2
2 parents cf2a9b5 + 83f3f3a commit 203fa35

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

package-lock.json

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)