Skip to content

Releases: b13/proxycachemanager

[RELEASE] 5.0.1

Choose a tag to compare

@achimfritz achimfritz released this 02 Jul 07:46

What's Changed

  • [BUGFIX] Deserialize cached URLs before proxy purge

Full Changelog: 5.0.0...5.0.1

[RELEASE] 5.0.0

Choose a tag to compare

@davidsteeb davidsteeb released this 28 May 15:53

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

Full Changelog: 4.1.2...5.0.0

[RELEASE] 4.1.2

Choose a tag to compare

@achimfritz achimfritz released this 18 Jun 06:34

What's Changed

Full Changelog: v4.1.1...4.1.2

[RELEASE] 4.1.1

Choose a tag to compare

@ochorocho ochorocho released this 02 Jun 15:08
90f3227

What's Changed

  • [TASK] Catch error while flushing cache tags by @ochorocho in #42

New Contributors

Full Changelog: 4.1.0...v4.1.1

[RELEASE] 4.1.0

Choose a tag to compare

@achimfritz achimfritz released this 11 Mar 15:08

What's Changed

Full Changelog: 4.0.1...4.1.0

[RELEASE] Bugfix Release

Choose a tag to compare

@bmack bmack released this 13 May 10:28
561f61e

What's Changed

New Contributors

Full Changelog: 4.0.0...4.0.1

[RELEASE] 4.0.0

Choose a tag to compare

@achimfritz achimfritz released this 12 Feb 15:59
444ce81

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

Choose a tag to compare

@bmack bmack released this 10 Oct 10:26
885c6bf

What's Changed

  • [BUGFIX] Avoid invalidation when calling set on the cache backend by @bmack in #32

Full Changelog: v3.4.1...v3.4.2

[RELEASE] Bugfix Release

Choose a tag to compare

@ervaude ervaude released this 18 Jan 13:48
  • 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

Choose a tag to compare

@bmack bmack released this 07 Dec 13:00
b1f5ea1

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

Full Changelog: v3.3.0...v3.4.0