File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
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
+
8
14
## [ 4.4.6] - 2022-10-02
9
15
### Fixed
10
16
- Some code issues detected by phpstan: [ #495 ] , [ #496 ] , [ #497 ] , [ #498 ] .
@@ -201,7 +207,12 @@ Full library refactoring.
201
207
[ #497 ] : https://github.com/oscarotero/Embed/issues/497
202
208
[ #498 ] : https://github.com/oscarotero/Embed/issues/498
203
209
[ #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
204
214
215
+ [ 4.4.7 ] : https://github.com/oscarotero/Embed/compare/v4.4.6...v4.4.7
205
216
[ 4.4.6 ] : https://github.com/oscarotero/Embed/compare/v4.4.5...v4.4.6
206
217
[ 4.4.5 ] : https://github.com/oscarotero/Embed/compare/v4.4.4...v4.4.5
207
218
[ 4.4.4 ] : https://github.com/oscarotero/Embed/compare/v4.4.3...v4.4.4
You can’t perform that action at this time.
0 commit comments