From e6b09070ef9de8e990196bc2136e078cab509978 Mon Sep 17 00:00:00 2001 From: carofun Date: Tue, 18 Jan 2022 09:12:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(ashley)=20bump=20version=20to=201.?= =?UTF-8?q?1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added - use the name of a previous forum with the same `lti_id` - allow sorting forums on the home page - add a ribbon icon when an administrator is the writer of a post or a topic Fixed - automatically assign a public_username to instructors and administrators when none is defined for a user already existing - fix pagination for search results --- CHANGELOG.md | 15 +++++++++++---- setup.cfg | 2 +- src/frontend/package.json | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba742b7..cbd3eb74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,21 +8,27 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.2] - 2022-01-18 + ### Added - use the name of a previous forum with the same `lti_id` - allow sorting forums on the home page - add a ribbon icon when an administrator is the writer of a post or a topic +### Fixed + +- automatically assign a public_username to instructors and administrators + when none is defined for a user already existing +- fix pagination for search results + ## [1.1.1] - 2021-11-03 ### Fixed - exclude archived forums from the list of forums to move topics to - exclude archived forums from the list of forums of advanced search -- automatically assign a public_username to instructors and administrators - when none is defined for a user already existing -- fix pagination for search results + ## [1.1.0] - 2021-10-28 @@ -193,7 +199,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.1.1...master +[unreleased]: https://github.com/openfun/ashley/compare/v1.1.2...master +[1.1.2]: https://github.com/openfun/ashley/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/openfun/ashley/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/openfun/ashley/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/openfun/ashley/compare/v1.0.0-beta.6...v1.0.0 diff --git a/setup.cfg b/setup.cfg index 906bb257..487ed99d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ashley -version = 1.1.1 +version = 1.1.2 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 523bc420..0cf33e74 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ashley", - "version": "1.1.1", + "version": "1.1.2", "description": "A self-hosted discussion forum for learning", "scripts": { "build": "tsc --noEmit && webpack",