Skip to content

Release v7.2.0

Compare
Choose a tag to compare
@bra-i-am bra-i-am released this 06 Aug 13:58
· 12 commits to master since this release
1e592c0

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.