Skip to content

Releases: mzur/laravel-openstack-swift

v2.2.0

21 Nov 07:55
c28f8b2
Compare
Choose a tag to compare

What's Changed

  • Update composer.json for Laravel 10 support by @sshaik305 in #7

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

05 Apr 14:11
Compare
Choose a tag to compare

What's changed

  • Fixed applied prefix to URL and temporary URL by @mzur

Full Changelog: v2.1.0...v2.1.1

v2.1.0

28 Mar 14:16
Compare
Choose a tag to compare

What's changed

  • The prefix config key is now root for better consistency. The old key wil still work. (by @mzur)

Full Changelog: v2.0.0...v2.1.0

v2.0.0

18 Feb 09:29
Compare
Choose a tag to compare

What's Changed

Laravel 9 Compatibility by @mzur in #5

This package is no longer compatible with Laravel <9. The disableAsserts option is no longer available (and necessary).

Full Changelog: v1.14.1...v2.0.0

v1.14.1

03 Jan 14:00
Compare
Choose a tag to compare

What's changed

  • PHP 8 support

Full Changelog: v1.14.0...v1.14.1

v1.14.0

10 Nov 13:44
Compare
Choose a tag to compare

What's changed

  • New ttl config option by @mzur

Full Changelog: v1.12.0...v1.14.0

v1.13.1

30 Aug 10:02
Compare
Choose a tag to compare

Fixed:

  • URL encoding in signature for temporary URLs

v1.13.0

27 Aug 09:37
Compare
Choose a tag to compare

Added:

  • Support for temporary URLs. Does not support restriction to a prefix or IP range, as well as setting the filename and inline content disposition yet.

v1.12.0

06 Mar 12:54
Compare
Choose a tag to compare

Added:

  • Compatibility with Laravel 8 ( #4 )

v1.12.0-beta

21 Jan 12:26
Compare
Choose a tag to compare
v1.12.0-beta Pre-release
Pre-release

Added:

  • Laravel 8 support