syntaxhighlighter

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

Stars
239
Committers
34

Bot releases are hidden (Show)

syntaxhighlighter - v3.7.0

Published by fjorgemota 11 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
syntaxhighlighter - v3.7.0 Latest Release

Published by thedebian 11 months ago

What's Changed

New Contributors

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

syntaxhighlighter - v3.6.2

Published by aaronfc over 2 years ago

  • Add syntax highlighting support for Swift. #232
syntaxhighlighter - v3.6.1

Published by merkushin almost 3 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
syntaxhighlighter - v3.6.0

Published by renatho over 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
syntaxhighlighter - v3.6.0-beta.2

Published by renatho over 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
syntaxhighlighter - v3.6.0-beta.1

Published by alexsanford over 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
syntaxhighlighter - v3.5.5

Published by renatho over 4 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
syntaxhighlighter - v3.5.4

Published by renatho over 4 years ago

  • Add missing shBrushYaml file.
syntaxhighlighter - v3.5.3

Published by renatho over 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
syntaxhighlighter - v3.5.2

Published by gkaragia over 4 years ago

  • Update plugin dependencies to the latest version.
syntaxhighlighter - v3.5.0

Published by Viper007Bond almost 6 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.
syntaxhighlighter - v3.4.2

Published by Viper007Bond almost 6 years ago

  • Blocks: Support SyntaxHighlighter block being used as a reusable block.
syntaxhighlighter - v.3.4.1

Published by Viper007Bond almost 6 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.
syntaxhighlighter - v3.4.0

Published by Viper007Bond almost 6 years ago

  • Drop support for the Gutenberg plugin in favor of WordPress 5.0's native functionality (different function names).
syntaxhighlighter - v3.3.2

Published by Viper007Bond almost 6 years ago

  • Gutenberg: If a language isn't selected in the block configuration, default to plain text.
syntaxhighlighter - v.3.3.1

Published by Viper007Bond almost 6 years ago

Includes changes from unreleased v3.3.0 plus:

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

Published by Viper007Bond almost 6 years ago

  • Gutenberg block thanks to @iandunn.
  • Add a few extra keywords to the JavaScript highlighter. Props @caitp.
syntaxhighlighter -

Published by Viper007Bond over 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.
syntaxhighlighter -

Published by Viper007Bond over 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.