Skip to content

Commit

Permalink
🔖(chore) bump to 2.14.0
Browse files Browse the repository at this point in the history
Added
- Add management command to delete orders stuck in signing states and orders
  stuck in `to_save_payment_method` to purchase a product of type certificate
- BD: Add `updated_on` date field to the order list view

Fixed
- BO: Set properly the `is_graded` property on target course creation
- BO: Allow to use nested TranslatableForms
- Allow a user to create a new order when the previous order already
  exists but it is in `refunding` or `refunded` state
- Prevent multiple payments if the provider server has a problem
- Fix the logic to get the organization with the least active orders
  to assign which could have duplicated orders in its sum.
  • Loading branch information
jbpenrath committed Jan 29, 2025
1 parent ef3a34a commit c383a56
Show file tree
Hide file tree
Showing 17 changed files with 330 additions and 314 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to

## [Unreleased]

## [2.14.0] - 2025-01-29

### Added

- Add management command to delete orders stuck in signing states and orders
stuck in `to_save_payment_method` to purchase a product of type certificate
- BD: Add `updated_on` date field to the order list view

### Fixed

- BO: Set properly the `is_graded` property on target course creation
Expand All @@ -18,16 +26,11 @@ and this project adheres to
- Fix the logic to get the organization with the least active orders
to assign which could have duplicated orders in its sum.

### Added

- BD: Add `updated_on` date field to the order list view

## [2.13.0] - 2025-01-15

### Added

- Add management command to delete orders stuck in signing states and orders
stuck in `to_save_payment_method` to purchase a product of type certificate
- Add order export to CSV in back office
- Branded Unicamp degrees

Expand Down Expand Up @@ -567,7 +570,8 @@ and this project adheres to
- First working version serving sellable micro-credentials for multiple
organizations synchronized to a remote catalog

[unreleased]: https://github.com/openfun/joanie/compare/v2.13.0...main
[unreleased]: https://github.com/openfun/joanie/compare/v2.14.0...main
[2.14.0]: https://github.com/openfun/joanie/compare/v2.13.0...v2.14.0
[2.13.0]: https://github.com/openfun/joanie/compare/v2.12.0...v2.13.0
[2.12.0]: https://github.com/openfun/joanie/compare/v2.11.0...v2.12.0
[2.11.0]: https://github.com/openfun/joanie/compare/v2.10.0...v2.11.0
Expand Down
2 changes: 1 addition & 1 deletion arnold.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# arnold.yml
metadata:
name: joanie
version: 2.13.0
version: 2.14.0
source:
path: src/tray
Binary file modified src/backend/locale/es_ES/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit c383a56

Please sign in to comment.