Automattic Syntaxhighlighter Versions Save

WordPress plugin that makes it easy to post syntax-highlighted code snippets.

v3.5.2

4 years ago
  • Update plugin dependencies to the latest version.

v3.5.0

5 years ago
  • 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

5 years ago
  • Blocks: Support SyntaxHighlighter block being used as a reusable block.

v.3.4.1

5 years ago
  • 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

5 years ago
  • Drop support for the Gutenberg plugin in favor of WordPress 5.0's native functionality (different function names).

v3.3.2

5 years ago
  • Gutenberg: If a language isn't selected in the block configuration, default to plain text.

v3.3.1

5 years ago

Includes changes from unreleased v3.3.0 plus:

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

3.3.0

5 years ago
  • Gutenberg block thanks to @iandunn.
  • Add a few extra keywords to the JavaScript highlighter. Props @caitp.

v3.2.1

8 years ago
  • 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

8 years ago
  • Don't parse shortcodes inside of HTML entities, which could result in broken HTML.
  • Drop PHP4 support. This should result in PHP7 support.