diff --git a/sites/funcorporate/CHANGELOG.md b/sites/funcorporate/CHANGELOG.md index 080dba62..e03227dc 100644 --- a/sites/funcorporate/CHANGELOG.md +++ b/sites/funcorporate/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.9.0] - 2021-04-22 + ### Changed - Upgrade richie to 2.5.0 @@ -243,7 +245,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Update project urls to add styleguide and account views. - Update layout color theme and logo to fit fun-corporate mockups. -[unreleased]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.8.0...HEAD +[unreleased]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.9.0...HEAD +[1.9.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.8.0...funcorporate-1.9.0 [1.8.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.7.0...funcorporate-1.8.0 [1.7.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.6.0...funcorporate-1.7.0 [1.6.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.5.0...funcorporate-1.6.0 diff --git a/sites/funcorporate/src/backend/funcorporate/__init__.py b/sites/funcorporate/src/backend/funcorporate/__init__.py index 29654eec..0a0a43a5 100644 --- a/sites/funcorporate/src/backend/funcorporate/__init__.py +++ b/sites/funcorporate/src/backend/funcorporate/__init__.py @@ -1 +1 @@ -__version__ = "1.8.0" +__version__ = "1.9.0" diff --git a/sites/funcorporate/src/backend/locale/en/LC_MESSAGES/django.po b/sites/funcorporate/src/backend/locale/en/LC_MESSAGES/django.po index b7294834..263c4c08 100644 --- a/sites/funcorporate/src/backend/locale/en/LC_MESSAGES/django.po +++ b/sites/funcorporate/src/backend/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-05 17:24+0100\n" +"POT-Creation-Date: 2021-04-22 10:20+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,27 +21,27 @@ msgstr "" msgid "Unsorted uploads are not allowed." msgstr "" -#: funcorporate/settings.py:309 funcorporate/settings.py:324 +#: funcorporate/settings.py:310 funcorporate/settings.py:325 msgid "English" msgstr "" -#: funcorporate/settings.py:309 funcorporate/settings.py:332 +#: funcorporate/settings.py:310 funcorporate/settings.py:333 msgid "French" msgstr "" -#: funcorporate/settings.py:342 +#: funcorporate/settings.py:343 msgid "Teaser" msgstr "" -#: funcorporate/settings.py:356 +#: funcorporate/settings.py:357 msgid "Training domains" msgstr "" -#: funcorporate/settings.py:369 +#: funcorporate/settings.py:370 msgid "Organizations" msgstr "" -#: funcorporate/settings.py:381 +#: funcorporate/settings.py:382 msgid "Persons" msgstr "Teachers" diff --git a/sites/funcorporate/src/backend/locale/fr/LC_MESSAGES/django.po b/sites/funcorporate/src/backend/locale/fr/LC_MESSAGES/django.po index 83665316..a56b5206 100644 --- a/sites/funcorporate/src/backend/locale/fr/LC_MESSAGES/django.po +++ b/sites/funcorporate/src/backend/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-05 17:24+0100\n" +"POT-Creation-Date: 2021-04-22 10:20+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,27 +21,27 @@ msgstr "" msgid "Unsorted uploads are not allowed." msgstr "Les téléchargements non classés sont interdits" -#: funcorporate/settings.py:309 funcorporate/settings.py:324 +#: funcorporate/settings.py:310 funcorporate/settings.py:325 msgid "English" msgstr "Anglais" -#: funcorporate/settings.py:309 funcorporate/settings.py:332 +#: funcorporate/settings.py:310 funcorporate/settings.py:333 msgid "French" msgstr "Français" -#: funcorporate/settings.py:342 +#: funcorporate/settings.py:343 msgid "Teaser" msgstr "Accroche" -#: funcorporate/settings.py:356 +#: funcorporate/settings.py:357 msgid "Training domains" msgstr "Domaines de formation" -#: funcorporate/settings.py:369 +#: funcorporate/settings.py:370 msgid "Organizations" msgstr "Établissements" -#: funcorporate/settings.py:381 +#: funcorporate/settings.py:382 msgid "Persons" msgstr "Professeurs" diff --git a/sites/funcorporate/src/frontend/package.json b/sites/funcorporate/src/frontend/package.json index f099bc2b..9945cc06 100644 --- a/sites/funcorporate/src/frontend/package.json +++ b/sites/funcorporate/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "funcorporate", - "version": "1.8.0", + "version": "1.9.0", "description": "The future www.fun-corporate.fr website based on https://github.com/openfun/richie", "scripts": { "build-ts": "webpack --config node_modules/richie-education/webpack.config.js --output-path ../backend/base/static/richie/js/build --env richie-dependent-build --env richie-settings=overrides.json",