Releases: bwaidelich/Wwwision.PrivateResources
v6.3.0
What's Changed
- Fix argument types in signal example by @robertlemke in #28
- TASK: Adjustments for Flow 9.0 by @robertlemke in #29
New Contributors
- @robertlemke made their first contribution in #28
Full Changelog: v6.2.0...v6.3.0
6.2.0 - Better Neos integration
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
What's Changed
- Declare guzzlehttp/psr7 2.x compatibility by @bwaidelich in #26
New Contributors
- @bwaidelich made their first contribution in #26
Full Changelog: v6.1.0...v6.1.1
6.1.0 - Flow/Neos 8.0 compatibility
What's Changed
- Task: allow neos 8.0 by @haase-fabian in #23
New Contributors
- @haase-fabian made their first contribution in #23
Full Changelog: v6.0.1...v6.1.0
6.0.1 - Bugfix release
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
- FEATURE: Flow/Neos 7+ compatibility (#21) - Thanks to @andrehoffmann30
Change Log:
v5.0.0...v6.0.0
5.0.0 - Support cloud storage (Flow 5.x+ compatibility)
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
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)
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
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
3.3.0 - Allow generation of private resource URLs via CLI
FEATURE: Allow generation of private resource URLs via CLI
See #15