Releases: Automattic/syntaxhighlighter
Releases · Automattic/syntaxhighlighter
v3.5.3
v3.5.2
v3.5.0
- 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
- Blocks: Support SyntaxHighlighter block being used as a reusable block.
v.3.4.1
- 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
- Drop support for the Gutenberg plugin in favor of WordPress 5.0's native functionality (different function names).
v3.3.2
- Gutenberg: If a language isn't selected in the block configuration, default to plain text.
v.3.3.1
Includes changes from unreleased v3.3.0 plus:
- Make sure
wp-editor
script is loaded for Gutenberg.
3.3.0
v3.2.1
- 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.