Skip to content

Commit

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

- Add translations for new strings
- Deactivate english language
- Upgrade richie to 2.0.0-beta.11
- Enable Django CMS page cache for non-staff users
- Enable cache for content and sessions

Fixed

- Fix translation overrides by configuring the specific "locale" directory
  • Loading branch information
madmatah committed Aug 20, 2020
1 parent 852014a commit f3b7065
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 39 deletions.
72 changes: 36 additions & 36 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,74 +326,74 @@ jobs:
version: 2.1
workflows:
cnfpt:
jobs:
- no-change:
filters:
tags:
only: /.*/
name: no-change-cnfpt
demo:
jobs:
- check-changelog:
filters:
branches:
ignore: master
name: check-changelog-demo
site: demo
name: check-changelog-cnfpt
site: cnfpt
- lint-changelog:
filters:
branches:
ignore: master
tags:
only: /demo-.*/
name: lint-changelog--demo
site: demo
only: /cnfpt-.*/
name: lint-changelog--cnfpt
site: cnfpt
- build-front-production:
filters:
tags:
only: /demo-.*/
name: build-front-production-demo
site: demo
only: /cnfpt-.*/
name: build-front-production-cnfpt
site: cnfpt
- lint-front:
filters:
tags:
only: /demo-.*/
name: lint-front-demo
only: /cnfpt-.*/
name: lint-front-cnfpt
requires:
- build-front-production-demo
site: demo
- build-front-production-cnfpt
site: cnfpt
- build-back:
filters:
tags:
only: /demo-.*/
name: build-back-demo
site: demo
only: /cnfpt-.*/
name: build-back-cnfpt
site: cnfpt
- lint-back:
filters:
tags:
only: /demo-.*/
name: lint-back-demo
only: /cnfpt-.*/
name: lint-back-cnfpt
requires:
- build-back-demo
site: demo
- build-back-cnfpt
site: cnfpt
- test-back:
filters:
tags:
only: /demo-.*/
name: test-back-demo
only: /cnfpt-.*/
name: test-back-cnfpt
requires:
- build-back-demo
site: demo
- build-back-cnfpt
site: cnfpt
- hub:
filters:
tags:
only: /^demo-.*/
image_name: richie-demo
name: hub-demo
only: /^cnfpt-.*/
image_name: cnfpt
name: hub-cnfpt
requires:
- lint-front-demo
- lint-back-demo
site: demo
- lint-front-cnfpt
- lint-back-cnfpt
site: cnfpt
demo:
jobs:
- no-change:
filters:
tags:
only: /.*/
name: no-change-demo
funcampus:
jobs:
- no-change:
Expand Down
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.4.0] - 2020-08-20

### Changed

- Add translations for new strings
Expand Down Expand Up @@ -36,7 +38,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

Initial release

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

0 comments on commit f3b7065

Please sign in to comment.