- Updated method signatures to match upgraded dependency signatures for overrides (1748, 1746) - Added missing path prefixing in FTP implementation (1747)
Changes
- Updated string assertions to use PHP 8 functions (1750, 1749))
3.23.1
Changes
- Updated license year
3.23.0
Fixed
- Fixed upstream regression caused by resolving inconclusive mime-type.
Added
- Made inconclusive mime-type resolving configurable on the local adapter.
3.22.0
Changes
- Prevent double directory creation with lazy root creation for Local filesystem.
Fixes
- Resolve to "inconclusive" mimetype instead of causing a type error by GuySartorelli - Corrected spelling of a configuration key for the Azure adapter by shineability
Additions
- MountManager::extend allows for immutable dynamic extension of the mount manager. - Added a new abstract DecoratedAdapter for easier decoration of adapters by jnoordsij
3.21.0
Changes
- Retain visibility on local copy for local FS, in line with other adapter (1730) by jnoordsij
3.20.0
Changed
- Normalise paths for public and temporary URLs (1727)