Skip to content

Commit

Permalink
🔖(cnfpt) bump to version 1.8.0
Browse files Browse the repository at this point in the history
Added

- Set Django Check SEO up

Changed

- Upgrade richie to 2.8.1
- Rename `LTI_TEST_*` settings to `LTI_*` as "TEST" does not make sense here
  • Loading branch information
jbpenrath committed Sep 30, 2021
1 parent 2984ec0 commit 73bd73d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion sites/cnfpt/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.8.0] - 2021-09-30

### Added

- Set Django Check SEO up
Expand Down Expand Up @@ -231,7 +233,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

Initial release

[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.7.1...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.8.0...HEAD
[1.8.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.7.1...cnfpt-1.8.0
[1.7.1]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.7.0...cnfpt-1.7.1
[1.7.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.6.0...cnfpt-1.7.0
[1.6.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.5.0...cnfpt-1.6.0
Expand Down
2 changes: 1 addition & 1 deletion sites/cnfpt/src/backend/cnfpt/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.1"
__version__ = "1.8.0"
12 changes: 6 additions & 6 deletions sites/cnfpt/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-04-22 10:18+0200\n"
"POT-Creation-Date: 2021-09-30 15:59+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 Down Expand Up @@ -53,20 +53,20 @@ msgstr "Accroche"
msgid "Audience"
msgstr "Public"

#: cnfpt/settings.py:391 cnfpt/settings.py:406
#: cnfpt/settings.py:392 cnfpt/settings.py:407
msgid "English"
msgstr "Anglais"

#: cnfpt/settings.py:391 cnfpt/settings.py:414 cnfpt/settings.py:715
#: cnfpt/settings.py:730
#: cnfpt/settings.py:392 cnfpt/settings.py:415 cnfpt/settings.py:725
#: cnfpt/settings.py:740
msgid "French"
msgstr "Français"

#: cnfpt/settings.py:556
#: cnfpt/settings.py:557
msgid "Availability"
msgstr "Disponibilité"

#: cnfpt/settings.py:569
#: cnfpt/settings.py:570
msgid "Subjects"
msgstr "Thématiques"

Expand Down
2 changes: 1 addition & 1 deletion sites/cnfpt/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cnfpt",
"version": "1.7.1",
"version": "1.8.0",
"description": "Richie-powered CMS for mooc.cnfpt.fr",
"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 73bd73d

Please sign in to comment.