Skip to content

Commit 94a70f0

Browse files
authored
Merge pull request #7 from Automattic/release_3_5_1
Update docs, changelog, version to 3.5.1
2 parents 988ecc0 + d71745c commit 94a70f0

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

readme.txt

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== SyntaxHighlighter Evolved ===
2-
Contributors: Viper007Bond, automattic
3-
Donate link: http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/donate/
2+
Contributors: Viper007Bond, automattic, donncha
3+
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.0
7-
Stable tag: trunk
6+
Tested up to: 5.2.3
7+
Stable tag: 3.5.1
88

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

@@ -14,10 +14,13 @@ Easily post syntax-highlighted code to your site without having to modify the co
1414

1515
SyntaxHighlighter Evolved allows you to easily post syntax-highlighted code to your site without losing its formatting or making any manual changes. It uses the [SyntaxHighlighter JavaScript package by Alex Gorbatchev](http://alexgorbatchev.com/wiki/SyntaxHighlighter).
1616

17-
For a live demo, see [this plugin's homepage](http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/).
17+
For a live demo, see [this plugin's homepage](https://alex.blog/wordpress-plugins/syntaxhighlighter/).
1818

1919
For a list of supported languages (most widely used languages are supported), see the [WordPress.com support document](http://en.support.wordpress.com/code/posting-source-code/).
2020

21+
Development of this plugin is [on GitHub](https://github.com/Automattic/syntaxhighlighter).
22+
Translation of the plugin into different languages is on the [translation page](https://translate.wordpress.org/projects/wp-plugins/syntaxhighlighter).
23+
2124
*[As seen on WordPress.com.](http://en.blog.wordpress.com/2009/12/02/better-source-code-posting/)*
2225

2326
== Frequently Asked Questions ==
@@ -37,6 +40,12 @@ Try excluding this plugin's Javascript from any performance optimizations your s
3740

3841
== ChangeLog ==
3942

43+
= Version 3.5.1 =
44+
45+
* Fix stored XSS by tightening up the autolinking code so it only does http/https text. #1
46+
* Add more CSS keywords and values. #6
47+
* Fork GH repository: https://github.com/Automattic/syntaxhighlighter/
48+
4049
= Version 3.5.0 =
4150

4251
* Block: Add a bunch of display settings.
@@ -273,3 +282,6 @@ Localizations:
273282
= Version 1.0.0 =
274283

275284
* Initial release!
285+
286+
= Upgrade Notice =
287+
Security fix for stored XSS in comments.

syntaxhighlighter.php

Lines changed: 1 addition & 1 deletion
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.0
7+
Version: 3.5.1
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/

0 commit comments

Comments
 (0)