Skip to content

Commit

Permalink
🔖(minor) bump to 2.2.0
Browse files Browse the repository at this point in the history
Added
- BO : Highlight graded target courses in product detail view
- Add `payment_schedule` property to `OrderSerializer`
- Allow to filter enrollment through `is_active` field on the client API
- Add the possibility to add a syllabus inside the product form
- Add a command to trigger the daily due payments

Changed
- Complete Lyra payment creation payload

Fixed
- Lyra backend save card logic
- Manage invalid logging secret key
- Accesses list layout
- Product target course layout
- Update DatePicker with keyboard
- Order view when organization is not defined
  • Loading branch information
jbpenrath committed May 22, 2024
1 parent 7194457 commit 604ca69
Show file tree
Hide file tree
Showing 18 changed files with 513 additions and 378 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [2.2.0] - 2024-05-22

### Added

- BO : Highlight graded target courses in product detail view
Expand Down Expand Up @@ -316,7 +318,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.1.0...main
[unreleased]: https://github.com/openfun/joanie/compare/v2.2.0...main
[2.2.0]: https://github.com/openfun/joanie/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/openfun/joanie/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/openfun/joanie/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/openfun/joanie/compare/v1.2.0...v2.0.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.1.0
version: 2.2.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 604ca69

Please sign in to comment.