Skip to content

Release: v1.1.7

Choose a tag to compare

@williamjmorenor williamjmorenor released this 10 Jan 16:26
· 52 commits to main since this release

1.1.7 - 2026-01-10

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