File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 4.4.5] - 2022-09-06
9+ ### Fixed
10+ - Updated oembed endpoints [ #494 ]
11+
812## [ 4.4.4] - 2022-04-13
913### Fixed
1014- Error getting data from Linked data [ #481 ] .
@@ -186,7 +190,9 @@ Full library refactoring.
186190[ #474 ] : https://github.com/oscarotero/Embed/issues/474
187191[ #480 ] : https://github.com/oscarotero/Embed/issues/480
188192[ #481 ] : https://github.com/oscarotero/Embed/issues/481
193+ [ #494 ] : https://github.com/oscarotero/Embed/issues/494
189194
195+ [ 4.4.5 ] : https://github.com/oscarotero/Embed/compare/v4.4.4...v4.4.5
190196[ 4.4.4 ] : https://github.com/oscarotero/Embed/compare/v4.4.3...v4.4.4
191197[ 4.4.3 ] : https://github.com/oscarotero/Embed/compare/v4.4.2...v4.4.3
192198[ 4.4.2 ] : https://github.com/oscarotero/Embed/compare/v4.4.1...v4.4.2
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public function testParallel()
1919
2020 $ this ->assertCount (3 , $ infos );
2121 $ this ->assertEquals ('https://oscarotero.com/ ' , (string ) $ infos [0 ]->url );
22- $ this ->assertEquals ('Óscar Otero - Web designer and developer ' , $ infos [0 ]->title );
22+ $ this ->assertEquals ('Óscar Otero - Digital designer and developer ' , $ infos [0 ]->title );
2323
2424 $ this ->assertEquals ('https://github.com/oscarotero ' , $ infos [1 ]->url );
2525 $ this ->assertEquals ('oscarotero - Overview ' , $ infos [1 ]->title );
You can’t perform that action at this time.
0 commit comments