Blocks 1.1.14

  • Return of the breadcrumbs, by only omitting the final crumb, instead of all the crumbs. Only on posts and pages, and if breadcrumbs are enabled there with Yoast SEO.

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

Blocks 1.1.12

  • Added conditional function check around Syndicate thumbnail
  • Added new conditional where appropriate throughout theme

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

Blocks 1.1.9

  • Embed content image sizes for syndicated posts are now in line with WordPress ones.
  • Clarify use of default image size.

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

Blocks 1.1.8

  • Added conditional checks to $blocks_collected_ids in blocks.php
  • ElasticPress Related Posts added wp_reset_postdata() after the loop.

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

Blocks 1.1.6

  • 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