Skip to content

Commit 3340b96

Browse files
committed
🔖(chore) bump to 3.1.2
Fixed - Rename contract_definition to contract_definition_order in the back office
1 parent bf2fabf commit 3340b96

File tree

16 files changed

+41
-38
lines changed

16 files changed

+41
-38
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [3.1.2] - 2025-11-06
12+
1113
### Fixed
1214

1315
- Rename contract_definition to contract_definition_order in the back office
@@ -749,7 +751,8 @@ and this project adheres to
749751
- First working version serving sellable micro-credentials for multiple
750752
organizations synchronized to a remote catalog
751753

752-
[unreleased]: https://github.com/openfun/joanie/compare/v3.1.1...main
754+
[unreleased]: https://github.com/openfun/joanie/compare/v3.1.2...main
755+
[3.1.2]: https://github.com/openfun/joanie/compare/v3.1.1...v3.1.2
753756
[3.1.1]: https://github.com/openfun/joanie/compare/v3.1.0...v3.1.1
754757
[3.1.0]: https://github.com/openfun/joanie/compare/v3.0.4...v3.1.0
755758
[3.0.4]: https://github.com/openfun/joanie/compare/v3.0.3...v3.0.4

arnold.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# arnold.yml
22
metadata:
33
name: joanie
4-
version: 3.1.1
4+
version: 3.1.2
55
source:
66
path: src/tray
0 Bytes
Binary file not shown.

src/backend/locale/fr_FR/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: joanie\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2025-10-10 09:34+0000\n"
6-
"PO-Revision-Date: 2025-11-03 14:48\n"
6+
"PO-Revision-Date: 2025-11-06 12:46\n"
77
"Last-Translator: \n"
88
"Language-Team: French\n"
99
"Language: fr_FR\n"

src/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "joanie"
10-
version = "3.1.1"
10+
version = "3.1.2"
1111
authors = [{ "name" = "Open FUN (France Université Numérique)", "email" = "[email protected]" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

src/frontend/admin/i18n/locales/es-ES.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,16 +1307,16 @@
13071307
"description": "Title for the course runs selection section",
13081308
"message": "Course run selection"
13091309
},
1310-
"components.templates.products.form.translations.contractDefinition": {
1311-
"description": "Label for the contract definition input",
1310+
"components.templates.products.form.translations.contractDefinitionOrder": {
1311+
"description": "Label for the contract definition order input",
13121312
"message": "Contract definition"
13131313
},
1314-
"components.templates.products.form.translations.contractDefinitionHelper": {
1315-
"description": "Helper text for the contract definition input",
1314+
"components.templates.products.form.translations.contractDefinitionOrderHelper": {
1315+
"description": "Helper text for the contract definition order input",
13161316
"message": "This is a contract template that will be used when purchasing the product"
13171317
},
1318-
"components.templates.products.form.translations.contractDefinitionPlaceholder": {
1319-
"description": "placeholder text for the contract definition input",
1318+
"components.templates.products.form.translations.contractDefinitionOrderPlaceholder": {
1319+
"description": "placeholder text for the contract definition order input",
13201320
"message": "Search a contract definition"
13211321
},
13221322
"components.templates.products.form.translations.definition": {

src/frontend/admin/i18n/locales/fr-CA.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,16 +1307,16 @@
13071307
"description": "Title for the course runs selection section",
13081308
"message": "Course run selection"
13091309
},
1310-
"components.templates.products.form.translations.contractDefinition": {
1311-
"description": "Label for the contract definition input",
1310+
"components.templates.products.form.translations.contractDefinitionOrder": {
1311+
"description": "Label for the contract definition order input",
13121312
"message": "Contract definition"
13131313
},
1314-
"components.templates.products.form.translations.contractDefinitionHelper": {
1315-
"description": "Helper text for the contract definition input",
1314+
"components.templates.products.form.translations.contractDefinitionOrderHelper": {
1315+
"description": "Helper text for the contract definition order input",
13161316
"message": "This is a contract template that will be used when purchasing the product"
13171317
},
1318-
"components.templates.products.form.translations.contractDefinitionPlaceholder": {
1319-
"description": "placeholder text for the contract definition input",
1318+
"components.templates.products.form.translations.contractDefinitionOrderPlaceholder": {
1319+
"description": "placeholder text for the contract definition order input",
13201320
"message": "Search a contract definition"
13211321
},
13221322
"components.templates.products.form.translations.definition": {

src/frontend/admin/i18n/locales/fr-FR.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,16 +1307,16 @@
13071307
"description": "Title for the course runs selection section",
13081308
"message": "Sélection des sessions de cours"
13091309
},
1310-
"components.templates.products.form.translations.contractDefinition": {
1311-
"description": "Label for the contract definition input",
1312-
"message": "Modèle de contrat"
1310+
"components.templates.products.form.translations.contractDefinitionOrder": {
1311+
"description": "Label for the contract definition order input",
1312+
"message": "Définition de contrat"
13131313
},
1314-
"components.templates.products.form.translations.contractDefinitionHelper": {
1315-
"description": "Helper text for the contract definition input",
1314+
"components.templates.products.form.translations.contractDefinitionOrderHelper": {
1315+
"description": "Helper text for the contract definition order input",
13161316
"message": "Il s'agit d'un modèle de contrat qui sera utilisé lors de l'achat du produit"
13171317
},
1318-
"components.templates.products.form.translations.contractDefinitionPlaceholder": {
1319-
"description": "placeholder text for the contract definition input",
1318+
"components.templates.products.form.translations.contractDefinitionOrderPlaceholder": {
1319+
"description": "placeholder text for the contract definition order input",
13201320
"message": "Rechercher un modèle de contrat"
13211321
},
13221322
"components.templates.products.form.translations.definition": {

src/frontend/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 8072",

src/frontend/admin/src/translations/es-ES.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@
326326
"components.templates.products.form.translations.certificationSectionWizardTitle": "Certification",
327327
"components.templates.products.form.translations.choiceTargetCourseCourseRunModalAlertContent": "By default all course runs are selected, turn this switch on if you want to choose which course runs are selected.",
328328
"components.templates.products.form.translations.choiceTargetCourseCourseRunModalTitle": "Course run selection",
329-
"components.templates.products.form.translations.contractDefinition": "Contract definition",
330-
"components.templates.products.form.translations.contractDefinitionHelper": "This is a contract template that will be used when purchasing the product",
331-
"components.templates.products.form.translations.contractDefinitionPlaceholder": "Search a contract definition",
329+
"components.templates.products.form.translations.contractDefinitionOrder": "Contract definition",
330+
"components.templates.products.form.translations.contractDefinitionOrderHelper": "This is a contract template that will be used when purchasing the product",
331+
"components.templates.products.form.translations.contractDefinitionOrderPlaceholder": "Search a contract definition",
332332
"components.templates.products.form.translations.definition": "Certificate definition",
333333
"components.templates.products.form.translations.definitionHelper": "Used for the generation of the certificate of completion of the course",
334334
"components.templates.products.form.translations.financialInformationTitle": "Financial information's",

0 commit comments

Comments
 (0)