Skip to content

Releases: eduNEXT/eox-theming

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)

Release v6.0.1

03 Jan 15:33

Choose a tag to compare

6.0.1 (2024-01-03)

Bug Fixes

  • improved handling of empty directories in get_dirs method (#51) (bd10dc3)

Documentation

  • bumpversion: v6.0.0 → 6.0.1 (ef3edf1)

Release v6.0.0

20 Nov 22:35

Choose a tag to compare

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

  • add compatibility with palm release (#50) (0f21bb2)

Documentation

  • bumpversion: v5.0.0 → 6.0.0 (f879bbf)