v1.6.1
What's Changed
Fixed
- Foundations favicon / OG-image previews 404'd on WordPress and Drupal consumers.
FaviconAudit/OgImageAuditecho the docroot-agnosticstyleguide.yamlpath
(/images/touch/favicon.svg) back out, andfoundations.twigrendered it straight
into the browser-tab / iOS / share-card mockup<img src>s — so on any consumer
whose static dir isn't the docroot (WordPress:/wp-content/themes/<theme>/static)
every mockup showed a broken image. The audits' browser-facing values are now rebased
ontotwig_context.templateUrlviaRenderer::resolveAssetUrl(), the same treatment
iframe.css/project.favicon/styleguide.logo[*].srcalready get.
favicon_audit.entries[*].pathandog_image_audit.pathare deliberately left raw —
the audit table prints them as a<code>echo of what the author wrote. The rebased
OG-image value lands in a newog_image_audit.urltwin (additive;pathunchanged).
Standalone consumers (emptytemplateUrl) render byte-for-byte as before.
Pull Requests
- #98 — fix(foundations): rebase favicon/OG-image audit assets onto templateUrl
Full Changelog: v1.6.0...v1.6.1