Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Releases: overhangio/tutor-ecommerce

v19.0.0

16 Dec 20:55
Compare
Choose a tag to compare
  • 💥[Feature] Upgrade to Sumac. (by @Faraz32123)
    • tutor-ecommerce will be deprecated with this release as the underlying e-commerce repositories have been archived. For more details, please refer to the deprecation ticket .i.e. #83.
  • [BugFix] Updating the uwsgi version to the latest fixes uwsgi: error while loading shared libraries: libpython3.12.so.1.0: cannot open shared object file: No such file or directory. (by @Faraz32123)

v18.0.1

13 Dec 13:15
Compare
Choose a tag to compare
  • [Bugfix] Fix legacy warnings during Docker build. (by @regisb)
  • [Bugfix] Fix ecommerce image build, which was failing because of a missing pkg-config apt package. (by @regisb)
  • 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @Faraz32123)
  • 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):
    • Rename master to release, as this branch runs the latest official Open edX release tag.
    • Rename nightly to main, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.

v18.0.0

20 Jun 08:39
de58c6d
Compare
Choose a tag to compare
  • 💥[Feature] Upgrade to Redwood. (by @Faraz32123)
  • [Feature] Add support to atlas pull - FC-0012 project, OEP-58. (by @shadinaif)
  • [Improvement] Change ecommerce and ecommerce-worker remotes from edx to openedx. (by @christopappas)
  • 💥[Feature] Upgrade Python version to 3.12.2. (by @Faraz32123)
  • [BugFix] Fix wrong mime type by adding mime-support dependency. (by @Faraz32123)

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)