Skip to content

Releases: eduNEXT/eox-theming

v10.0.0

18 Feb 11:42
da5eccd

Choose a tag to compare

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

21 Jan 15:02
9f33af4

Choose a tag to compare

What's Changed

Full Changelog: v9.3.0...v9.3.1

v9.3.0

14 Oct 21:07
6aaff94

Choose a tag to compare

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

08 Jul 10:03
ebcd71b

Choose a tag to compare

What's Changed

  • feat: add teak and remove redwood tutor versions from integration tests by @magajh in #84

Full Changelog: v9.1.0...v9.2.0

v9.1.0

19 Jun 23:38
6f25115

Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.1.0

v9.0.0

11 Feb 23:08
4c3e80e

Choose a tag to compare

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

Full Changelog: v8.1.0...v9.0.0

v8.1.0

28 Nov 14:35
33bc6af

Choose a tag to compare

8.1.0 (2024-11-28)

Continuous Integration

  • Add dependabot config for enable github action auto update AP-1514 by @BryanttV in #69
  • Use openedx commitlint workflow AP-1595 by @BryanttV in #75

Miscellaneous Chores

Performance Improvements

New Contributors

v8.0.0

28 Oct 22:40
8d1389b

Choose a tag to compare

⚠ 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

06 Aug 13:58
1e592c0

Choose a tag to compare

v7.2.0 (2024-08-06)

Changed

  • Redwood Support: The requirements have been updated in line with the edx-platform Redwood release. Additionally, the GitHub 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 the get_theme_template_sources method from the EoxThemeFilesystemLoader, which retrieves the template directories not only for the current theme but also for its parent and grandparent themes.

Release v7.0.0

26 Jan 00:50

Choose a tag to compare

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

  • add compatibility with Quince release (#52) (38970ba)

Documentation

  • bumpversion: v6.0.1 → 7.0.0 (6d6f259)