Releases: itinerare/Mundialis
Releases · itinerare/Mundialis
v2.5.1
v2.5.0
v2.4.0
Mirrored from https://code.itinerare.net/itinerare/Mundialis/releases/tag/v2.4.0
Run
composer install
Changelog
2.4.0 (2024-10-13)
Features
- Add error pages (91d9cb)
v2.2.5
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
This is primarily a maintenance release updating and reorganizing some dependencies, including for performance.
Run
composer install
php artisan config:clear
However, part of it is also setting up a workflow for compiling the Bootstrap CSS; those inclined can make changes by installing Node.js and npm, installing packages via npm install
, adjusting variables in _variables.scss, and then running one of the relevant scripts, e.g. npm run watch
to have it recompile the CSS as you make changes, or npm run prod
when you are finished, which will also minify the CSS.
Changelog
2.2.0 (2023-07-23)
Features
- Set up mix, update bootstrap (480b87)
v2.1.3
Run
composer install
php artisan config:clear
Changelog
2.1.3 (2023-07-16)
Bug Fixes
- Fix adding/editing help tooltips for infobox fields (d1d527)
- General PHP clean-up to help static analysis (c8df23)
- Prevent basic page field key overlap (a14db1)
Pages
Time
- Resolve some timeline formatting issues (396d83)