Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 768 Bytes

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 768 Bytes

Changelog

All notable changes to flysystem-encrypted will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

[Unreleased]

  • Nothing.

[2.2.0] - 2024-10-24

Added

  • Added support for Laravel 11.

Removed

  • Dropped PHP <8.0 support.

[2.1.0] - 2023-02-16

Added

  • Added support for Laravel 10.

Removed

  • Dropped PHP <7.4 support.
  • Dropped Laravel <8 support.

[2.0.0] - 2022-02-09

Added

  • Flysystem 2 and 3 support.
  • Laravel 9 support.

Changed

  • Renamed Swis\Flysystem\Encrypted\EncryptedAdapter to Swis\Flysystem\Encrypted\EncryptedFilesystemAdapter.

Removed

  • Flysystem 1 support.

[1.0.1] - 2021-05-25

Added

  • Added support for PHP 8.