Skip to content

Releases: eduNEXT/eox-theming

v8.0.0

28 Oct 22:40
8d1389b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

Release v5.0.0

10 Feb 22:23
Compare
Choose a tag to compare

5.0.0 (2023-02-10)

⚠ BREAKING CHANGES

  • refactor: delete unsupported backends for older releases

Features

  • add compativility with olive realese (#44) (4025a14)

Build

  • update plugin requirements (4025a14)

Documentation

Continuous Integration

  • adds mantainer group (fe5daff)
  • update the changelog updater step in bumpversion (#42) (1c7aaa9)
  • update workflows dependencies (#44)) (4025a14)

Release v4.0.1

10 Oct 23:17
Compare
Choose a tag to compare

4.0.1 (2022-10-10)

Bug Fixes

  • add workflow to publish in pypi (77b7e81)

Documentation

  • update README file (e6bdc9f)
  • bumpversion: v4.0.0 → 4.0.1 (ab6953f)

Release v4.0.0

10 Oct 20:30
Compare
Choose a tag to compare

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

  • eox-theming support for Nutmeg release (#40) (5e094e7)

Documentation

  • bumpversion: v3.1.0 → 4.0.0 (3491ff3)

v3.1.0

25 Aug 19:43
eed3fbc
Compare
Choose a tag to compare

3.1.0 (2022-25-08)

Documentation

New Features

  • perf: adding a source faster compatibility source for eox-tenant by @felipemontoya in #37

New Contributors

v3.0.0

07 Mar 16:43
Compare
Choose a tag to compare

3.0.0 (2022-03-04)

⚠ BREAKING CHANGES

  • django32: Drop python 3.5 support in favor of python 3.8.

Documentation

  • add maple info to README file

Continuous Integration

  • add test suite to github actions

Refactor

  • add six package
  • solve style issues to pass all tests