Plugins updated:
- Dark Matter 2.1.6 CORE-2615
- Change: editors will now see mapped URLs when inserting links to posts. Also, editor will now load with mapped URLs and this will be unmapped on save.
- This fixes a really annoying issue for editors, who would could see unmapped links in Classic and Block Editors.
- Usually occurs around linking to another piece of content like a Page, Post or Term.
- Resolves a problem with SEO plugins such as Rank Math or Yoast SEO which would get confused between the admin and primary domains for counting internal links.
- Properly resolves an issue of unmapping the primary domain in content on Save Post, which would disengage on POST requests (Classic Editor basically).
- This issue was introduced in 2.1.4 – sorry!
- Fixed a problem where WordPress’ validation of a "safe" URL didn’t always work. This mostly affects the WP HTTP API and
wp_safe_redirect()
.
- "Internal" REST API requests – conducted through
rest_do_request()
– are now treated identically to "external" REST API requests in Dark Matter.
- Switched out
webpack-fix-style-only-entries
for webpack-remove-empty-scripts
for Webpack 5 compatibility in the build process.
- Upped WordPress Core support to 5.7.2.
- Also includes 2.1.3, 2.1.4, 2.1.5
- Syndicate Subscriber 1.3.9
- Removes Open_GraphImage_Presenter so there are no placeholders/duplicates (Currently on Production there are duplicate sets of meta tags)
- Changed action to no longer be triggered by the deprecated wpseo_opengraph hook and instead on wp_head
- Fixed url meta to have the mapped domain
- Fixed escaping on width/height metas
- Ad Chunks 2.0.7
- Ads a separate log file
ad-chunks-domparser-errors.log
and prevents warnings generated by libXML getting into the normal error logs. Additionally surpresses common warnings we can safely ignore. CORE-2627
MU Plugins updated:
- ElasticPress
- Updated to have the filter be applied whenever ElasticPress processes it, not just on a CLI index.
- Template Tags
- Fix one of the most common errors.
Themes updated:
- Blocks 2.19.3
- Breakout Adverts container clearing fix EV-128
- Blocks 2.19.4
- Blocks 2.19.5
- Removed stylesheet enqueues; replaced with inlined styling:
blocks_print.css
blocks_widgets.css
- Removed redundant minified stylesheets
- PHP fixes
PR: https://github.com/dc-thomson/wordpress/pull/3579, https://github.com/dc-thomson/wordpress/pull/3576, https://github.com/dc-thomson/wordpress/pull/3591, https://github.com/dc-thomson/wordpress/pull/3582, https://github.com/dc-thomson/wordpress/pull/3593
Jira: CORE-2615, CORE-2616, CORE-2624, CORE-2607, CORE-CORE-2626