Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 2.41 KB

CHANGELOG.rst

File metadata and controls

97 lines (67 loc) · 2.41 KB

Change Log

Unreleased

[1.4.0]- 2024-11-06

  • Deprecated edx-sphinx-theme and replaced it with sphinx-book-theme

[1.3.4]- 2023-06-16

  • Added management command to update existing LearnerPathwayProgress table.

[1.3.3]- 2022-10-07

  • Added a data migration to delete data for LearnerEnterprisePathwayMembership and LearnerPathwayProgress table.

[1.3.2]- 2022-09-07

  • Added enterprise with learner pathway membership.

[1.3.1]- 2022-09-01

  • Removed default attribute from LearnerPathwayProgress.learner_pathway_uuid field. This field must be provided at the time of instance creation.

[1.3.0]- 2022-08-11

  • Added endpoint for LearnerPathwayProgress model.

[1.2.3]- 2022-07-14

  • Update the pathway progress type.

[1.2.2]- 2022-07-05

  • Added waffle flag on the top of signals code.

[1.2.1]- 2022-06-20

  • Update signal to accept CourseLocator as course_key.

[1.2.0]- 2022-06-10

  • Add management command and signal to update learner pathway progress and membership.

[1.1.0] - 2022-06-02

Added

  • entry point for app
  • app_label in model

Changed

  • Plugin app configuration

[1.0.1] - 2022-06-01

Fixed

  • Version in __init__.py

Changed

  • name of package in setup.py file

[1.0.0] - 2022-06-01

Added

  • Basic skeleton of the app.
  • LearnerPathwayMembership model.

Changed

  • main branch from main to master