Skip to content

Releases: openedx/RecommenderXBlock

v3.1.0

13 May 12:43
ebe2d1c

Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 1 to 4 by @dependabot in #103
  • build(deps): bump actions/setup-python from 2 to 5 by @dependabot in #102
  • build(deps): bump django from 4.2.16 to 4.2.17 in /requirements by @dependabot in #107
  • build(deps): bump lxml-html-clean from 0.2.2 to 0.4.0 in /requirements by @dependabot in #106
  • build(deps): bump django from 4.2.17 to 4.2.20 in /requirements by @dependabot in #108
  • refactor: replace use of mustache templates with edx-utils template by @navinkarkera in #105
  • fix: incorrect use of add_javascript function by @navinkarkera in #111
  • chore: bump version to 3.1.0 by @navinkarkera in #113

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

25 Oct 16:36
26cad98

Choose a tag to compare

What's Changed

  • RecommenderXBlock: Drop py3.8 support | Replace pkg_resources lib with importlib.resources by @beingfaisal in #98

New Contributors

Full Changelog: v2.2.1...v3.0.0

v2.2.1

24 Sep 14:22
707f5c1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

01 Apr 14:51
f9eb4e8

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

22 Jan 11:58
c05fd61

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...v2.1.1

removed python 3.5 classifier

05 Jun 08:46
8219fc2

Choose a tag to compare

2.0.1

removed python 3.5 classifier (#29)

Dropped support for python 3.5

04 Jun 15:11
9fbfb5a

Choose a tag to compare

dropped python 3.5 support and added requirement upgrade workflow

Fixing decoding issue.

10 Jul 21:00
3eaddb7

Choose a tag to compare

Edit page was not working due to this decoding issue in studio.
Replace deprecated code.

Updated the travis config to fix deployment for PyPi

05 May 11:18
b8ec05b

Choose a tag to compare

Merge pull request #18 from edx/travis_fix

Updated the travis config to deploy only against python 3.5

Added python 3.8 support and removed Django support < 2.2

04 May 16:40
a20cd1f

Choose a tag to compare

Merge pull request #17 from edx/BOM-1570

Updated the travis config -- BOM-1570