Skip to content

Commit 7a0d4bb

Browse files
carofunmadmatah
authored andcommitted
🔖(ashley) bump version to 1.0.0-beta.6
Changed - Clean built frontend files before each build - Upgrade node to version 14, the current LTS - Fix import of the user model in the factory - Filter search results to current LTIContext Added - add react components to manage moderators for current LTIContext - add django rest framework to promote/revoke moderators for current LTIContext - add new role moderator and permission to manage moderators - allow sorting discussion topics - add a `LTI ID` field in the sandbox settings to be able to have multiple forums for a same LTIContext - autoload for AshleyEditor component and translation to frontend - add API endpoint and Amazon S3 to upload image Fixed - fix sorting on sticky and announcements topics
1 parent 0287806 commit 7a0d4bb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.0.0-beta.6] - 2021-06-28
12+
1113
### Changed
1214

1315
- Clean built frontend files before each build
@@ -29,7 +31,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
2931
### Fixed
3032
- fix sorting on sticky and announcements topics
3133

32-
## [1.0.0-beta.5] - 2020-03-01
34+
## [1.0.0-beta.5] - 2021-03-01
3335

3436
### Changed
3537

@@ -155,7 +157,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
155157
- Update sandbox settings to be able to run Ashley in an `iframe` on multiple
156158
external websites
157159

158-
[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0-beta.5...master
160+
[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0-beta.6...master
161+
[1.0.0-beta.6]: https://github.com/openfun/ashley/compare/v1.0.0-beta.5...v1.0.0-beta.6
159162
[1.0.0-beta.5]: https://github.com/openfun/ashley/compare/v1.0.0-beta.4...v1.0.0-beta.5
160163
[1.0.0-beta.4]: https://github.com/openfun/ashley/compare/v1.0.0-beta.3...v1.0.0-beta.4
161164
[1.0.0-beta.3]: https://github.com/openfun/ashley/compare/v1.0.0-beta.2...v1.0.0-beta.3

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-beta.5
3+
version = 1.0.0-beta.6
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-beta.5",
3+
"version": "1.0.0-beta.6",
44
"description": "A self-hosted discussion forum for learning",
55
"scripts": {
66
"build": "tsc --noEmit && webpack",

0 commit comments

Comments
 (0)