Releases: android-com-pl/flarum-lscache
Releases · android-com-pl/flarum-lscache
v4.0.0-beta.2
Immutable
release. Only release title and notes can be modified.
- chore: migrate compatibility from
sycho/flarum-move-poststofof/move-postsextension
Full Changelog: v4.0.0-beta.1...v4.0.0-beta.2
v3.3.6
v4.0.0-beta.1
This beta release introduces compatibility with Flarum 2.0.
- Third-party extensions: Compatibility with several third-party extensions has been temporarily removed, as they do not support Flarum 2.0 yet. Support will be restored once they are updated.
- For Advanced Users: If you have custom cache purging rules in your
extend.php, note that the extension's namespace has changed fromACPLtoAcpl(e.g.,Acpl\FlarumLSCache\...).
Installation / Update:
composer require acpl/flarum-lscache:^4.0.0@beta
php flarum migrate
php flarum cache:clearFull Changelog: v3.3.5...v4.0.0-beta.1
v3.3.5
- perf: exclude hidden posts and private discussions from user cache purge
Full Changelog: v3.3.4...v3.3.5
v3.3.4
What's Changed
- perf: optimize database query in user cache purge listener
- perf(admin): cache diagnose data to prevent redundant API requests
- refactor: use first-class callable syntax for event listeners
- fix: correct username cache tag in post event subscriber
Full Changelog: v3.3.3...v3.3.4
v3.3.3
- Added an admin-side check that warns when LSCache isn’t supported / active on the server.
Full Changelog: v3.3.2...v3.3.3
v3.3.1
- fix: exclude reset password page from cache
Full Changelog: v3.3.0...v3.3.1
v3.3.0
- Added button in discussions controls to purge LSCache for specific discussions
- Added permission to control who can purge LSCache
Full Changelog: v3.2.1...v3.3.0
v3.2.0
Added configurable status code caching that allows to:
- Cache error responses (404, 403, etc.) for guest users
- Set custom TTL (Time To Live) for each status code
This feature is particularly useful for forums that experience high volumes of bot traffic or requests to deleted/moved content, as it prevents unnecessary database queries and PHP processing for unsuccessful requests.
Full Changelog: v3.1.0...v3.2.0