Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Releases: mjrider/flysystem-factory

v0.7.1

10 Mar 07:38
101ff88
Compare
Choose a tag to compare

Updating dependencies

What's Changed

  • ⬆️ Pin phpunit/phpunit to 9.5.18 by @renovate in #47
  • ⬆️ Updates predis/predis to v1.1.10 by @renovate in #41
  • ⬆️ Updates actions/checkout action to v3 by @renovate in #45
  • ⬆️ Updates nimbusoft/flysystem-openstack-swift to v0.4.1 by @renovate in #37

Full Changelog: v0.7.0...v0.7.1

v0.7.0

10 Mar 06:57
f67b0ed
Compare
Choose a tag to compare

What's Changed

  • Added PHP 80 and higher
  • Removed PHP 7.3 and lower

Full Changelog: v0.6.0...v0.7.0

v0.6.0

05 Jan 09:56
8ee62c6
Compare
Choose a tag to compare

Changes:

  • update to arc/web to allow version 3

Misc:
Replaced the build pipeline, and cleaned up code by fixing phpcs issues

v0.4.0

06 Feb 12:35
ddae75d
Compare
Choose a tag to compare

Breaking Changes:

  • php 5.x has been dropped
  • AWS S3 version 2 ( for php 5.4 support ) has been dropped

New Features:

  • Openstack support ( swift )

ChangeLog:

Renovate Bot (4):

  • arrow_up Updates wimg/php-compatibility to v9
  • arrow_up Updates league/flysystem-aws-s3-v3 to v1.0.23
  • arrow_up Updates phpcompatibility/php-compatibility to v9.3.5
  • arrow_up Updates dealerdirect/phpcodesniffer-composer-installer to v0.6.2

Robbert Müller (3):

  • Adding openstack support
  • PHPCS fixes
  • Remove S3v2

v0.3.1

16 Mar 11:28
641781a
Compare
Choose a tag to compare

Bugfixes:

  • #11 Fixed path handling when the URL isn't ending on a /

v0.3.0

12 Feb 14:45
8892ca0
Compare
Choose a tag to compare
  • added ftpsupport

v0.3.0-rc0

12 Feb 13:44
ace45d2
Compare
Choose a tag to compare
v0.3.0-rc0 Pre-release
Pre-release
  • added FTP support

v0.2.2

03 Jan 12:58
c5582c5
Compare
Choose a tag to compare

v0.2.2 (2018-01-03)

Full Changelog

maintenance release:

refactored away code duplication between the S3v2 and S3 Adapters

other minor changes:

  • fix build issue, due to arguments of jsonlint
  • update maintenance shield
  • whitespace changes

Merged pull requests:

  • Update maintenance state #7 (mjrider)
  • add isset check around use_path_style_endpoint #6 (mjrider)
  • Remove code duplication in S3/S3v2 Adapter #5 (mjrider)

v0.2.1

09 Dec 15:25
6131fc6
Compare
Choose a tag to compare

v0.2.1 (2017-12-09)

Full Changelog

Fixed corner case in parsing endpoints

Merged pull requests:

  • Bugfix: fix issue in url parsing #4 (mjrider)

v0.2.0

07 Dec 07:04
ebd6a45
Compare
Choose a tag to compare

v0.2.0 (2017-12-07)

Full Changelog

This releases get the project a bit more in shape

notable changes:

  • unit/integration testing for most adapters
  • support for adapter caching
  • added testing in php 5.4 and 7.2
  • added rackspace adapter

Merged pull requests: