Skip to content

Releases: Automattic/syntaxhighlighter

v3.5.2

12 Feb 12:13
2562939
Compare
Choose a tag to compare
  • Update plugin dependencies to the latest version.

v3.5.0

31 Dec 23:55
c092d8a
Compare
Choose a tag to compare
  • Block: Add a bunch of display settings.
  • Block: Switch to server-side rendering so that the same code that renders the shortcode will render the block.

v3.4.2

20 Dec 01:54
e331b3e
Compare
Choose a tag to compare
  • Blocks: Support SyntaxHighlighter block being used as a reusable block.

v.3.4.1

08 Dec 00:41
fcc401d
Compare
Choose a tag to compare
  • Bring back support for the Gutenberg plugin for the people that are still on older versions of WordPress (pre-5.0) and are using the new block editor via the Gutenberg plugin.

v3.4.0

06 Dec 20:00
88a5099
Compare
Choose a tag to compare
  • Drop support for the Gutenberg plugin in favor of WordPress 5.0's native functionality (different function names).

v3.3.2

29 Nov 03:16
e541035
Compare
Choose a tag to compare
  • Gutenberg: If a language isn't selected in the block configuration, default to plain text.

v.3.3.1

27 Nov 00:46
067d9e5
Compare
Choose a tag to compare

Includes changes from unreleased v3.3.0 plus:

  • Make sure wp-editor script is loaded for Gutenberg.

3.3.0

20 Nov 01:44
1896a9b
Compare
Choose a tag to compare
  • Gutenberg block thanks to @iandunn.
  • Add a few extra keywords to the JavaScript highlighter. Props @caitp.

v3.2.1

18 Feb 08:30
Compare
Choose a tag to compare
  • Fix shortcode issues that would occur during post editing if the code contained what looked like opening HTML tags such as <?php. See this forum thread for details.

v3.2.0

16 Feb 01:10
Compare
Choose a tag to compare
  • Don't parse shortcodes inside of HTML entities, which could result in broken HTML.
  • Drop PHP4 support. This should result in PHP7 support.