Skip to content

Releases: overhangio/tutor-ecommerce

v17.0.2

09 Apr 12:21
Compare
Choose a tag to compare
  • [Feature] Make it possible to use mounts for a local development. (by @cmltaWt0)

  • [bugFix] Change the ecommerce MFEs remotes from edx to openedx. (by @christopappas)

v17.0.1

05 Mar 13:15
Compare
Choose a tag to compare
  • [Improvement] Added flex_run_environment setting variable for cybersource payment. Updated docs for it as well. (by @Danyal-Faheem)

  • [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on pkg_resources. (by @regisb)

  • [Bugfix] Add forward slash at the end of payment page url. Payment page appears to be blank without forward slash in production. (by @Faraz32123)

v17.0.0

11 Dec 23:36
Compare
Choose a tag to compare
  • 💥 [Feature] Upgrade to Quince. (by @ziafazal)

v16.0.4

11 Dec 11:35
Compare
Choose a tag to compare
  • [Bugfix] Fix 500 internal server error due to lms_user_id not found on accessing the ecommerce admin panel. (by @Faraz32123)

v16.0.3

11 Dec 11:14
Compare
Choose a tag to compare
  • [Bugfix] Fix error during init task: "'tuple object' has no attribute 'name'". (by @regisb)

v16.0.2

09 Dec 18:25
Compare
Choose a tag to compare

[Bugfix] Mounted settings in kubernetes. (by @hoffmannkrzysztof)

v16.0.1

08 Dec 10:21
Compare
Choose a tag to compare
  • [Improvement] Add a changelog file to this plugin. (by @regisb)
  • [Feature] Improve support of auto-mounted ecommerce repository. (by @regisb)
  • [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)
  • [Feature] Add patch ecommerce-dockerfile-pre-assets. (by @igobranco)
  • [Bugfix] Switch ecommerce MFE port from 1996 to 7296, as it clashes with the new learner dashboard. (by @regisb)