Skip to content

Commit

Permalink
🔖(ashley) bump version to 1.2.0
Browse files Browse the repository at this point in the history
Added

- Enables to lock an entire forum
- Specific endpoints to add and remove group moderator
- Search results directly target the page of the topic of the related post

Changed

- Stop calculating the list of roles for the endpoint that list users

Fixed

- search queries to check user's permissions restricted on LTIContext
  • Loading branch information
carofun committed May 16, 2022
1 parent 479a127 commit c1e9820
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Add
## [1.2.0] - 2022-05-16

### Added

- Enables to lock an entire forum
- Specific endpoints to add and remove group moderator
- Search results directly target the page of the topic of the related post

### Changed

- Stop calculating the list of roles for the endpoint that list users

### Added

- Specific endpoints to add and remove group moderator
- Search results directly target the page of the topic of the related post

### Fixed

- search queries to check user's permissions restricted on LTIContext
Expand Down Expand Up @@ -217,7 +216,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.2...master
[unreleased]: https://github.com/openfun/ashley/compare/v1.2.0...master
[1.2.0]: https://github.com/openfun/ashley/compare/v1.1.2...v1.2.0
[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
Expand Down
2 changes: 2 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ They will be documented in this file:

### Unreleased

### Ashley 1.2.0

A new permission has been added in this release : `can_lock_forum`.
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
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ashley",
"version": "1.1.2",
"version": "1.2.0",
"description": "A self-hosted discussion forum for learning",
"scripts": {
"build": "tsc --noEmit && webpack",
Expand Down

0 comments on commit c1e9820

Please sign in to comment.