Releases: eduNEXT/eox-theming
v8.0.0
⚠ BREAKING CHANGES
- 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.
Release v7.2.0
v7.2.0 (2024-08-06)
Changed
- 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.
Fixed
- 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.
Release v7.0.0
7.0.0 (2024-01-26)
⚠ BREAKING CHANGES
-
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
Performance Improvements
Documentation
- bumpversion: v6.0.1 → 7.0.0 (6d6f259)
Release v6.0.1
Release v6.0.0
6.0.0 (2023-11-20)
⚠ BREAKING CHANGES
-
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
Performance Improvements
Documentation
- bumpversion: v5.0.0 → 6.0.0 (f879bbf)
Release v5.0.0
Release v4.0.1
Release v4.0.0
4.0.0 (2022-09-20)
⚠ BREAKING CHANGES
-
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
Performance Improvements
Documentation
- bumpversion: v3.1.0 → 4.0.0 (3491ff3)