Skip to content

Commit 323f3e3

Browse files
authored
Merge pull request #202 from Automattic/release/3.6.0
Release 3.6.0
2 parents fb86972 + 7343445 commit 323f3e3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Try excluding this plugin's Javascript from any performance optimizations your s
4545
* New: Add ```language shortcut. #180
4646
* New: Add block alignment support. #179
4747
* New: Add language selector to block toolbar. #172
48+
* Fix: transform issue. #201
49+
* Fix: toolbar code selection for latest Gutenberg versions #200
4850
* Fix: Content attribute selector. #178
4951
* Fix: Escaping for shortcodes and URLs. #177
5052
* Fix: Escaping issues with HTML entities. #160

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.2
7+
Version: 3.6.0
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.2'; // Plugin version
22+
var $pluginver = '3.6.0'; // 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)