You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added integration of the new fields close_expiration into Position and Banner entities and also into the data-amp-banner-external and data-amp-banner-fingerprint attributes.
Added services of type ClosingManagerInterface and ClosedEntriesStoreInterface that are used by banner resolver to check if the passed position and its banners are closed.
Added new optional configuration option closing.cookieName.
Added new Latte/phtml templates with the code closed.
Changed
Updated docs.
Changed the default API version in the configuration to 2.
Fixed
Fixed an issue with the browser downloading images for all breakpoints when it wasn't needed.
Added ability to provide custom options for each banner through Renderer or Latte macro.
Added support for native lazy loading. Feature can be enabled through banner options 'loading' => 'lazy' and 'loading-offset' => <offset> (for multiple positions only).
Changed
Updated default templates due to implementation of custom banner options and native lazy loading.