Skip to content

2.1.1

Choose a tag to compare

@cameronterry cameronterry released this 01 Aug 18:40
· 411 commits to develop since this release
  • Tested with WordPress 5.5's introduction of sitemaps (see https://make.wordpress.org/core/2020/07/22/new-xml-sitemaps-functionality-in-wordpress-5-5/).
  • Removed and reintroduced the home_url hook in certain situations for mapping certain admin links to the primary domain.
    • This fixes an issue where Yoast 14.0+ was storing mapped and unmapped URLs in the indexables table (see https://yoast.com/indexables/).
    • This occurred when Yoast was pre-emptively populating the indexables when navigating the admin area.
  • Updated NPM dependencies.
  • Changed npm run start to build both min and non-min assets. (That said, best to keep your SCRIPT_DEBUG on if developing with Dark Matter).
  • Changed npm run release to use more optimised flags with Composer. (Only affects those developing Dark Matter and not the actual code in releases.)