Skip to content

Commit

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

- Set Django Check SEO up

Changed

- Remove `MARKETING_CONTEXT` and use `WEB_ANALYTICS_*` context instead
- 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 73bd73d commit 6a8f89f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
5 changes: 4 additions & 1 deletion sites/funmooc/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-09-30

### Added

- Set Django Check SEO up
Expand Down Expand Up @@ -469,7 +471,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Static and media files are stored in AWS S3 buckets and distributed _via_
Amazon CloudFront

[unreleased]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.8.1...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.9.0...HEAD
[1.9.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.8.1...funmooc-1.9.0
[1.8.1]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.8.0...funmooc-1.8.1
[1.8.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.7.0...funmooc-1.8.0
[1.7.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.6.1...funmooc-1.7.0
Expand Down
2 changes: 1 addition & 1 deletion sites/funmooc/src/backend/funmooc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8.1"
__version__ = "1.9.0"
22 changes: 11 additions & 11 deletions sites/funmooc/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-28 12:31+0200\n"
"POT-Creation-Date: 2021-09-30 16:28+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 @@ -49,43 +49,43 @@ msgstr ""
msgid "Teaser"
msgstr "Accroche"

#: funmooc/settings.py:387 funmooc/settings.py:391
#: funmooc/settings.py:388 funmooc/settings.py:392
msgid "New courses"
msgstr "Nouveaux cours"

#: funmooc/settings.py:402
#: funmooc/settings.py:403
msgid "Availability"
msgstr "Disponibilité"

#: funmooc/settings.py:412
#: funmooc/settings.py:413
msgid "Languages"
msgstr "Langues"

#: funmooc/settings.py:427
#: funmooc/settings.py:428
msgid "Types"
msgstr ""

#: funmooc/settings.py:440
#: funmooc/settings.py:441
msgid "Subjects"
msgstr "Thématiques"

#: funmooc/settings.py:453
#: funmooc/settings.py:454
msgid "Collections"
msgstr "Collections"

#: funmooc/settings.py:466
#: funmooc/settings.py:467
msgid "Organizations"
msgstr "Établissements"

#: funmooc/settings.py:479
#: funmooc/settings.py:480
msgid "Contributors"
msgstr "Contributeurs"

#: funmooc/settings.py:499 funmooc/settings.py:514
#: funmooc/settings.py:500 funmooc/settings.py:515
msgid "English"
msgstr "Anglais"

#: funmooc/settings.py:499 funmooc/settings.py:522
#: funmooc/settings.py:500 funmooc/settings.py:523
msgid "French"
msgstr "Français"

Expand Down
2 changes: 1 addition & 1 deletion sites/funmooc/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funmooc",
"version": "1.8.1",
"version": "1.9.0",
"description": "Richie-powered CMS for fun-mooc.fr",
"scripts": {
"build-sass-production": "sass scss/_main.scss ../backend/base/static/richie/css/main.css --style=compressed --load-path=node_modules",
Expand Down

0 comments on commit 6a8f89f

Please sign in to comment.