Skip to content

Releases: b13/proxycachemanager

[RELEASE] Bugfix Release

13 May 10:28
561f61e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.0.1

[RELEASE] 4.0.0

12 Feb 15:59
444ce81
Compare
Choose a tag to compare

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

10 Oct 10:26
885c6bf
Compare
Choose a tag to compare

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

18 Jan 13:48
Compare
Choose a tag to compare
  • 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

07 Dec 13:00
b1f5ea1
Compare
Choose a tag to compare

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

[RELEASE] New TSconfig option + various bugfixes

25 Jul 20:15
Compare
Choose a tag to compare

This release drops support for TYPO3 v9, and will only work with TYPO3 v10.

This release will also be most likely the last v3.x release.

The next release will be a major 4.0 release, where the actual ProxyProviderInterfaces will also be adapted, and specific CDN providers will be removed in favor of custom and more extensible solutions (see "akamai", "cloudflare_cdn" and "azure_purge") that ship with custom adapters.

This version brings a few bugfixes along with a new userTSconfig setting:

options.clearCache.proxy = 1

that allows to enable the "Flush CDN Cache" on a per-editor basis for non-admins, or to disable the button for admins as well.

[RELEASE] Added FAL direct purge feature

12 Apr 09:04
fc16881
Compare
Choose a tag to compare

This release adds FAL-related functionality to flush CDN caches if a file is replaced, removed or modified, allowing to reflect the changes directly by purging the resource.

[RELEASE] Bugfixes related to cache storage and CloudFlare support

19 Nov 11:20
864bf8c
Compare
Choose a tag to compare
[RELEASE] 3.0.1

Switch back to string-backend fix CloudFlare related bugs

[RELEASE] Cloudflare Support and TYPO3 v9+ only support

09 Nov 23:11
Compare
Choose a tag to compare

Cloudflare CDN Support has arrived, and with it some better API functionality, also for flushing CDN Caches with
Cloudflare.

TYPO3 v9+ support is now in place, we sugget upgrading to TYPO3 v9 as soon as possible.

Support for Cache tags

04 Dec 14:32
Compare
Choose a tag to compare
v2.2.0

[TAG] v2.2.0