Automattic Syntaxhighlighter Versions Save

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

v3.7.0

5 months ago
  • Update translations with translator comment to a single line. #245
  • Fix nested shortcode bugs. #261
  • PHP 8 Compat: declare class properties. #265
  • Migrate project to wp-scripts and fix lodash deps. #269

v3.7.0-rc

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Automattic/syntaxhighlighter/compare/v3.6.2...v3.7.0

v3.6.2

2 years ago
  • Add syntax highlighting support for Swift. #232

v3.6.1

2 years ago
  • New: Set code block language when pasting into the editor. #215
  • New: Add syntax highlight for Haskell. #210
  • New: Display the list of available brushes. #221
  • Fix: Line alignment for bootstrap themes. #222
  • Fix: Add space around code. #223
  • Fix: XML brush - use the last occurrence of the tag. #225

v3.6.0

3 years ago
  • New: Add ```language shortcut. #180
  • New: Add block alignment support. #179
  • New: Add language selector to block toolbar. #172
  • Fix: transform issue. #201
  • Fix: toolbar code selection for latest Gutenberg versions #200
  • Fix: Content attribute selector. #178
  • Fix: Escaping for shortcodes and URLs. #177
  • Fix: Escaping issues with HTML entities. #160
  • Fix: MatLab brush key in brush map. #188
  • Fix: Remove <code> wrapper. #163
  • Fix: escaping for non-admin authored posts. #187
  • Tweak: Bump "tested up to" version. #183
  • Tweak: Refactor block JS code. #171
  • Tweak: Update plugin tags. #181
  • Tweak: Use tab size from plugin settings in block editor. #174

v3.6.0-beta.2

3 years ago
  • New: Add ```language shortcut. #180
  • New: Add block alignment support. #179
  • New: Add language selector to block toolbar. #172
  • Fix: Content attribute selector. #178
  • Fix: Escaping for shortcodes and URLs. #177
  • Fix: Escaping issues with HTML entities. #160
  • Fix: MatLab brush key in brush map. #188
  • Fix: Remove <code> wrapper. #163
  • Fix: escaping for non-admin authored posts. #187
  • Tweak: Bump "tested up to" version. #183
  • Tweak: Refactor block JS code. #171
  • Tweak: Update plugin tags. #181
  • Tweak: Use tab size from plugin settings in block editor. #174

v3.6.0-beta.1

3 years ago
  • New: Add ```language shortcut. #180
  • New: Add block alignment support. #179
  • New: Add language selector to block toolbar. #172
  • Fix: Content attribute selector. #178
  • Fix: Escaping for shortcodes and URLs. #177
  • Fix: Escaping issues with HTML entities. #160
  • Fix: MatLab brush key in brush map. #188
  • Fix: Remove <code> wrapper. #163
  • Fix: escaping for non-admin authored posts. #187
  • Tweak: Bump "tested up to" version. #183
  • Tweak: Refactor block JS code. #171
  • Tweak: Update plugin tags. #181
  • Tweak: Use tab size from plugin settings in block editor. #174

v3.5.5

3 years ago
  • Allow setting text to include br and code tags. #144
  • Add Arduino Brush. #136
  • Fix tags issue while alternating visual and text mode in the classic editor. #139
  • Fix adding classname when using SyntaxHighlighter block. #138

v3.5.4

4 years ago
  • Add missing shBrushYaml file.

v3.5.3

4 years ago
  • Add "edit mode on double click" option to settings, shortcode parameters and block editor. #126
  • Add YAML highlighter. #129
  • Update plugin dependencies to the latest version. #132