Skip to content

Release: v1.1.5

Choose a tag to compare

@williamjmorenor williamjmorenor released this 10 Jan 13:34
· 58 commits to main since this release

1.1.5 - 2026-01-05

Fixed

  • Fixed database migration.

IMPORTANT: This version includes a migration fix. After updating, you must run database migrations:

# Using lmsctl
lmsctl database upgrade

# Or using Fla directly
flask db upgrade