Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 753 Bytes

CHANGELOG.md

File metadata and controls

34 lines (19 loc) · 753 Bytes

Changelog

Unreleased

2.2.0 - 2022-10-28

Added

  • Support public URL generation
  • Support checksum providing
  • Support temporary URL generation

Changed

  • Move implementation to internal trait Ajgl\Flysystem\Replicate\ReplicateFilesystemAdapterTrait

2.1.0 - 2022-10-20

Added

  • Add method ReplicateFilesystemAdapter::directoryExists to provide compatibility with league/flysystem:^3

2.0.0 - 2022-10-19

Added

  • Add Ajgl\Flysystem\Replicate\ReplicateFilesystemAdapter class.

Removed

  • Remove Ajgl\Flysystem\Replicate\ReplicateAdapter class.
  • Remove League\Flysystem\Replicate\ReplicateAdapter class.

For 1.x see CHANGELOG