Skip to content

Releases: 68publishers/amp-client-php

v1.3.1

11 Oct 00:42
Compare
Choose a tag to compare

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

19 Sep 15:35
Compare
Choose a tag to compare

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

04 Apr 03:10
Compare
Choose a tag to compare

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

v1.1.0

01 Dec 05:45
Compare
Choose a tag to compare

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.

v1.0.0

30 Nov 06:09
Compare
Choose a tag to compare

Initial release