Skip to content

Commit

Permalink
🔖(funcorporate) bump to version 1.9.0
Browse files Browse the repository at this point in the history
Changed

- Upgrade richie to 2.5.0
  • Loading branch information
jbpenrath committed Apr 22, 2021
1 parent 55d4d68 commit 1ded07c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
5 changes: 4 additions & 1 deletion sites/funcorporate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sites/funcorporate/src/backend/funcorporate/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8.0"
__version__ = "1.9.0"
14 changes: 7 additions & 7 deletions sites/funcorporate/src/backend/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -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"

Expand Down
14 changes: 7 additions & 7 deletions sites/funcorporate/src/backend/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion sites/funcorporate/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1ded07c

Please sign in to comment.