✨ Highlights
🌍 Fixed missing translations on "My plan"
The server-version build was skipping dictionary loading on the "My plan"
page, leaving several UI strings untranslated. Translations now load
correctly on first render.
🔓 Fixed incorrect tariff limit for the 11th user
Server-version installs could incorrectly fall back to the free-tariff
10-user limit due to a missing tariff URL configuration. The limit check
now works as expected for licensed installs.
📦 sql/ and dictionary/ baked into the Docker image
Both folders now ship inside brusnikalms/brusnika-lms. install.sh,
update.sh and fix_db.sh pull them straight from the running container
via docker cp — no more manual file transfers for support fixes.
📝 Full changelog in GitHub Releases
Release notes are now generated from the complete CHANGELOG_CURRENT.txt
instead of a single line, so future releases will look like this one.