Skip to content

Releases: KevinBatdorf/code-block-pro

1.27.7

05 Jul 14:07
f532322
Compare
Choose a tag to compare
  • 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

29 Jun 14:36
ea2d57f
Compare
Choose a tag to compare
  • Fixes a bug where shortcodes with attributes would not be properly escaped.

1.27.5

21 Jun 12:44
95f6f7c
Compare
Choose a tag to compare
  • 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

20 Jun 05:19
ea7e53b
Compare
Choose a tag to compare
  • 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

27 May 17:04
1276a0f
Compare
Choose a tag to compare
  • Prevents smart quotes, typographic dashes, and other non-ASCII characters from affecting copied code snippets.

1.27.2

18 May 11:54
f260c27
Compare
Choose a tag to compare
  • 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

15 May 11:20
3df98b5
Compare
Choose a tag to compare
  • Now scolls 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

11 May 13:33
5482116
Compare
Choose a tag to compare
  • 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

24 Mar 04:39
c2d464d
Compare
Choose a tag to compare

Fixes an rtl issue

1.26.7

23 Mar 05:02
Compare
Choose a tag to compare
  • Removes .gitignore from the plugin distribution
  • Updates tests