Skip to content

v11.0.0

Choose a tag to compare

@magajh magajh released this 28 Oct 22:23
5f4bcb8

11.0.0 (2024-10-28)

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

Tests

  • Add integration tests for the enrollments api AP-1346 by @BryanttV in #280
  • Add fake user data for testing purposes AP-1346 by @BryanttV in #281
  • Add integration tests for the pre-enrollments api AP-1405 by @BryanttV in #289

Miscellaneous Chores

  • Remove old enrollments api integrations tests AP-1346 by @BryanttV in #282

Continuous Integration

  • Use github application instead of pat in workflows AP-1309 by @BryanttV in #284
  • Update workflow for integration tests by @magajh in #288