Releases: b13/proxycachemanager
Releases · b13/proxycachemanager
Release list
[RELEASE] 5.0.1
[RELEASE] 5.0.0
What's Changed
- [TASK] uri to string to fullfill phpstan rules by @achimfritz in #44
- [TASK] Add .php-cs-fixer.dist.php to gitattributes by @georgringer in #46
- Fix severity variable in flash message by @markusa86 in #47
- Drop v11/v12, add TYPO3 v14 support by @davidsteeb in #49
- !!![TASK] more improvements for v5 Release by @achimfritz in #50
- !!![TASK] use ServerRequestInterface instead of RequestInterface in ProxyProviderInterface s. aa05586
New Contributors
- @georgringer made their first contribution in #46
- @markusa86 made their first contribution in #47
Full Changelog: 4.1.2...5.0.0
[RELEASE] 4.1.2
[RELEASE] 4.1.1
What's Changed
- [TASK] Catch error while flushing cache tags by @ochorocho in #42
New Contributors
- @ochorocho made their first contribution in #42
Full Changelog: 4.1.0...v4.1.1
[RELEASE] 4.1.0
[RELEASE] Bugfix Release
What's Changed
- [BUGFIX] Fix flushing of all cache entries by @dkd-friedrich in #39
New Contributors
- @dkd-friedrich made their first contribution in #39
Full Changelog: 4.0.0...4.0.1
[RELEASE] 4.0.0
What's Changed
- drop ProxyProvider implementation
- change ProxyProviderInterface
- drop PHP < 8 Support
- drop TYPO3 10 Support
- add TYPO3 12 Support
s. https://github.com/b13/proxycachemanager/blob/master/UPGRADE.md
Full Changelog: v3.4.2...4.0.0
[RELEASE] Bugfix release
What's Changed
Full Changelog: v3.4.1...v3.4.2
[RELEASE] Bugfix Release
- Avoid deprecation log entry by removing the vendor name from the backend module registration
- Set correct version in ext_emconf.php
- Remove obsolete code for older TYPO3 versions
[RELEASE] Bugfix release
What's Changed
- [BUGFIX] Fixes flushAllUrls for CloudflareProxyProvider by @DenisMir in #22
- [TASK] Set correct constraints in ext_emconf.php by @helsner in #26
- [BUGFIX] PHP 8 Array Access by @achimfritz in #27
- [BUGFIX] Use correct guzzle handler by @Didstriker in #24
- [BUGFIX] Purge only related urls and not all urls from cache (#29) by @mvoehringer in #28
- [BUGFIX] Remove assetcollector URLs collections by @bmack in #30
New Contributors
- @DenisMir made their first contribution in #22
- @helsner made their first contribution in #26
- @Didstriker made their first contribution in #24
- @mvoehringer made their first contribution in #28
Full Changelog: v3.3.0...v3.4.0