Skip to content

Latest commit

 

History

History
190 lines (104 loc) · 6.29 KB

CHANGELOG.md

File metadata and controls

190 lines (104 loc) · 6.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v8.1.0 - (2024-11-27)

Changed

  • Sumac Support: Upgrade requirements base on edx-platform Sumac release and update integration tests to use new Sumac release with Tutor.

v8.0.0 - 2024-10-22

v8.0.0 - (2024-10-22)

⚠ 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.

v7.2.0 - 2024-07-24

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.

v7.1.0 - 2024-03-19

7.1.0 (2024-03-19)

Features

  • add workflow to add items to the Dedalo project DS-831 (#53) (cf7ee85)

v7.0.0 - 2024-01-26

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)

v6.0.1 - 2024-01-03

6.0.1 (2024-01-03)

Bug Fixes

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

v6.0.0 - 2023-11-20

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)

v5.0.0 - 2023-02-10

5.0.0 (2023-02-10)

⚠ BREAKING CHANGES

    • refactor: delete unsupported backends for older releases

Features

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

Continuous Integration

  • adds mantainer group (fe5daff)
  • update the changelog updater step in bumpversion (#42) (1c7aaa9)

v4.0.1 - 2022-10-10

4.0.1 (2022-10-10)

Bug Fixes

  • add workflow to publish in pypi (77b7e81)

Documentation

v4.0.0 - 2022-09-20

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)

[2.0.0] - 2021-11-09

Added

  • BREAKING CHANGE: Default backends for storage and mako are not compatible with Juniper or older versions anymore.
  • Tests for python 3.8.
  • Update readme with new information and formats.

Removed

  • Backends support to Ironwood.

[1.1.0] - 2020-12-17

Added

  • A new feature to add extra scripts in templates.

[1.0.1] - 2020-11-24

Changed

  • Fix typo.

[1.0.0] - 2020-11-05

Added

  • Support for the juniper release.
  • A new backend for the storages.

Changed

  • Middleware is now installed introspecting settings.MIDDLEWARE

Removed

  • Settings module aws.py. It was used only for compatibility with hawthorn releases.