Skip to content

Releases: codelitdev/courselit

Multi-tenancy

18 Mar 19:42
Compare
Choose a tag to compare

One can now host multiple schools using a single CourseLit installation. To enable multi-tenancy, export MULTITENANT=true in the current shell before running the installer script.

User Profiles

24 Feb 15:08
Compare
Choose a tag to compare

Users now have their own public profiles which they can edit.

Rich Text Editing and UI Enhancements

17 Dec 06:57
Compare
Choose a tag to compare

The following enhancements are introduced in this release

  1. Rich Text Editor
  • Hyperlinks creation
  • Syntax highlighting
  • Small toolbar
  • Overflow fixes
  • Using light theme for Twitter embeds
  1. UI Enhancements
  • Full width app bar
  • Article header

Common Widgets

21 Nov 20:00
Compare
Choose a tag to compare

This release introduces more widgets to the platform which are listed below.

  1. Featured Courses
  2. About
  3. Branding
  4. Footer menu

In addition to this, some layout changes are also introduced.

WEBP Support

01 Nov 16:51
Compare
Choose a tag to compare

Read this official blog post for all details.

Caddy web server as a reverse proxy

21 Oct 13:13
Compare
Choose a tag to compare

This release replaces the HAProxy based reverse proxy server with the Caddy v2 based reverse proxy server. Additionally, this release comes with much improved and lighter Ansible installation script.

Improved Ansible Installation Script

14 Oct 05:19
Compare
Choose a tag to compare

The install script has been re-written to be less intrusive.

Installation Script Bug Fixes

18 Oct 10:38
Compare
Choose a tag to compare
v6.1.1

Fixed a conditional

Stripe Payments

06 Oct 08:17
Compare
Choose a tag to compare

Now you can offer paid courses and get paid via Stripe. This patch also includes:

  • Layout fixes
  • Bug fixes

The Widget System

25 Sep 02:45
Compare
Choose a tag to compare

Now you can write custom widgets for CourseLit to introduce more functionality to the top, bottom, aside and footer areas. This release contains the following widgets.

Developer documentation for widgets is available here.