From 146e179a47533d2d1e62657f95e88f2a4aa09fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Glawaty?= Date: Thu, 19 Sep 2024 17:29:50 +0200 Subject: [PATCH] Updated the CHANGELOG and the compatibility table --- CHANGELOG.md | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f7ac4..f761e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.0] - 2024-09-19 ### Added - Added support for new banner option `fetchpriority`. - Added support for banner options defined in the AMP administration. @@ -38,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/68publishers/amp-client-js/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/68publishers/amp-client-js/compare/v1.3.0...HEAD +[1.2.0]: https://github.com/68publishers/amp-client-php/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/68publishers/amp-client-php/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/68publishers/amp-client-php/compare/v1.0.0...v1.1.0 diff --git a/README.md b/README.md index c71aecc..037932f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ $ composer require 68publishers/amp-client | `~1.0.0` | `~1.4.0` | `2.12.0` | `1` | | `~1.1.0` | `~1.4.0` | `2.12.0` | `1` | | `~1.2.0` | `~1.5.0` | `>=2.13.0` | `1` | +| `~1.3.0` | `~1.6.0` | `>=2.16.0` | `1` | ## Integration without a framework