Skip to content

Releases: bwaidelich/Wwwision.PrivateResources

v6.3.0

18 Jan 08:51
1b5c6d9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.0...v6.3.0

6.2.0 - Better Neos integration

21 Jul 12:46
d6d9c31
Compare
Choose a tag to compare

What's Changed

  • FEATURE: Allow access to be restricted to Neos Backend users by @bwaidelich in #27

Full Changelog: v6.1.1...v6.2.0

Declare guzzlehttp/psr7 2.x compatibility

21 Jul 07:48
f165d0f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.1.1

6.1.0 - Flow/Neos 8.0 compatibility

20 Jul 13:54
4bb98a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.1...v6.1.0

6.0.1 - Bugfix release

19 Apr 16:30
3f8e6db
Compare
Choose a tag to compare
Merge pull request #22 from punktDeForks/bugfix/create-new-response

BUGFIX: fix creation of new response with new headers in middleware

6.0.0 - Flow/Neos 7.0 compatibility

19 Apr 15:42
55cd203
Compare
Choose a tag to compare

Change Log:
v5.0.0...v6.0.0

5.0.0 - Support cloud storage (Flow 5.x+ compatibility)

30 Jun 14:25
5e30fbb
Compare
Choose a tag to compare

This is a new major Release that is compatible with Flow 6.x (or Neos 5.x).
It just contains one new feature and is meant as follow-up to v3.4.0

For a version compatible with Flow 4.x/5.x (Neos 3.x/4.x) please use version v4.0.0

  • FEATURE: Support cloud storage (#17) - Thanks to @jrenggli for your contribution!

Note: This is a new major release because it contains a breaking change – this change is only breaking because it changes the signature of the FileServeStrategyInterface (i.e. if implemented a custom file serve strategy)

4.0.0 - Support cloud storage (Flow 4.x/5.x compatibility)

30 Jun 14:24
096a5d6
Compare
Choose a tag to compare

This is a new major Release that is compatible with Flow 4.x/5.x (or Neos 3.x/4.x).
It just contains one new feature and is meant as follow-up to v3.3.0

For a version compatible with Flow 6+ (Neos 5+) please use version v5.0.0

  • FEATURE: Support cloud storage (#17) - Thanks to @jrenggli for your contribution!

Note: This is a new major release because it contains a breaking change – this change is only breaking because it changes the signature of the FileServeStrategyInterface (i.e. if implemented a custom file serve strategy)

3.4.0 - Flow 6.0+ compatibility

24 Jan 08:13
493aa55
Compare
Choose a tag to compare

3.3.0 - Allow generation of private resource URLs via CLI

15 Aug 11:17
Compare
Choose a tag to compare

FEATURE: Allow generation of private resource URLs via CLI

See #15