Skip to content

Commit

Permalink
Merge pull request #196 from Automattic/release/3.6.0-beta.2
Browse files Browse the repository at this point in the history
Release 3.6.0 beta.2
  • Loading branch information
renatho committed Feb 26, 2021
2 parents cf2a9b5 + 83f3f3a commit 203fa35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions syntaxhighlighter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: SyntaxHighlighter Evolved
Plugin URI: https://alex.blog/wordpress-plugins/syntaxhighlighter/
Version: 3.6.0-beta.1
Version: 3.6.0-beta.2
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.
Author: Alex Mills (Viper007Bond)
Author URI: https://alex.blog/
Expand All @@ -19,7 +19,7 @@

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

0 comments on commit 203fa35

Please sign in to comment.