Releases: openedx/openedx-ledger
Releases · openedx/openedx-ledger
1.4.3
What's Changed
- build: codecov shouldn't fail ci by @iloveagent57 in #79
- Python Requirements Update by @edx-requirements-bot in #80
- feat: Update help text for adjustments by @brobro10000 in #84
Full Changelog: 1.4.2...1.4.3
1.4.2
1.4.1 | python 3.12 support
1.4.0 | feat: Add parent_content_key field to Transaction model
Merge pull request #60 from openedx/pwnage101/ENT-8389 feat: Add parent_content_key field to Transaction model
1.3.3
What's Changed
- Python Requirements Update by @edx-requirements-bot in #54
- Python Requirements Update by @edx-requirements-bot in #56
- Python Requirements Update by @edx-requirements-bot in #57
- chore: Update requirements. by @macdiesel in #58
Full Changelog: 1.3.2...1.3.3
1.3.2 | fixing a kwarg typo
- fixing a kwarg typo
1.3.1
1.3.0 | add lms_user_email content_title to transactions
[1.3.0]
- Add optional
lms_user_email
andcontent_title
to theTransaction
model
1.2.0 | Add an `Adjustment` model
Adds the ability to credit (or debit) manually from a ledger via an Adjustment
model, outside the context of a redemption/enrollment, in the event of dispute or confusion.