Blocks 2.6.5

  • Replaced blocks_is_sponsored() tag check function, with new highlight tag check function, for handling ‘analysis’ and ‘comment’ tags
  • Added End of Article Tags to Simple template

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

Blocks 2.6.3

  • Added ‘lite’ header styles and logic for two filterable pages:
    • Subscribe
    • Payment
  • Fixing Premium block category posts issue
  • Various CSS fixes

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

Blocks 2.6.0

  • Added new Premium block type
  • Added ALL Blocks ACF as ACF PHP fields:
    • Easier to maintain
    • Avoids data loss across multiple environments
    • Reduces calls to the database, speeding up the site
  • Removed ALL old Blocks ACF local JSON:
    • Handled now by ACF PHP fields
    • No more need to sync ACF after a deploy!
  • Moved ALL Blocks layout CSS into own stylesheet
    • includes @media and @supports tags for responsive CSS and feature queries
  • Added Enhanced Profile functionality:
    • Adds stylised author profile pictures to Simple template
  • CSS improvements

 

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

Blocks 2.5.13

  • Added full-width attribute to Simple template Subscribe CTA
  • Added JS mutation observation script to block PollDaddy from inserting its own CSS by JS
  • CSS fixes

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