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

Releases: flagbit/Magento2-Flysystem

Fix upload for Magento 2.3.5

28 Sep 12:47
a3842c9
Compare
Choose a tag to compare
Merge pull request #35 from flagbit/bugfix/ASPHALT-615

[ASPHALT-615] fix upload for Mage 2.3.5

Release Version 0.2.1.4

10 Sep 10:30
ddf4404
Compare
Choose a tag to compare

Fixes

  • Missing composer requirements (see Issue 5)

Release Version 0.2.1.1

01 Mar 13:12
55ed60c
Compare
Choose a tag to compare

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

18 Feb 13:21
4828394
Compare
Choose a tag to compare

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

20 Aug 07:39
9649e87
Compare
Choose a tag to compare

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