Releases: Automattic/syntaxhighlighter
Releases · Automattic/syntaxhighlighter
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.
v3.2.0
- Don't parse shortcodes inside of HTML entities, which could result in broken HTML.
- Drop PHP4 support. This should result in PHP7 support.