From 343d1092c6a8ef88866195515826ddb79418b137 Mon Sep 17 00:00:00 2001 From: Renatho De Carli Rosa Date: Fri, 17 Apr 2020 14:32:39 -0300 Subject: [PATCH] Bump plugin version --- package-lock.json | 2 +- package.json | 2 +- readme.txt | 6 +++++- syntaxhighlighter.php | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6411bc..aa61b75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "syntaxhighlighter", - "version": "3.5.3", + "version": "3.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 60944a8..6e2c290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "syntaxhighlighter", - "version": "3.5.3", + "version": "3.5.4", "description": "Easily post syntax-highlighted code to your WordPress site without having to modify the code at all.", "homepage": "https://alex.blog/wordpress-plugins/syntaxhighlighter/", "author": "Alex Mills (Viper007Bond)", diff --git a/readme.txt b/readme.txt index 519b059..91a86c0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://alex.blog/2019/03/13/in-memory-of-alex-donation-link-update Tags: code, sourcecode, block, php, xhtml, html, css, WordPress.com Requires at least: 4.2.3 Tested up to: 5.4 -Stable tag: 3.5.3 +Stable tag: 3.5.4 Easily post syntax-highlighted code to your site without having to modify the code at all. As seen on WordPress.com. @@ -40,6 +40,10 @@ Try excluding this plugin's Javascript from any performance optimizations your s == ChangeLog == += Version 3.5.4 = + +* Add missing shBrushYaml file. + = Version 3.5.3 = * Add "edit mode on double click" option to settings, shortcode parameters and block editor. #126 diff --git a/syntaxhighlighter.php b/syntaxhighlighter.php index 667a2b7..ea3f0ae 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.5.3 +Version: 3.5.4 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/ @@ -16,7 +16,7 @@ class SyntaxHighlighter { // All of these variables are private. Filters are provided for things that can be modified. - var $pluginver = '3.5.3'; // Plugin version + var $pluginver = '3.5.4'; // 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