@@ -5,6 +5,16 @@ 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.3.1] - 2021-03-21
9+ ### Added
10+ - Support for binary files (video, audio, images, etc) [ #412 ] [ #413 ]
11+
12+ ### Fixed
13+ - Oembed for facebook photos [ #405 ] [ #406 ]
14+ - Oembed for facebook videos [ #432 ] [ #433 ]
15+ - Added more ways to detect data using meta tags [ #427 ]
16+ - Bandcamp provider name [ #429 ] [ #430 ]
17+
818## [ 4.3.0] - 2020-11-04
919### Added
1020- New function ` $embed->setSettings() ` to pass the settings before get the site info
@@ -108,7 +118,17 @@ Full library refactoring.
108118[ #392 ] : https://github.com/oscarotero/Embed/issues/392
109119[ #394 ] : https://github.com/oscarotero/Embed/issues/394
110120[ #399 ] : https://github.com/oscarotero/Embed/issues/399
111-
121+ [ #405 ] : https://github.com/oscarotero/Embed/issues/405
122+ [ #406 ] : https://github.com/oscarotero/Embed/issues/406
123+ [ #412 ] : https://github.com/oscarotero/Embed/issues/412
124+ [ #413 ] : https://github.com/oscarotero/Embed/issues/413
125+ [ #427 ] : https://github.com/oscarotero/Embed/issues/427
126+ [ #429 ] : https://github.com/oscarotero/Embed/issues/429
127+ [ #430 ] : https://github.com/oscarotero/Embed/issues/430
128+ [ #432 ] : https://github.com/oscarotero/Embed/issues/432
129+ [ #433 ] : https://github.com/oscarotero/Embed/issues/433
130+
131+ [ 4.3.1 ] : https://github.com/oscarotero/Embed/compare/v4.3.0...v4.3.1
112132[ 4.3.0 ] : https://github.com/oscarotero/Embed/compare/v4.2.7...v4.3.0
113133[ 4.2.7 ] : https://github.com/oscarotero/Embed/compare/v4.2.6...v4.2.7
114134[ 4.2.6 ] : https://github.com/oscarotero/Embed/compare/v4.2.5...v4.2.6
0 commit comments