This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
Releases: overhangio/tutor-ecommerce
Releases · overhangio/tutor-ecommerce
v19.0.0
- 💥[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
- [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
- 💥[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
toopenedx
. (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
v17.0.1
-
[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
v16.0.4
- [Bugfix] Fix 500 internal server error due to lms_user_id not found on accessing the ecommerce admin panel. (by @Faraz32123)
v16.0.3
v16.0.2
[Bugfix] Mounted settings in kubernetes. (by @hoffmannkrzysztof)
v16.0.1
- [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)