Skip to content

Releases: sausin/laravel-ovh

Laravel 5.8 release

10 Mar 04:50
Compare
Choose a tag to compare

Re-releasing to trigger packagist hooks

Updated for dependencies

25 Jan 07:59
Compare
Choose a tag to compare
v2.0.1

Updated to work with latest laravel

Support for PHP 7.2

28 Feb 17:13
cd3e15b
Compare
Choose a tag to compare
  • Updated to include support for PHP 7.2. Thanks to @aliukevicius

Refractoring

09 Sep 07:32
Compare
Choose a tag to compare
Merge pull request #2 from sausin/analysis-qvMZgd

Apply fixes from StyleCI

Temporary url support!

02 Aug 22:20
Compare
Choose a tag to compare
  • Laravel now supports temporaryUrl method on the Storage facade and the same has been included on this adapter
  • README is updated with latest changes

Large object support merged with upstream

02 Aug 18:46
Compare
Choose a tag to compare

Large object support was merged in upstream and hence all the corresponding stuff has been removed

Large object support fixed

21 Jul 10:20
Compare
Choose a tag to compare
  • Large object support implementation done properly.
  • Small styleCI and other fixes

Cleaner implementation

20 Jun 22:36
Compare
Choose a tag to compare
  • Removed large object storage support as implementation didn't work
  • Cleaned up implementation and renamed adapter

Deferral and autodiscovery support

09 Jun 16:43
Compare
Choose a tag to compare

Support for large objects

15 Apr 10:19
Compare
Choose a tag to compare

Included support for large objects as described by anphamt