diff --git a/CHANGELOG.md b/CHANGELOG.md index 1819db9d..a6d1af66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.5] - 2022-09-06 +### Fixed +- Updated oembed endpoints [#494] + ## [4.4.4] - 2022-04-13 ### Fixed - Error getting data from Linked data [#481]. @@ -186,7 +190,9 @@ Full library refactoring. [#474]: https://github.com/oscarotero/Embed/issues/474 [#480]: https://github.com/oscarotero/Embed/issues/480 [#481]: https://github.com/oscarotero/Embed/issues/481 +[#494]: https://github.com/oscarotero/Embed/issues/494 +[4.4.5]: https://github.com/oscarotero/Embed/compare/v4.4.4...v4.4.5 [4.4.4]: https://github.com/oscarotero/Embed/compare/v4.4.3...v4.4.4 [4.4.3]: https://github.com/oscarotero/Embed/compare/v4.4.2...v4.4.3 [4.4.2]: https://github.com/oscarotero/Embed/compare/v4.4.1...v4.4.2 diff --git a/tests/MultipleRequestsTest.php b/tests/MultipleRequestsTest.php index 72b9007d..c8b9df32 100644 --- a/tests/MultipleRequestsTest.php +++ b/tests/MultipleRequestsTest.php @@ -19,7 +19,7 @@ public function testParallel() $this->assertCount(3, $infos); $this->assertEquals('https://oscarotero.com/', (string) $infos[0]->url); - $this->assertEquals('Óscar Otero - Web designer and developer', $infos[0]->title); + $this->assertEquals('Óscar Otero - Digital designer and developer', $infos[0]->title); $this->assertEquals('https://github.com/oscarotero', $infos[1]->url); $this->assertEquals('oscarotero - Overview', $infos[1]->title);