Skip to content

Releases: KevinBatdorf/code-block-pro

1.26.4

18 Jun 07:42
0b12fc5
Compare
Choose a tag to compare

= 1.26.4 - 2024-06-18 =

  • Re-release with updated version number in readme. Making this a patch release as I worry some security plugins would otherwise complain.

1.26.3

14 Jun 14:21
847f836
Compare
Choose a tag to compare
  • Fix: Fixes support for ERB template syntax

1.26.2

04 Apr 17:51
1b2d709
Compare
Choose a tag to compare
  • Tweak: Changed the saved languages history from 3 to 5
  • Fix: Addressed some contrast issues with print styles
  • Testing: Updated tests to work better with latest WP

1.26.1

30 Jan 21:24
ae69ee5
Compare
Choose a tag to compare
  • Fix: Fixes a bug where the plaintext language would crash the theme render

1.26.0

17 Jan 18:27
9965cb7
Compare
Choose a tag to compare

1.25.0

14 Nov 00:07
dc4f9ad
Compare
Choose a tag to compare
  • Feature: Allow for overriding copy button text and invoke a callback
  • Feature: Added new programming fonts, Monaspace (5), Geist, Cozette and Deja Vu
  • Feature: Add pluggable sidebar slots to allow others to add functionality
  • Tweak: Reorganized sidebar based on common daily usage
  • Legal: Added (open source) license files for all fonts

1.24.1

12 Oct 00:04
5e0e7af
Compare
Choose a tag to compare
  • Tweak: Line numbers width is now calculated based on the longest line number * font width
  • Compatibility: Checks whether the user has permission via the browser instead of passing it in from the server (other plugins were intercepting this check)

1.24.0

03 Sep 00:59
Compare
Choose a tag to compare

Feature: Added Zig, mdc, Mojo, shellsession (console output), and splunk grammars
Tweak: Combined confusing code aliases
Fix: Fixed a bug where a setting would affect every block on the same page

1.23.0

14 Aug 00:07
ac0d6e5
Compare
Choose a tag to compare
  • Feature: Added Imba and Console syntaxes
  • Feature: Added two new header designs based on user requests, both using text inputs
  • Tweak: The "see more" button options persist (theme, text, transition only)

1.22.1

31 Jul 01:13
b38aa10
Compare
Choose a tag to compare
  • Fix: Theme previews now respect the tabSize setting
  • Fix: Added escapeHTML wrapper on code to code pro transform function
  • Fix: Added some clarify on encoding, and added better edge cases handling
  • Fix: Fixed an issue with the decoding with some sequences that would cause a block invalidation error.