Skip to content

Releases: overhangio/tutor-minio

v18.0.1

31 Oct 14:14
Compare
Choose a tag to compare
  • [Feature] Add support for discovery media files in minio and a separate bucket for discovery in Minio. (by @Faraz32123)
  • [BugFix] Add PROFILE_IMAGE_BACKEND settings in minio using patch named openedx-lms-production-settings so that profile images persist in k8s deployment of openedx and profile images can work for both local and dev environment. (by @Faraz32123)

v18.0.0

20 Jun 01:10
bb8b3f4
Compare
Choose a tag to compare
  • 💥[Feature] Upgrade to Redwood (by @FahadKhalid210)
  • [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on pkg_resources. (by @regisb)
  • [Bugfix] Fix a 500 error on downloading profile information as CSV when the minio plugin is enabled. (by @FahadKhalid210)
  • [Feature] add separated grades bucket and manage querystring by config variable. (by @Henrrypg)

v16.0.4

12 Mar 06:49
Compare
Choose a tag to compare
  • [Bugfix] Fix a 403 error on exporting course content when the minio plugin is enabled. (by @FahadKhalid210)

v16.0.3

15 Dec 10:31
Compare
Choose a tag to compare
  • [Bugfix] Make LMS/Studio connnect to the right port in dev mode. (by @ormsbee)

v17.0.0

11 Dec 20:45
Compare
Choose a tag to compare
  • 💥[Feature] Upgrade to Quince. (by @FahadKhalid210)
  • [Bugfix] Make LMS/Studio connnect to the right port in dev mode. (by @ormsbee)

v16.0.2

08 Dec 10:42
Compare
Choose a tag to compare
  • [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)