Skip to content

Releases: itinerare/Mundialis

v2.5.1

31 Dec 00:36
5e12466
Compare
Choose a tag to compare

Mirrored from https://code.itinerare.net/itinerare/Mundialis/releases/tag/v2.5.1

Run

composer install

Changelog

2.5.1 (2024-12-30)

Bug Fixes

Page Images
  • Remove visibility checks when sorting images (c1a966)

v2.5.0

17 Dec 00:40
36945fe
Compare
Choose a tag to compare

Mirrored from https://code.itinerare.net/itinerare/Mundialis/releases/tag/v2.5.0

Run

composer install
php artisan migrate

Changelog

2.5.0 (2024-12-16)

Features

Page Images
  • Add ability to reorder page images; closes #489 (3dc3f6)
Tests
  • Add support for sorting to page image tests (b091a9)

v2.4.0

14 Oct 00:37
a2315c8
Compare
Choose a tag to compare

Mirrored from https://code.itinerare.net/itinerare/Mundialis/releases/tag/v2.4.0

Run

composer install

Changelog

2.4.0 (2024-10-13)

Features

v2.2.5

14 Jan 18:17
dd33b76
Compare
Choose a tag to compare

Run

composer install
php artisan config:clear

Changelog

2.2.5 (2024-01-14)

Bug Fixes

Users
  • Improve password reset flow (c04a07)

v2.2.4

20 Aug 14:20
dde11d3
Compare
Choose a tag to compare

Run

composer install
php artisan config:clear

Changelog

2.2.4 (2023-08-20)

Bug Fixes

  • Admin subject category table format/header (93b561)
Time
  • Fix viewing chronology with children (96d207)
Users
  • Improve avatar handling (4e63a0)

v2.2.3

13 Aug 15:54
e7ea52a
Compare
Choose a tag to compare

Run

composer install
php artisan config:clear

Changelog

2.2.3 (2023-08-13)

Bug Fixes

Lang
  • Fix uncategorized entry displayName link (e8646e)

v2.2.2

06 Aug 12:00
23aeef8
Compare
Choose a tag to compare

Run

composer install
php artisan config:clear

Changelog

2.2.2 (2023-08-06)

Bug Fixes

Lang
  • Fix descendent link for a non-categorized entry (2ef9f0)
Pages
  • Add show/hide text swap JS to version view (9c5c5a)
Users
  • More refined deleted user check on invitation page (3420dd)

v2.2.1

30 Jul 11:58
ba7cb91
Compare
Choose a tag to compare

Run

composer install
php artisan config:clear

Changelog

2.2.1 (2023-07-30)

Bug Fixes

Users
  • Add extra check for recipient on invitation code page (aad6f6)

v2.2.0

23 Jul 13:04
7d3cfb0
Compare
Choose a tag to compare

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

16 Jul 12:38
70b3e67
Compare
Choose a tag to compare

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
  • Route to pages with slugs beginning with numbers; closes #374 (98f325)
Time
  • Resolve some timeline formatting issues (396d83)