Skip to content

Releases: android-com-pl/flarum-lscache

v4.0.0-beta.2

21 Mar 01:20
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v4.0.0-beta.2 Pre-release
Pre-release
  • chore: migrate compatibility from sycho/flarum-move-posts to fof/move-posts extension

Full Changelog: v4.0.0-beta.1...v4.0.0-beta.2

v3.3.6

21 Mar 01:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • chore: migrate compatibility from sycho/move-posts to fof/move-posts extension

Full Changelog: v3.3.5...v3.3.6

v4.0.0-beta.1

24 Feb 00:10

Choose a tag to compare

v4.0.0-beta.1 Pre-release
Pre-release

This beta release introduces compatibility with Flarum 2.0.

⚠️ Important Notes

  • 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 from ACPL to Acpl (e.g., Acpl\FlarumLSCache\...).

Installation / Update:

composer require acpl/flarum-lscache:^4.0.0@beta
php flarum migrate
php flarum cache:clear

Full Changelog: v3.3.5...v4.0.0-beta.1

v3.3.5

22 Feb 13:05

Choose a tag to compare

  • perf: exclude hidden posts and private discussions from user cache purge

Full Changelog: v3.3.4...v3.3.5

v3.3.4

22 Feb 01:05

Choose a tag to compare

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

17 Dec 23:56

Choose a tag to compare

  • 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

05 Feb 11:34

Choose a tag to compare

  • fix: exclude reset password page from cache

Full Changelog: v3.3.0...v3.3.1

v3.3.0

28 Dec 17:45

Choose a tag to compare

  • 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

21 Nov 10:29

Choose a tag to compare

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

v3.1.0

19 Nov 09:39

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0