Skip to content

Releases: android-com-pl/flarum-lscache

v2.0.1 - Fixed login for installations in subdirectories

29 May 18:25
Compare
Choose a tag to compare

Fixed an issue with logging into Flarum when installed in a subdirectory. Now, logging in works correctly regardless of where Flarum is installed.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 May 16:43
Compare
Choose a tag to compare

🚨 Breaking change. Before updating, please remove the <IfModule LiteSpeed>...</IfModule> code block from your .htaccess file. From this version forward, this extension will automatically add the necessary configurations to your .htaccess file when you run the php flarum migrate command after updating the extension.

Updating Process:

Before updating, it's recommended to create a backup of your .htaccess file and remove the <IfModule LiteSpeed>...</IfModule> code block. Then proceed with the following commands:

composer require acpl/flarum-lscache
php flarum migrate
php flarum cache:clear

Added:

  • .htaccess file management. The extension now has the capability to edit the .htaccess file. This simplifies the installation process and paves the way for future admin panel options that require editing the .htaccess file.
  • The "Drop Query Strings" option. This feature allows the generation of a single cache version regardless of the query string. By default, parameters such as "utm", "fbclid", and others are "dropped" or ignored.
  • Introduced a new setting to enable or disable LSCache. If LSCache is turned off, all cached entries will be automatically purged, providing greater control over your cache.

Improvements:

  • Improved the clarity and readability of translations.

Fixed:

  • Added missing old migration that was causing problems when uninstalling the extension. A backport has also been implemented for v1.0 (see v1.0.2).

Full Changelog: v1.0.1...v2.0.0

v1.0.2 - Migration Fix

18 May 10:18
Compare
Choose a tag to compare

This is a patch release that addresses an issue with uninstalling the extension due to a missing migration.

Fixed:

Resolved an issue with uninstallation due to a missing migration file. This has been fixed by reintroducing the missing migration file into the codebase to ensure smooth uninstallation.

Full Changelog: v1.0.1...v1.0.2

v1.0.1 - Documentation Update

15 May 20:08
Compare
Choose a tag to compare

Changes:

  • Updated the README.md to enhance the clarity of the installation instructions and avoid common errors during the extension setup.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 May 10:09
Compare
Choose a tag to compare

What's Changed

  • Bump minimum PHP version to 8.0
  • Bump default TTL to 604800s
  • Fix PHP 8.2 warnings
  • Use default settings extender instead of deprecated migration
  • Update dependencies

Full Changelog: 0.4.1...v1.0.0

0.4.1

20 Jan 14:37
Compare
Choose a tag to compare

Flarum 1.2 hotfix

  • Use toolsItems instead children.push for clear LSCache button #4
  • Update to Webpack v5

0.4.0

12 Jan 03:50
ba47114
Compare
Choose a tag to compare

Option to purge the cache of specific paths.

0.2.2

06 Dec 21:14
Compare
Choose a tag to compare
  • Add option to exclude paths from cache
  • Better purge cache command
  • Clear user profile cache when updating FriendsOfFlarum/masquerade fields

Disable caching of fof/oauth routes

03 Dec 02:40
Compare
Choose a tag to compare
  • Fixed an issue that prevented logging in with 'fof/oauth'

Handle language switching

02 Dec 17:32
Compare
Choose a tag to compare