@@ -5,6 +5,13 @@ 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.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
+
8
15
## [ 4.3.5] - 2021-10-10
9
16
### Fixed
10
17
- Updated oEmbed endpoints
@@ -98,7 +105,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
98
105
- ` Document::removeCss() ` function to remove elements using css selectors instead xpath (it requires ` symfony/css-selector ` )
99
106
- Ability to configure OEmbed parameters from the outside using the ` oembed:query_parameters ` setting [ #346 ]
100
107
101
- ## 4.0.0 - 2020-03-13
108
+ ## [ 4.0.0] - 2020-03-13
102
109
Full library refactoring.
103
110
104
111
### Added
@@ -129,6 +136,7 @@ Full library refactoring.
129
136
[ #355 ] : https://github.com/oscarotero/Embed/issues/355
130
137
[ #356 ] : https://github.com/oscarotero/Embed/issues/356
131
138
[ #357 ] : https://github.com/oscarotero/Embed/issues/357
139
+ [ #364 ] : https://github.com/oscarotero/Embed/issues/364
132
140
[ #366 ] : https://github.com/oscarotero/Embed/issues/366
133
141
[ #375 ] : https://github.com/oscarotero/Embed/issues/375
134
142
[ #380 ] : https://github.com/oscarotero/Embed/issues/380
@@ -155,7 +163,11 @@ Full library refactoring.
155
163
[ #452 ] : https://github.com/oscarotero/Embed/issues/452
156
164
[ #456 ] : https://github.com/oscarotero/Embed/issues/456
157
165
[ #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
158
169
170
+ [ 4.4.0 ] : https://github.com/oscarotero/Embed/compare/v4.3.5...v4.4.0
159
171
[ 4.3.5 ] : https://github.com/oscarotero/Embed/compare/v4.3.4...v4.3.5
160
172
[ 4.3.4 ] : https://github.com/oscarotero/Embed/compare/v4.3.3...v4.3.4
161
173
[ 4.3.3 ] : https://github.com/oscarotero/Embed/compare/v4.3.2...v4.3.3
@@ -172,3 +184,4 @@ Full library refactoring.
172
184
[ 4.2.0 ] : https://github.com/oscarotero/Embed/compare/v4.1.1...v4.2.0
173
185
[ 4.1.1 ] : https://github.com/oscarotero/Embed/compare/v4.1.0...v4.1.1
174
186
[ 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