Skip to content

Releases: ricardofiorani/php-video-url-parser

v1.0.2

07 Aug 13:04
3c98f3a
Compare
Choose a tag to compare
Merge pull request #21 from ricardofiorani/fix-build

Fix build on travis

v1.0.1

19 Sep 21:53
87fa11d
Compare
Choose a tag to compare

Vimeo Adapter Improvements

Minor Changes

  • Updated Vimeo Adapter to use oEmbed API endpoint instead of the old deprecated API v2

v1.0.0

28 Jul 11:56
Compare
Choose a tag to compare

After a few years (almost 3 years already !), this lib has been used and tested for a while now, and since that with pull request #8 there will be a lot of changes in favour to drop PHP 5 support, I decided to release it to v1.0.0 as it is today.

Thank you all for the feedbacks and issues.

v0.4.0

16 Apr 16:30
415647d
Compare
Choose a tag to compare

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

17 Mar 17:33
Compare
Choose a tag to compare

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

11 Feb 16:27
Compare
Choose a tag to compare

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

26 Nov 13:42
Compare
Choose a tag to compare

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

03 Sep 00:27
Compare
Choose a tag to compare

Minor Typo fix wich would cause an error in non-windows (oh the irony)

You all can use this now. :)

01 Sep 01:57
Compare
Choose a tag to compare

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

31 Aug 17:59
Compare
Choose a tag to compare
Update README.md

Typo