From a1da3d425520bf68cefebc29e39c6122a69d7b18 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Thu, 21 Nov 2024 21:13:38 +0100 Subject: [PATCH] new version --- .github/workflows/test.yml | 3 +++ CHANGELOG.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5af3bf73..d4a44091 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,9 @@ jobs: - 7.4 - 8.0 - 8.1 + - 8.2 + - 8.3 + - 8.4 steps: - name: Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 495f9e97..e3734592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.4.13] - 2024-11-21 +### Fixed +- Php 8.4 support [#548]. + ## [4.4.12] - 2024-07-24 ### Fixed - X.com (Twitter) [#540] @@ -239,7 +243,9 @@ Full library refactoring. [#529]: https://github.com/oscarotero/Embed/issues/529 [#537]: https://github.com/oscarotero/Embed/issues/537 [#540]: https://github.com/oscarotero/Embed/issues/540 +[#548]: https://github.com/oscarotero/Embed/issues/548 +[4.4.13]: https://github.com/oscarotero/Embed/compare/v4.4.12...v4.4.13 [4.4.12]: https://github.com/oscarotero/Embed/compare/v4.4.11...v4.4.12 [4.4.11]: https://github.com/oscarotero/Embed/compare/v4.4.10...v4.4.11 [4.4.10]: https://github.com/oscarotero/Embed/compare/v4.4.9...v4.4.10