Skip to content

Release: v1.1.3

Choose a tag to compare

@williamjmorenor williamjmorenor released this 10 Jan 13:11
· 64 commits to main since this release

1.1.3 - 2026-01-09

Fixed

  • Add missing database migration for configuracion table columns: enable_file_uploads, max_file_size, enable_html_preformatted_descriptions, and enable_footer

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

# Using lmsctl
lmsctl database upgrade

# Or using Flask-Alembic directly
flask db upgrade