Version 1.4.1
Version 1.4.1 (Bug Fixes)
A regression of the ACF hero blocks prevented the image overlay from appearing within acf/hero or acf/hero-video. The cause was a downstream effect of the update to Pitchfork v1.9 which updated the Bootstrap 4 library from the Unity project.
- FIX: Add a missing div for hero blocks in
acf/heroandacf/hero-video.
Single links within the sidebar element (.sidebar>.nav-link-container) contain no native background color which causes display issues when the background of the page was anything except white.
- FIX: Added temporary CSS rule to force sidebar single links to be
background-color: white;