@@ -5,6 +5,13 @@ 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.0] - 2022-01-08
9+ ### Added
10+ - New settings option ` twitter:token ` to use Twitter API to get the data [ #364 ] [ #468 ] .
11+
12+ ### Fixed
13+ - Headers not sent properly by curl [ #466 ] , [ #467 ] .
14+
815## [ 4.3.5] - 2021-10-10
916### Fixed
1017- Updated oEmbed endpoints
@@ -98,7 +105,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
98105- ` Document::removeCss() ` function to remove elements using css selectors instead xpath (it requires ` symfony/css-selector ` )
99106- Ability to configure OEmbed parameters from the outside using the ` oembed:query_parameters ` setting [ #346 ]
100107
101- ## 4.0.0 - 2020-03-13
108+ ## [ 4.0.0] - 2020-03-13
102109Full library refactoring.
103110
104111### Added
@@ -129,6 +136,7 @@ Full library refactoring.
129136[ #355 ] : https://github.com/oscarotero/Embed/issues/355
130137[ #356 ] : https://github.com/oscarotero/Embed/issues/356
131138[ #357 ] : https://github.com/oscarotero/Embed/issues/357
139+ [ #364 ] : https://github.com/oscarotero/Embed/issues/364
132140[ #366 ] : https://github.com/oscarotero/Embed/issues/366
133141[ #375 ] : https://github.com/oscarotero/Embed/issues/375
134142[ #380 ] : https://github.com/oscarotero/Embed/issues/380
@@ -155,7 +163,11 @@ Full library refactoring.
155163[ #452 ] : https://github.com/oscarotero/Embed/issues/452
156164[ #456 ] : https://github.com/oscarotero/Embed/issues/456
157165[ #459 ] : https://github.com/oscarotero/Embed/issues/459
166+ [ #466 ] : https://github.com/oscarotero/Embed/issues/466
167+ [ #467 ] : https://github.com/oscarotero/Embed/issues/467
168+ [ #468 ] : https://github.com/oscarotero/Embed/issues/468
158169
170+ [ 4.4.0 ] : https://github.com/oscarotero/Embed/compare/v4.3.5...v4.4.0
159171[ 4.3.5 ] : https://github.com/oscarotero/Embed/compare/v4.3.4...v4.3.5
160172[ 4.3.4 ] : https://github.com/oscarotero/Embed/compare/v4.3.3...v4.3.4
161173[ 4.3.3 ] : https://github.com/oscarotero/Embed/compare/v4.3.2...v4.3.3
@@ -172,3 +184,4 @@ Full library refactoring.
172184[ 4.2.0 ] : https://github.com/oscarotero/Embed/compare/v4.1.1...v4.2.0
173185[ 4.1.1 ] : https://github.com/oscarotero/Embed/compare/v4.1.0...v4.1.1
174186[ 4.1.0 ] : https://github.com/oscarotero/Embed/compare/v4.0.0...v4.1.0
187+ [ 4.0.0 ] : https://github.com/oscarotero/Embed/releases/tag/v4.0.0
0 commit comments