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.