Releases: ricardofiorani/php-video-url-parser
Releases · ricardofiorani/php-video-url-parser
v1.0.2
v1.0.1
Vimeo Adapter Improvements
Minor Changes
- Updated Vimeo Adapter to use oEmbed API endpoint instead of the old deprecated API v2
v1.0.0
v0.4.0
Added tests to support PHP 7.1 and PHP 7.2.
Added a .gitignore file.
Dropped tested support to HHVM due to conflicts with Travis HHVM implementation.
Updated Youtube Service Adapter to keep the query-string on the video embed url.
v0.3.1
Major changes:
Now you can specify which scheme will be used in both video embed URL and video thumbnail's URL getters.
Minor changes:
- Update on README.MD
- Refactored CallableServiceAdapterFactoryInterface's namespace
- Updated tests
v0.3
Major changes:
- VideoServiceDetector is now VideoServiceMatcher by naming conventions/design patterns
- Added tests to ensure at least 90% of tested code
- More patterns for Vimeo
- cURL is only required if you want to be able to use Vimeo
Minor changes:
- Typos fixed
- Removed PHPStorm project file (included mistakenly before)
- Minor Code Optimizations
v0.2.2
Bugfix : Signature error
This release comes to fix a signature error where the default renderer would render height value instead of width and vice versa.
It's recommended to anyone using the version 0.2 to upgrade to this one.
v0.2.1
Minor Typo fix wich would cause an error in non-windows (oh the irony)
You all can use this now. :)
We are happy to announce the version 0.2 of this
Now we have one more service (making a total of 3)
Services Available :
- Youtube
- Vimeo
- Dailymotion
First usable version
Update README.md Typo