Fixes a bug where block error warning messages would only affect the first block.
Adds an update notice to users on the paid theme pack.
1.27.6 – 2025-06-29
Fixes a bug where shortcodes with attributes would not be properly escaped.
1.27.5 – 2025-06-21
Changes the default value for escaping wp shortcodes to true. Can’t see why anyone would want this any other way by default.
Prevents shortcodes from rendering in the copy button
1.27.4 – 2025-06-20
Prevents wp_texturize from affecting copied code snippets. You will see a block update for this change as I had to wrap the code in a pre tag.
1.27.3 – 2025-05-15
Prevents smart quotes, typographic dashes, and other non-ASCII characters from affecting copied code snippets.
1.27.2 – 2025-05-15
Refactors the copy button to use a textarea for copying
Removed the WP outline style on the copy button and pre (now only when tab focused)
1.27.1 – 2025-05-15
Now scrolls back into view after a max height collapse
Disables scroll while the container is expanding
Fixes a bug where collapsing doesn’t account for headers
1.27.0 – 2025-05-11
Adds support for collapsing code blocks after expanding
Tweaks the blur effect for better readability
Fixes a bug where the controls were overflowing the toolbar
1.26.8 – 2025-03-24
Fix Rtl bug
1.26.7 – 2025-03-23
Removes .gitignore from the plugin distribution
Updates tests
1.26.6 – 2024-09-30
Fixes a bug related to rtl being applied by the webpack wp config
1.26.5 – 2024-09-30
Adds option to disable php shortcode rendering
Updates test element targeting to target new WP classes
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 – 2024-06-14
Fix: Fixes support for ERB template syntax
1.26.2 – 2024-04-04
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 – 2024-01-31
Fix: Fixes a bug where the plaintext language would crash the theme render
1.26.0 – 2024-01-17
Feature: Added a copy button that allows for text inputs
Feature: Added Roboto Mono font (https://fonts.google.com/specimen/Roboto+Mono)
Feature: Added Hack font (https://github.com/source-foundry/Hack)
Fix: Added a css dec to stop long text font upsizing on some mobile devices
1.25.0 – 2023-11-13
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 – 2023-10-11
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)