Release: v1.1.3
1.1.3 - 2026-01-09
Fixed
- Add missing database migration for
configuraciontable columns:enable_file_uploads,max_file_size,enable_html_preformatted_descriptions, andenable_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