Wyvex 1.1.0

  • Upgrading the Wyvex theme’s search functionality to Elastic Press:
    • Upgraded search.php template with Elastic Press tags & logic
    • Fixed JS logic to reflect new template classes / references
    • Remove redundant elas_search.php template
    • Added Elastic Press CSS updates & fixes

PR: https://github.com/dc-thomson/wordpress/pull/1016

Wyvex 1.0.35

  • Categories without ordered posts now no longer cause an error.
  • Categories now show the correct number of posts when the number of ordered posts rival or exceed the posts per page setting.
  • Cleaned up the category template code.
  • ElasticPress Related Posts added wp_reset_postdata() after the loop.

PR: https://github.com/dc-thomson/wordpress/pull/862
https://github.com/dc-thomson/wordpress/pull/866

Wyvex 1.0.34

  • Switched the ElasticPress logic around so that it is evaluated first ahead of Elas
  • Now checking if function ep_elasticsearch_can_connect exists before calling.

PR: https://github.com/dc-thomson/wordpress/pull/853