Skip to content

Releases: cleverage/flysystem-process-bundle

V3.0

Choose a tag to compare

@xaviermarchegay xaviermarchegay released this 10 Dec 13:36
93ed016

Add

  • #23 Support PHP 8.5 / Symfony 8

Breaking Changes

  • #23 Drop PHP 8.1 / Symfony 7.3

v2.3

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 21 Aug 14:05
b388dfa

Changes

  • #20 Upgrade to Symfony 7.3 & PHP 8.4

v2.2

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 31 Mar 13:58
4308e02

Changes

  • #18 Add ignore_missing option on FileFetchTask that allow throwing Exception when file(s) not found.

v2.1.1

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 07 Mar 09:56
af40e70

Fixes

  • #16 Add missing shared: false on tasks

v2.1

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 27 Feb 14:28
e7cf5fc

Changes

  • #14 Update RemoveFileTask to work with file_pattern or input.

Full Changelog: v2.0.0...v2.1

v2.0.0

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 17 Dec 14:26
6954b40

BC breaks

  • #5 Replace "oneup/flysystem-bundle": ">1.0,<4.0" by "league/flysystem-bundle": "^3.0"
  • #5 Update Tasks for "league/flysystem-bundle": "^3.0"
  • #6 Update services according to Symfony best practices. Services should not use autowiring or autoconfiguration. Instead, all services should be defined explicitly.
    Services must be prefixed with the bundle alias instead of using fully qualified class names => cleverage_flysystem_process

Changes

  • #3 Add Makefile & .docker for local standalone usage
  • #3 Add rector, phpstan & php-cs-fixer configurations & apply it
  • #4 Remove sidus/base-bundle dependency