Kasparsd Code Prettify Versions Save

WordPress plugin for automatic code highlighting using the Prettify library. No shortcodes, no classnames, pure awesome.

1.5.1

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

Full Changelog: https://github.com/kasparsd/code-prettify/compare/1.5.0...1.5.1

1.5.0

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

1.4.2

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

1.4.1

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

1.4.0

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

1.3.4

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