Quick patch release restoring two scripts broken by the v3 performance work. π‘
π Fixes
- Image zoom works again β the v3
deferon the zoom library made the inline init run before the library loaded; the init now ships as a deferred script ordered after the library β thanks @ZhenShuo2021! (#3060, #3061) - Buy Me a Coffee widget renders again β the widget script relies on
DOMContentLoadedand never initialized when lazy-loaded after page idle; it's back to a regular script tag β thanks @ZhenShuo2021! (#3061)
Full Changelog: v3.2.0...v3.3.0