Skip to content

Commit

Permalink
馃敄(ashley) bump version to 1.0.0-beta.6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
carofun authored and madmatah committed Jun 28, 2021
1 parent 0287806 commit 7a0d4bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0-beta.6] - 2021-06-28

### Changed

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

## [1.0.0-beta.5] - 2020-03-01
## [1.0.0-beta.5] - 2021-03-01

### Changed

Expand Down Expand Up @@ -155,7 +157,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.0.0-beta.5...master
[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0-beta.6...master
[1.0.0-beta.6]: https://github.com/openfun/ashley/compare/v1.0.0-beta.5...v1.0.0-beta.6
[1.0.0-beta.5]: https://github.com/openfun/ashley/compare/v1.0.0-beta.4...v1.0.0-beta.5
[1.0.0-beta.4]: https://github.com/openfun/ashley/compare/v1.0.0-beta.3...v1.0.0-beta.4
[1.0.0-beta.3]: https://github.com/openfun/ashley/compare/v1.0.0-beta.2...v1.0.0-beta.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = ashley
version = 1.0.0-beta.5
version = 1.0.0-beta.6
description = A self-hosted discussion forum for learning
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "ashley",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "A self-hosted discussion forum for learning",
"scripts": {
"build": "tsc --noEmit && webpack",
Expand Down

0 comments on commit 7a0d4bb

Please sign in to comment.