From 0c455766423bdf3f3af02b8cb1595a318cf762d7 Mon Sep 17 00:00:00 2001 From: Renatho De Carli Rosa Date: Wed, 10 Mar 2021 13:24:41 -0300 Subject: [PATCH 1/2] Update changelog --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index c8a7bcc..c7d03d4 100644 --- a/readme.txt +++ b/readme.txt @@ -45,6 +45,8 @@ Try excluding this plugin's Javascript from any performance optimizations your s * New: Add ```language shortcut. #180 * New: Add block alignment support. #179 * New: Add language selector to block toolbar. #172 +* Fix: transform issue. #201 +* Fix: toolbar code selection for latest Gutenberg versions #200 * Fix: Content attribute selector. #178 * Fix: Escaping for shortcodes and URLs. #177 * Fix: Escaping issues with HTML entities. #160 From 7343445b53714c0a236fd650717a1dd63f942d1c Mon Sep 17 00:00:00 2001 From: Renatho De Carli Rosa Date: Wed, 10 Mar 2021 13:26:49 -0300 Subject: [PATCH 2/2] Update version --- syntaxhighlighter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntaxhighlighter.php b/syntaxhighlighter.php index a4dec78..921f331 100644 --- a/syntaxhighlighter.php +++ b/syntaxhighlighter.php @@ -4,7 +4,7 @@ Plugin Name: SyntaxHighlighter Evolved Plugin URI: https://alex.blog/wordpress-plugins/syntaxhighlighter/ -Version: 3.6.0-beta.2 +Version: 3.6.0 Description: Easily post syntax-highlighted code to your site without having to modify the code at all. Uses Alex Gorbatchev's SyntaxHighlighter. Includes a new editor block. Author: Alex Mills (Viper007Bond) Author URI: https://alex.blog/ @@ -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.2'; // Plugin version + var $pluginver = '3.6.0'; // 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