Skip to content

Releases: lochmueller/staticfilecache

13.0.0

05 May 18:09
Compare
Choose a tag to compare
  • TYPO3 v12 compatibility
  • Middleware for Cookie Validation
  • PHP file Generator for NGINX
  • [!!!] New location for generated files
  • Fixes for command registration
  • Drop deprecated ViewHelpers
  • Add max length check and trim for headers
  • Add large SQL definition via configuration
  • Add NoAuthorizationListener
  • Many bugfixes

12.2.0

14 Apr 06:21
Compare
Choose a tag to compare
  • SonarQube bugfixes & cleanups
  • Bugfixes for hash identifiers
  • More strict variable types
  • Documentation fixes

12.0.1

27 Aug 11:59
Compare
Choose a tag to compare
  • First version for TYPO3 v10 only (!!!)
  • Fix deprecated calls for TYPO3 v10
  • Start using new DI mechanims
  • Start switching the "custom Object Factroy" to PSR-14 Event based system
  • Add documentation for smarter clear cache options
  • Remove all Slots and replace it with PSR-14 Events
  • Increase cache identifier to 500 in caching tables (run DB compare)
  • Fix a lot of bugs and remove old code
  • Add area option for HTTP push service
  • Set a high prio for boost queue items that are removed out of the page module (Clear cache for single page)

11.1.0

21 Apr 19:10
Compare
Choose a tag to compare
  • First stable release for v10
  • FIx Guzzle handler stack problem
  • Fix cache table name problem
  • Reactivate PHP 7.2 suppoert (but still up to 7.4)
  • Cleanups

11.0.0

27 Feb 15:34
Compare
Choose a tag to compare
  • Remove old commands 8627950 d26fe23
  • PHP 7.4 support
  • Use the right cookie name in all places 29d07c0
  • Command arguments are options now a831d07
  • Better image handling for HttpPush 37b9513
  • Add important "force static file cache" note 1ad4a69
  • Fix rendering problems in BE module c8a2b84
  • Support TYPO3 v10
  • Streamline sendCacheHeader handling 091318c
  • Avoid SFC floods cache table fe6e2af

10.0.0

10 Oct 07:39
Compare
Choose a tag to compare
  • Support for TYPO3 10
  • Middleware integration
  • New header handling
  • Object Factory for extendable Generator, Rules, FallbackRules and HTTP Push detections
  • Many Cleanups

IMPORTANT: New htaccess structure!!!!

9.0.0

02 Aug 12:37
Compare
Choose a tag to compare
  • [FEATURE] Priority Boost Queue
  • [FEATURE] TYPO3 10.x compatibility
  • [FEATURE] Add FallbackMiddleware
  • [TASK|BUGFIX] Cleanups in spelling and clean code

8.2.0

14 May 14:51
Compare
Choose a tag to compare
  • Bugfixes & Cleanups
  • Add some documentation
  • Add rector
  • Add "hashLength" option for remote_file cache backend
  • Add option to override the relative cache dir
  • Manifest structures for offline mode (WIP)
  • Add configuration check in backend module

8.0.0

31 Mar 16:36
Compare
Choose a tag to compare
  • Disable Cache for SiteCofniguration (TYPO3 v9 only)
  • [!!!] Add port in the caching path (note: The caching path and htaccess was changed)
  • Many code cleanups
  • Disable sys_domain TCA for TYPO3 < 9
  • New Generator structure
    -- Option to disable the default generation of the HTML file (e.g. for GZIP only)
    -- Add Brotly as new compression option
  • New Backend module structure
  • Add boost mode information to the backend module

Have fun πŸ‘

7.1.0

16 Mar 14:55
Compare
Choose a tag to compare
  • New backend module
  • many code cleanups
  • streamline extension name to UpperCammelCase
  • fix flushByTag