Skip to content

Commit 7f6b3e6

Browse files
committed
🔖(ashley) bump version to 1.1.0
Added - track forum views, topic and post updates and creations with xAPI events - allow to search users by any of its meaningful fields in Django admin - allow to archive a forum with the new `can_archive_forum` permission - track topic views with XAPI events - automatically assign a public_username to instructors and administrators when none is defined in the LTI authentication - allow administrators and instructors to move topics to forums in the same LTIContext
1 parent a4ad46c commit 7f6b3e6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [1.1.0] - 2021-10-28
12+
1113
### Added
1214

1315
- track forum views, topic and post updates and creations with xAPI events
@@ -175,7 +177,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
175177
- Update sandbox settings to be able to run Ashley in an `iframe` on multiple
176178
external websites
177179

178-
[unreleased]: https://github.com/openfun/ashley/compare/v1.0.0...master
180+
[unreleased]: https://github.com/openfun/ashley/compare/v1.1.0...master
181+
[1.1.0]: https://github.com/openfun/ashley/compare/v1.0.0...v1.1.0
179182
[1.0.0]: https://github.com/openfun/ashley/compare/v1.0.0-beta.6...v1.0.0
180183
[1.0.0-beta.6]: https://github.com/openfun/ashley/compare/v1.0.0-beta.5...v1.0.0-beta.6
181184
[1.0.0-beta.5]: https://github.com/openfun/ashley/compare/v1.0.0-beta.4...v1.0.0-beta.5

UPGRADE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ They will be documented in this file:
1515

1616
### Unreleased
1717

18+
### Ashley 1.1.0
19+
1820
Two new permissions have been added in this release : `can_archive_forum`,
1921
`can_move_topics`.
2022
By default, these permissions will only be added to new users with administrator or

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ashley
3-
version = 1.0.0
3+
version = 1.1.0
44
description = A self-hosted discussion forum for learning
55
long_description = file:README.md
66
long_description_content_type = text/markdown

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ashley",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A self-hosted discussion forum for learning",
55
"scripts": {
66
"build": "tsc --noEmit && webpack",

0 commit comments

Comments
 (0)