Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

53 lines (39 loc) · 1.87 KB

Changelog

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.

[1.3.1] - 2024-10-11

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.

1.3.0 - 2024-09-19

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.

1.2.0 - 2024-04-04

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

  • Updated docs

1.1.0 - 2023-12-01

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.

1.0.0 - 2023-11-30

Added

  • Initial release.