From 8ac21505d048e8796c6cb9172ec5e81e5d0e0408 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Sun, 10 Dec 2023 13:30:47 +0100 Subject: [PATCH] new version --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb88c1d0..05931046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.10] - 2023-12-10 +### Fixed +- PHP 7.4 support +- Use correct method for string length [#529] + ## [4.4.9] - 2023-12-01 ### Fixed - Performance and memory leak issues [#525], [#527]. @@ -222,7 +227,9 @@ Full library refactoring. [#515]: https://github.com/oscarotero/Embed/issues/515 [#525]: https://github.com/oscarotero/Embed/issues/525 [#527]: https://github.com/oscarotero/Embed/issues/527 +[#529]: https://github.com/oscarotero/Embed/issues/529 +[4.4.10]: https://github.com/oscarotero/Embed/compare/v4.4.9...v4.4.10 [4.4.9]: https://github.com/oscarotero/Embed/compare/v4.4.8...v4.4.9 [4.4.8]: https://github.com/oscarotero/Embed/compare/v4.4.7...v4.4.8 [4.4.7]: https://github.com/oscarotero/Embed/compare/v4.4.6...v4.4.7