Releases: 68publishers/amp-client-php
Releases · 68publishers/amp-client-php
v1.3.1
Added
- Added PHP 8.3 between tested versions.
Changed
- Moved
dimensions
field from the Position class to the ImageContent
class according to changes in AMP v2.16.0 API changes.
v1.3.0
Added
- Added support for new banner option
fetchpriority
.
- Added support for banner options defined in the AMP administration.
Changed
- The option
loading
is now processed as an expression. The option loading-offset
is ignored.
- Updated docs.
v1.2.0
Added
- Added integration of the new AMP API fields
mode
and dimensions
.
- Added possibility to render embed banners.
- Added new rendering mode
embed
(EmbedRenderingMode
) for the Latte bridge.
Changed
v1.1.0
Added
- 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.
- Updated docs.