This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
Releases: flagbit/Magento2-Flysystem
Releases · flagbit/Magento2-Flysystem
Fix upload for Magento 2.3.5
Release Version 0.2.1.4
Fixes
- Missing composer requirements (see Issue 5)
Release Version 0.2.1.1
New features
- File Modifier Pool is now available in OnInsert Action
- Add (by default activated) system config to compare Files on insert ( #21 )
Fixes
- Fix issue with void return type definitions in context with Magento2
- Update php requirement in composer.json
Release Version 0.2.0
New Features
- Magento2 Flysystem is now compatible with Magento Version 2.3
Fixes
- Removed object manager where it is not needed
- Code clean up and strict return types
Release Version 0.1.7
New Features:
- Insert Media from Flysystem to CMS Blocks and CMS Pages (5fa6b54)
- We added SFTP as Adapter to Core Flysystem Module (thx to @Perni1984)
Fixes:
- Fix media url isse in cms forms 7a2e181