All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added PHP 8.3 between tested versions.
- Moved
dimensions
field from the Position class to theImageContent
class according to changes in AMP v2.16.0 API changes.
1.3.0 - 2024-09-19
- Added support for new banner option
fetchpriority
. - Added support for banner options defined in the AMP administration.
- The option
loading
is now processed as an expression. The optionloading-offset
is ignored. - Updated docs.
1.2.0 - 2024-04-04
- Added integration of the new AMP API fields
mode
anddimensions
. - Added possibility to render embed banners.
- Added new rendering mode
embed
(EmbedRenderingMode
) for the Latte bridge.
- Updated docs
1.1.0 - 2023-12-01
- 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).
- Updated default templates due to implementation of custom banner options and native lazy loading.
- Updated docs.
- Initial release.