From 92ccbfba77cc3688c02aac72297bcf1bbcdc2037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Glawaty?= Date: Thu, 14 Dec 2023 03:16:58 +0100 Subject: [PATCH] Updated compare links in CHANGELOG --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a398b..95285eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [Unreleased] +### Added - Added integration of the new AMP API field `mode`. - Added possibility to render embed banners. - Added new rendering mode `embed` (`EmbedRenderingMode`) for the Latte bridge. @@ -13,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated docs -## 1.1.0 - 2023-12-01 +## [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' => ` (for multiple positions only). @@ -26,3 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. + +[Unreleased]: https://github.com/68publishers/amp-client-js/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/68publishers/amp-client-php/compare/v1.0.0...v1.1.0