All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v8.1.0 - (2024-11-27)
- Sumac Support: Upgrade requirements base on edx-platform Sumac release and update integration tests to use new Sumac release with Tutor.
v8.0.0 - (2024-10-22)
- Dropped Support for Django 3.2: Removed support for Django 3.2 in this plugin. As a result, we have also dropped support for Open edX releases from Maple up to and including Palm, which rely on Django 3.2. Future versions of this plugin may not be compatible with these Open edX releases.
- Redwood Support: The
requirements
have been updated in line with theedx-platform
Redwood release. Additionally, theGitHub workflows
dependencies have been upgraded to the latest functional versions, and various documentation sections have been revised.
- Django templates were not found according to the THEME_OPTIONS definition: The issue occurred because the
get_theme_template_sources
method only returns the directory for the current theme, then if this directory doesn't exist, the default template is returned instead (issue #9). This problem was resolved by executing theget_theme_template_sources
method from theEoxThemeFilesystemLoader
, which retrieves the template directories not only for the current theme but also for its parent and grandparent themes.
7.1.0 (2024-03-19)
7.0.0 (2024-01-26)
-
add compatibility with quince release
-
chore: update constraints & upgrade requirements
-
fix: modify deprecated method
-
fix: was mandatory to send any get_response
-
chore: update github-actions
-
docs: update README for showing quince support
6.0.1 (2024-01-03)
6.0.0 (2023-11-20)
-
add compatibility with palm release
-
ci: update workflow dependencies
-
docs: update README
-
build: update plugin requirements
-
fix: message_control enabled weren't being used
-
refactor: allow 120 characters per line when pylint is executed
-
feat: override get_dirs method
-
chore: increase eox-tenant version
-
fix: gh-action-pypi-publish version
5.0.0 (2023-02-10)
-
- refactor: delete unsupported backends for older releases
4.0.1 (2022-10-10)
- add workflow to publish in pypi (77b7e81)
- update README file (e6bdc9f)
4.0.0 (2022-09-20)
- remove support version v3.1.0
- perf: add compatibility with openedx nutmeg release
- ci(circleci): remove ci and update github actions
- build: update requirements and tox
- docs: add nutmeg info to README file
- build: update requirements
- BREAKING CHANGE: Default backends for storage and mako are not compatible with Juniper or older versions anymore.
- Tests for python 3.8.
- Update readme with new information and formats.
- Backends support to Ironwood.
- A new feature to add extra scripts in templates.
- Fix typo.
- Support for the juniper release.
- A new backend for the storages.
- Middleware is now installed introspecting settings.MIDDLEWARE
- Settings module aws.py. It was used only for compatibility with hawthorn releases.