Hey all, I've just bumped the release to v0.2.3. I keep forgetting to put the update instructions into the README so just in case...
composer update madeyedeer/flarum-pallet-theme
php flarum cache:clear
@JakeMcCarroll for the Private Forum Facade issue I put an option in where you can turn the side nav menu on or off for 'Guests' - i.e. logged-out users. Hopefully this is enough to get it all working as expected.
I think that's covered all the outstanding issues now?
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.2.3] - 2024-05-24
Fixed
- error when trying to save custom css settings in admin panel
- show only tag items on the right menu
- hide tag items and other weirdness (menu dropdown separator...) on the left menu
[0.2.2] - 2024-05-23
Added
- option to hide side nav menu for 'Guests'
Fixed
- remove hard-coded "new discussion" button and replace with Flarum button
- remove hard-coded side nav links to other extensions and replace with Flarum nav links
Changed
- updated changelog format to match keepachangelog.com
[0.2.1] - 2024-05-18
Fixed
- typo in README.md - oops!
[0.2.0] - 2024-05-18
Fixed
- fof/nightmode unable to be installed
- forum not switching correctly between light and dark mode with fof/nightmode installed
- content too far to the left in tablet mode, not taking into account the side nav width
- tag labels unable to be read
- tag headers showing weird in dark mode
- remove empty space when there is no tag icon on tags screen
Changed
- updated all namespaces, docs, etc to Mad Eye Deer