File tree 2 files changed +7
-1
lines changed
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.
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.5] - 2022-09-06
9
+ ### Fixed
10
+ - Updated oembed endpoints [ #494 ]
11
+
8
12
## [ 4.4.4] - 2022-04-13
9
13
### Fixed
10
14
- Error getting data from Linked data [ #481 ] .
@@ -186,7 +190,9 @@ Full library refactoring.
186
190
[ #474 ] : https://github.com/oscarotero/Embed/issues/474
187
191
[ #480 ] : https://github.com/oscarotero/Embed/issues/480
188
192
[ #481 ] : https://github.com/oscarotero/Embed/issues/481
193
+ [ #494 ] : https://github.com/oscarotero/Embed/issues/494
189
194
195
+ [ 4.4.5 ] : https://github.com/oscarotero/Embed/compare/v4.4.4...v4.4.5
190
196
[ 4.4.4 ] : https://github.com/oscarotero/Embed/compare/v4.4.3...v4.4.4
191
197
[ 4.4.3 ] : https://github.com/oscarotero/Embed/compare/v4.4.2...v4.4.3
192
198
[ 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()
19
19
20
20
$ this ->assertCount (3 , $ infos );
21
21
$ 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 );
23
23
24
24
$ this ->assertEquals ('https://github.com/oscarotero ' , $ infos [1 ]->url );
25
25
$ this ->assertEquals ('oscarotero - Overview ' , $ infos [1 ]->title );
You can’t perform that action at this time.
0 commit comments