Skip to content

Commit 2562939

Browse files
authored
Merge pull request #121 from Automattic/release_3_5_2
Update version to 3.5.2
2 parents d7b6d73 + 94da841 commit 2562939

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: Viper007Bond, automattic, donncha
33
Donate link: https://alex.blog/2019/03/13/in-memory-of-alex-donation-link-update/
44
Tags: code, sourcecode, block, php, xhtml, html, css, WordPress.com
55
Requires at least: 4.2.3
6-
Tested up to: 5.2.3
7-
Stable tag: 3.5.1
6+
Tested up to: 5.3.2
7+
Stable tag: 3.5.2
88

99
Easily post syntax-highlighted code to your site without having to modify the code at all. As seen on WordPress.com.
1010

@@ -40,6 +40,10 @@ Try excluding this plugin's Javascript from any performance optimizations your s
4040

4141
== ChangeLog ==
4242

43+
= Version 3.5.2 =
44+
45+
* Update plugin dependencies to the latest version.
46+
4347
= Version 3.5.1 =
4448

4549
* Fix stored XSS by tightening up the autolinking code so it only does http/https text. #1

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.5.1
7+
Version: 3.5.2
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/
@@ -16,7 +16,7 @@
1616

1717
class SyntaxHighlighter {
1818
// All of these variables are private. Filters are provided for things that can be modified.
19-
var $pluginver = '3.5.0'; // Plugin version
19+
var $pluginver = '3.5.2'; // Plugin version
2020
var $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3)
2121
var $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3)
2222
var $settings = array(); // Contains the user's settings

0 commit comments

Comments
 (0)