Skip to content

Releases: kasparsd/code-prettify

Version 1.5.1

08 Nov 16:33
f25096c

Choose a tag to compare

  • Fix the deprecation notice for how the data is passed to the script, see #37.
  • Mark as tested with WordPress 5.8.

Full Changelog: 1.5.0...1.5.1

Version 1.5.0

19 Apr 09:23
1e7c419

Choose a tag to compare

  • Preload the prettify.css file for performance improvements, fixes #30.
  • Add WordPress coding standards checks.
  • Add support for Composer install.
  • Add WP dev environment.

Version 1.4.2

14 Jan 11:08
d450760

Choose a tag to compare

  • Switch to legacy PHP array syntax for better compatibility. Fixes #25.

Version 1.4.1

21 Dec 11:35

Choose a tag to compare

  • Add a trailing semicolon to all JS files to support concatenation.

Version 1.4.0

21 Dec 11:10

Choose a tag to compare

  • Update the Prettify library.
  • Don't highlight standalone <code> blocks without the <pre> wrapper.
  • Mark as tested with WordPress 5.0.

Version 1.3.4

26 May 07:46

Choose a tag to compare

  • Update the Prettify library.
  • Ensure that Prettify styles are applied to the contents of <pre> and <code> elements.