Skip to content

Releases: Automattic/syntaxhighlighter

v3.7.0

05 Dec 22:46
2f6cfc3
Compare
Choose a tag to compare
  • 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

22 Nov 16:21
bf24b41
Compare
Choose a tag to compare
v3.7.0 Pre-release
Pre-release

What's Changed

  • Update translations with translator comment to a single line by @renatho in #245
  • Update the "Tested up to" after testing in WordPress 6.2 by @renatho in #258
  • Fix nested shortcode bugs by @gogdzl in #261
  • PHP 8 Compat: declare class properties by @kraftbj in #265
  • Migrate project to wp-scripts and fix lodash deps by @thedebian in #269

New Contributors

Full Changelog: v3.6.2...v3.7.0

v3.6.2

16 May 14:34
e7ad130
Compare
Choose a tag to compare
  • Add syntax highlighting support for Swift. #232

v3.6.1

29 Nov 14:39
76f3ec2
Compare
Choose a tag to compare
  • 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

10 Mar 21:38
c91777c
Compare
Choose a tag to compare
  • 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

26 Feb 19:04
203fa35
Compare
Choose a tag to compare
v3.6.0-beta.2 Pre-release
Pre-release
  • 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

12 Feb 19:32
cf2a9b5
Compare
Choose a tag to compare
v3.6.0-beta.1 Pre-release
Pre-release
  • 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

25 Jun 14:20
8ab937d
Compare
Choose a tag to compare
  • 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

17 Apr 17:56
e53ba0c
Compare
Choose a tag to compare
  • Add missing shBrushYaml file.

v3.5.3

08 Apr 20:05
291a4e1
Compare
Choose a tag to compare
  • 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