Skip to content

Commit

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

- Add a new section "Audience" to the course detail page
- Activate SSO connection with Open edX Hawthorn

Changed

- Rewordings via translations overrides
- Upgrade richie to 2.0.0-beta.13 (LMS bridge and language dropdown)
- Link the "help" button in menu to a page holding this "reverse id"
- On the search page, keep only the Subjects and Availability filters

Removed

- Remove the main section and contact button on the course detail
  page header

Fixed

- Reinstate English in development environment to allow generating
  demo site
- Add i18n messages compilation in the DockerFile so translations
  are ready
  • Loading branch information
sampaccoud committed Sep 1, 2020
1 parent 048cb1c commit 5118c77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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]

## [0.5.0] - 2020-08-31

### Added

- Add a new section "Audience" to the course detail page
Expand Down Expand Up @@ -59,7 +61,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

Initial release

[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.4.0...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.5.0...HEAD
[0.5.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.4.0...cnfpt-0.5.0
[0.4.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.3.0...cnfpt-0.4.0
[0.3.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.2.0...cnfpt-0.3.0
[0.2.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.1.0...cnfpt-0.2.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__ = "0.4.0"
__version__ = "0.5.0"
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": "0.4.0",
"version": "0.5.0",
"description": "Richie-powered CMS for mooc.cnfpt.fr",
"scripts": {
"prettier": "prettier '**/*.+(css|scss)'",
Expand Down

0 comments on commit 5118c77

Please sign in to comment.