Skip to content

Commit

Permalink
🔖(minor) bump to 2.5.0
Browse files Browse the repository at this point in the history
Added
- Add `created_on` column to the `Order` list view in the backoffice

Changed
- Do not update OpenEdX enrollment if this one is already up-to-date on the
remote lms
  • Loading branch information
jbpenrath committed Jun 25, 2024
1 parent bc16578 commit 04393da
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 12 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ and this project adheres to

## [Unreleased]

## [2.5.0] - 2024-06-25

### Added

- Add `created_on` column to the `Order` list view in the backoffice

### Changed

- Do not update OpenEdX enrollment if this one is already
up-to-date on the remote lms
-
### Added

- Add `created_on` column to the `Order` list view in the backoffice

## [2.4.0] - 2024-06-21

Expand Down Expand Up @@ -370,7 +373,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.4.0...main
[unreleased]: https://github.com/openfun/joanie/compare/v2.5.0...main
[2.5.0]: https://github.com/openfun/joanie/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/openfun/joanie/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/openfun/joanie/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/openfun/joanie/compare/v2.1.0...v2.2.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.4.0
version: 2.5.0
source:
path: src/tray
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "joanie"
version = "2.4.0"
version = "2.5.0"
authors = [{ "name" = "Open FUN (France Université Numérique)", "email" = "[email protected]" }]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
4 changes: 4 additions & 0 deletions src/frontend/admin/i18n/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,10 @@
"description": "Text for the search input placeholder",
"message": "Search by product title, owner (full name or email), organization (code or title), course code"
},
"components.templates.orders.list.createdOn": {
"description": "Label for the created on header inside the table",
"message": "Created on"
},
"components.templates.orders.list.id": {
"description": "Label for the id header inside the table",
"message": "ID"
Expand Down
4 changes: 4 additions & 0 deletions src/frontend/admin/i18n/locales/fr-CA.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,10 @@
"description": "Text for the search input placeholder",
"message": "Search by product title, owner (full name or email), organization (code or title), course code"
},
"components.templates.orders.list.createdOn": {
"description": "Label for the created on header inside the table",
"message": "Created on"
},
"components.templates.orders.list.id": {
"description": "Label for the id header inside the table",
"message": "ID"
Expand Down
4 changes: 4 additions & 0 deletions src/frontend/admin/i18n/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,10 @@
"description": "Text for the search input placeholder",
"message": "Rechercher par titre du produit, propriétaire (nom complet ou e-mail), établissement (code ou titre), code du cours"
},
"components.templates.orders.list.createdOn": {
"description": "Label for the created on header inside the table",
"message": "Créée le"
},
"components.templates.orders.list.id": {
"description": "Label for the id header inside the table",
"message": "ID"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin",
"version": "2.4.0",
"version": "2.5.0",
"private": true,
"scripts": {
"dev": "next dev -p 8072",
Expand Down
1 change: 1 addition & 0 deletions src/frontend/admin/src/translations/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
"components.templates.orders.buttons.orderActionsButton.generateCertificate": "Generate certificate",
"components.templates.orders.buttons.orderActionsButton.orderActionsLabel": "Actions",
"components.templates.orders.filters.OrderFilters.searchPlaceholder": "Search by product title, owner (full name or email), organization (code or title), course code",
"components.templates.orders.list.createdOn": "Created on",
"components.templates.orders.list.id": "ID",
"components.templates.orders.list.organizationTitle": "Organization",
"components.templates.orders.list.owner": "Owner",
Expand Down
1 change: 1 addition & 0 deletions src/frontend/admin/src/translations/fr-CA.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
"components.templates.orders.buttons.orderActionsButton.generateCertificate": "Generate certificate",
"components.templates.orders.buttons.orderActionsButton.orderActionsLabel": "Actions",
"components.templates.orders.filters.OrderFilters.searchPlaceholder": "Search by product title, owner (full name or email), organization (code or title), course code",
"components.templates.orders.list.createdOn": "Created on",
"components.templates.orders.list.id": "ID",
"components.templates.orders.list.organizationTitle": "Organization",
"components.templates.orders.list.owner": "Owner",
Expand Down
1 change: 1 addition & 0 deletions src/frontend/admin/src/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
"components.templates.orders.buttons.orderActionsButton.generateCertificate": "Générer le certificat",
"components.templates.orders.buttons.orderActionsButton.orderActionsLabel": "Actions",
"components.templates.orders.filters.OrderFilters.searchPlaceholder": "Rechercher par titre du produit, propriétaire (nom complet ou e-mail), établissement (code ou titre), code du cours",
"components.templates.orders.list.createdOn": "Créée le",
"components.templates.orders.list.id": "ID",
"components.templates.orders.list.organizationTitle": "Établissement",
"components.templates.orders.list.owner": "Propriétaire",
Expand Down
2 changes: 1 addition & 1 deletion src/mail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mail_mjml",
"version": "2.1.0",
"version": "2.5.0",
"description": "An util to generate html and text django's templates from mjml templates",
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/openApiClientJs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joanie-openapi-client-ts",
"version": "2.1.0",
"version": "2.5.0",
"private": true,
"description": "Tool to generate Typescript api client for joanie",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/tray/tray.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
metadata:
name: joanie
version: 2.4.0
version: 2.5.0
4 changes: 2 additions & 2 deletions src/tray/vars/all/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ joanie_nginx_static_cache_expires: "1M"

# -- admin nginx
joanie_admin_nginx_image_name: "fundocker/joanie-admin"
joanie_admin_nginx_image_tag: "2.4.0"
joanie_admin_nginx_image_tag: "2.5.0"
joanie_admin_nginx_port: 8061
joanie_admin_nginx_replicas: 1
joanie_admin_nginx_healthcheck_port: 5000
Expand All @@ -41,7 +41,7 @@ joanie_database_secret_name: "joanie-postgresql-{{ joanie_vault_checksum | defau

# -- joanie
joanie_image_name: "fundocker/joanie"
joanie_image_tag: "2.4.0"
joanie_image_tag: "2.5.0"
# The image pull secret name should match the name of your secret created to
# login to your private docker registry
joanie_image_pull_secret_name: ""
Expand Down

0 comments on commit 04393da

Please sign in to comment.