Skip to content

Commit 72ea7eb

Browse files
committed
new version
1 parent ae48f65 commit 72ea7eb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [4.4.7] - 2022-12-12
9+
### Fixed
10+
- Href attributes with `undefined` values [#501], [#502]
11+
- Deprecated warning for var interpolation in PHP 8.2 [#506]
12+
- Prevent unsupported operand types exception [#507]
13+
814
## [4.4.6] - 2022-10-02
915
### Fixed
1016
- Some code issues detected by phpstan: [#495], [#496], [#497], [#498].
@@ -201,7 +207,12 @@ Full library refactoring.
201207
[#497]: https://github.com/oscarotero/Embed/issues/497
202208
[#498]: https://github.com/oscarotero/Embed/issues/498
203209
[#499]: https://github.com/oscarotero/Embed/issues/499
210+
[#501]: https://github.com/oscarotero/Embed/issues/501
211+
[#502]: https://github.com/oscarotero/Embed/issues/502
212+
[#506]: https://github.com/oscarotero/Embed/issues/506
213+
[#507]: https://github.com/oscarotero/Embed/issues/507
204214

215+
[4.4.7]: https://github.com/oscarotero/Embed/compare/v4.4.6...v4.4.7
205216
[4.4.6]: https://github.com/oscarotero/Embed/compare/v4.4.5...v4.4.6
206217
[4.4.5]: https://github.com/oscarotero/Embed/compare/v4.4.4...v4.4.5
207218
[4.4.4]: https://github.com/oscarotero/Embed/compare/v4.4.3...v4.4.4

0 commit comments

Comments
 (0)