From a32bfbf98e097ac468eb424a43966a98394dc991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Fas?= Date: Mon, 16 May 2022 13:08:47 +0200 Subject: [PATCH 1/6] Bump package.json version. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e74c584..8cb8645 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "syntaxhighlighter", - "version": "3.6.1", + "version": "3.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 381719e..2d9c26d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "syntaxhighlighter", - "version": "3.6.1", + "version": "3.7.0", "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)", From 4ec080c9e405b24e263478a422dbc105540b201f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Fas?= Date: Mon, 16 May 2022 13:24:33 +0200 Subject: [PATCH 2/6] Bump version in main plugin file. --- syntaxhighlighter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntaxhighlighter.php b/syntaxhighlighter.php index ae26ba7..97701ce 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.1 +Version: 3.7.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. - public $pluginver = '3.6.1'; // Plugin version + public $pluginver = '3.7.0'; // Plugin version public $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3) public $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3) public $settings = array(); // Contains the user's settings From 8b793b6dc22f110533f4033b6c27cd189758204e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Fas?= Date: Mon, 16 May 2022 13:47:10 +0200 Subject: [PATCH 3/6] Update changelog and readme header. --- readme.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index d9d9e6d..96f1bff 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: Viper007Bond, automattic, donncha Donate link: https://alex.blog/2019/03/13/in-memory-of-alex-donation-link-update/ Tags: code, source, sourcecode, php, syntax highlighting, syntax, highlight, highlighting, highlighter, WordPress.com -Requires at least: 5.6 -Tested up to: 5.8 -Stable tag: 3.6.1 +Requires at least: 5.7 +Tested up to: 5.9 +Stable tag: 3.7.0 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.7.0 = + +* New: Add syntax highlight for Swift. #232 + = Version 3.6.1 = * New: Set code block language when pasting into editor. #215 From d7416988095ec8c1142d9528f83d1fb077c539db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Fas?= Date: Mon, 16 May 2022 14:14:35 +0200 Subject: [PATCH 4/6] Bump tested up to and requires at least in main plugin file too. --- syntaxhighlighter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntaxhighlighter.php b/syntaxhighlighter.php index 97701ce..118ea3c 100644 --- a/syntaxhighlighter.php +++ b/syntaxhighlighter.php @@ -11,8 +11,8 @@ Text Domain: syntaxhighlighter License: GPL2 License URI: https://www.gnu.org/licenses/gpl-2.0.html -Requires at least: 5.6 -Tested up to: 5.8 +Requires at least: 5.7 +Tested up to: 5.9 Requires PHP: 7.0 **************************************************************************/ From c432ba1f05395f7ab462f52851691229921ef914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Fas?= Date: Mon, 16 May 2022 15:47:08 +0200 Subject: [PATCH 5/6] Reverting release version from 3.7.0 to 3.6.2 --- package-lock.json | 2 +- package.json | 2 +- readme.txt | 4 ++-- syntaxhighlighter.php | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8cb8645..d343b4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "syntaxhighlighter", - "version": "3.7.0", + "version": "3.6.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d9c26d..e9201d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "syntaxhighlighter", - "version": "3.7.0", + "version": "3.6.2", "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 96f1bff..9b7921e 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, source, sourcecode, php, syntax highlighting, syntax, highlight, highlighting, highlighter, WordPress.com Requires at least: 5.7 Tested up to: 5.9 -Stable tag: 3.7.0 +Stable tag: 3.6.2 Easily post syntax-highlighted code to your site without having to modify the code at all. As seen on WordPress.com. @@ -40,7 +40,7 @@ Try excluding this plugin's Javascript from any performance optimizations your s == ChangeLog == -= Version 3.7.0 = += Version 3.6.2 = * New: Add syntax highlight for Swift. #232 diff --git a/syntaxhighlighter.php b/syntaxhighlighter.php index 118ea3c..6179aa9 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.7.0 +Version: 3.6.2 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. - public $pluginver = '3.7.0'; // Plugin version + public $pluginver = '3.6.2'; // Plugin version public $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3) public $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3) public $settings = array(); // Contains the user's settings From e165e055e4fac2995934e8c15f3a28520e919a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Fas?= Date: Mon, 16 May 2022 16:02:51 +0200 Subject: [PATCH 6/6] Update travis configuration. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 486948d..8834fc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,9 @@ php: # Test against these versions of WordPress. env: - - WP_VERSION=5.2 # Plugin minimum version - - WP_VERSION=5.3 - - WP_VERSION=5.4 + - WP_VERSION=5.7 # Plugin minimum version + - WP_VERSION=5.8 + - WP_VERSION=5.9 - WP_VERSION=latest before_script: