@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 4.4.18] - 2026-06-19
8+ ### Added
9+ - Add PHPStan Static Analysis (Level Max + Strict Rules) [ #562 ]
10+ - Add support for Facebook reel URLs [ #572 ]
11+ - Update oEmbed endpoints [ #574 ]
12+
13+ ### Changed
14+ - Make snapshot updates possible without modifying test code [ #564 ]
15+
16+ ### Removed
17+ - Remove support for discontinued services (chirb.it and sassmeister.com) [ #565 ]
18+
19+ ### Fixed
20+ - Add PHPStan generic type annotations and simplify detector implementations [ #563 ]
21+ - Update fixtures to pass PHPUnit [ #559 ]
22+ - wrong mb_encoding_aliases() handling for PHP 8.0+ [ #560 ]
23+ - Remove calls to curl_close and curl_multi_close on PHP 8.0 and later [ #569 ]
24+ - Add phpstan.dist.neon to export-ignore in .gitattributes [ #571 ]
25+
726## [ 4.4.17] - 2025-05-13
827### Fixed
928- Adapters hostname detection [ #556 ] .
@@ -264,7 +283,18 @@ Full library refactoring.
264283[ #553 ] : https://github.com/oscarotero/Embed/issues/553
265284[ #555 ] : https://github.com/oscarotero/Embed/issues/555
266285[ #556 ] : https://github.com/oscarotero/Embed/issues/556
267-
286+ [ #559 ] : https://github.com/oscarotero/Embed/issues/559
287+ [ #560 ] : https://github.com/oscarotero/Embed/issues/560
288+ [ #562 ] : https://github.com/oscarotero/Embed/issues/562
289+ [ #563 ] : https://github.com/oscarotero/Embed/issues/563
290+ [ #564 ] : https://github.com/oscarotero/Embed/issues/564
291+ [ #565 ] : https://github.com/oscarotero/Embed/issues/565
292+ [ #569 ] : https://github.com/oscarotero/Embed/issues/569
293+ [ #571 ] : https://github.com/oscarotero/Embed/issues/571
294+ [ #572 ] : https://github.com/oscarotero/Embed/issues/572
295+ [ #574 ] : https://github.com/oscarotero/Embed/issues/574
296+
297+ [ 4.4.18 ] : https://github.com/oscarotero/Embed/compare/v4.4.17...v4.4.18
268298[ 4.4.17 ] : https://github.com/oscarotero/Embed/compare/v4.4.16...v4.4.17
269299[ 4.4.16 ] : https://github.com/oscarotero/Embed/compare/v4.4.15...v4.4.16
270300[ 4.4.15 ] : https://github.com/oscarotero/Embed/compare/v4.4.14...v4.4.15
0 commit comments