Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@mikejolley mikejolley released this 19 Oct 14:43

This is a refactor of WP Post Series with full compatibility for WordPress 5.x and PHP 5.6+. Most of the functionality remains the same, but I've given it a much needed overhaul and modernization, including support for the new editor and a new Gutenberg Block.

Changelog

  • Refactor - Improved template markup and default styling. If you have customized the series-box.php file, be sure to update it based on the new version to take advantage of the new functionality.
  • Feature - New Post Series Block for use in the new editor.
  • Feature - If the post does not contain the post series block, post series are still injected via the_content hook.
  • Refactor - Rewritten majority of plugin using more up to date standards and namespaces.
  • Refactor - Content toggle no longer relies om jQuery.
  • Fix - Made series taxonomy visible in the Gutenberg editor.