From b4e02bff7da3a174ee116b0f6850377b4b18f1c2 Mon Sep 17 00:00:00 2001 From: carofun Date: Fri, 14 Oct 2022 10:18:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(ashley)=20bump=20version=20to=201.?= =?UTF-8?q?2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix wording unlock forums feature --- CHANGELOG.md | 9 ++++++++- UPGRADE.md | 2 ++ setup.cfg | 2 +- src/frontend/package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf190e2..58364012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.2.5] - 2022-10-14 + +### Fixed + +- Fix wording unlock forums feature + ## [1.2.4] - 2022-10-07 ### Added @@ -242,7 +248,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Update sandbox settings to be able to run Ashley in an `iframe` on multiple external websites -[unreleased]: https://github.com/openfun/ashley/compare/v1.2.4...master +[unreleased]: https://github.com/openfun/ashley/compare/v1.2.5...master +[1.2.5]: https://github.com/openfun/ashley/compare/v1.2.4...v1.2.5 [1.2.4]: https://github.com/openfun/ashley/compare/v1.2.3...v1.2.4 [1.2.3]: https://github.com/openfun/ashley/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/openfun/ashley/compare/v1.2.1...v1.2.2 diff --git a/UPGRADE.md b/UPGRADE.md index 1fe1b254..5889489e 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -15,6 +15,8 @@ They will be documented in this file: ### Unreleased +### Ashley 1.2.4 + A new permission has been added in this release : `can_unlock_course`. By default, this permission will only be added to new users with administrator or instructor roles. If you want to update the group permissions on users already diff --git a/setup.cfg b/setup.cfg index 5e174712..936cbfd3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ashley -version = 1.2.4 +version = 1.2.5 description = A self-hosted discussion forum for learning long_description = file:README.md long_description_content_type = text/markdown diff --git a/src/frontend/package.json b/src/frontend/package.json index 8666bfad..57165156 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ashley", - "version": "1.2.4", + "version": "1.2.5", "description": "A self-hosted discussion forum for learning", "scripts": { "build": "tsc --noEmit && webpack",