Releases: eduNEXT/eox-theming
Releases · eduNEXT/eox-theming
v10.0.0
What's Changed
- refactor: update static storage configuration for Django 5.2+ compatibility by @jignaciopm in #96
BREAKING CHANGES
- Updated static storage configuration for Django 5.2+, as a result this release is no longer compatible with versions < Ulmo
- Dropped Support for Django 4.2: Removed support for Django 4.2 in this plugin. As a result, we have also dropped support for Open edX releases from Palm up to and including Teak, which rely on Django 4.2.
Full Changelog: v9.3.1...v10.0.0
v9.3.1
What's Changed
- chore: update integration test workflow by @jignaciopm in #94
Full Changelog: v9.3.0...v9.3.1
v9.3.0
What's Changed
- docs: add configuration note by @luisfelipec95 in #85
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #86
- chore(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in #87
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #88
- chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #89
- chore: add support for Python 3.12 and Django 5.2 by @jignaciopm in #90
Full Changelog: v9.2.0...v9.3.0
v9.2.0
v9.1.0
What's Changed
- chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #83
- perf: teak release support by @luisfelipec95 in #82
Full Changelog: v9.0.0...v9.1.0
v9.0.0
What's Changed
- ci: set fail-fast as False to allow integration tests to continue on nightly Tutor failures by @magajh in #76
- chore(integration-tests-workflow): rename 'nightly' to 'main' by @magajh in #77
- chore: assign @eduNEXT/heimdall as codeowners by @magajh in #78
- chore(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.4 by @dependabot in #80
- Drop support for Python 3.8 and replace pkg_resources with importlib.resources by @luisfelipec95 in #81
New Contributors
- @luisfelipec95 made their first contribution in #81
Full Changelog: v8.1.0...v9.0.0
v8.1.0
8.1.0 (2024-11-28)
Continuous Integration
- Add dependabot config for enable github action auto update
AP-1514by @BryanttV in #69 - Use openedx commitlint workflow
AP-1595by @BryanttV in #75
Miscellaneous Chores
- Bump actions/cache from 3 to 4 by @dependabot in #70
- Bump mathieudutour/github-tag-action from 6.1 to 6.2 by @dependabot in #71
- Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 by @dependabot in #73
Performance Improvements
New Contributors
- @dependabot made their first contribution in #70
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
requirementshave been updated in line with theedx-platformRedwood release. Additionally, theGitHub workflowsdependencies 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_sourcesmethod 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_sourcesmethod 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)