Skip to content

Commit c1e9820

Browse files
committed
🔖(ashley) bump version to 1.2.0
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
1 parent 479a127 commit c1e9820

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11-
### Add
11+
## [1.2.0] - 2022-05-16
12+
13+
### Added
1214

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

1519
### Changed
1620

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

19-
### Added
20-
21-
- Specific endpoints to add and remove group moderator
22-
- Search results directly target the page of the topic of the related post
23-
2423
### Fixed
2524

2625
- search queries to check user's permissions restricted on LTIContext
@@ -217,7 +216,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
217216
- Update sandbox settings to be able to run Ashley in an `iframe` on multiple
218217
external websites
219218

220-
[unreleased]: https://github.com/openfun/ashley/compare/v1.1.2...master
219+
[unreleased]: https://github.com/openfun/ashley/compare/v1.2.0...master
220+
[1.2.0]: https://github.com/openfun/ashley/compare/v1.1.2...v1.2.0
221221
[1.1.2]: https://github.com/openfun/ashley/compare/v1.1.1...v1.1.2
222222
[1.1.1]: https://github.com/openfun/ashley/compare/v1.1.0...v1.1.1
223223
[1.1.0]: https://github.com/openfun/ashley/compare/v1.0.0...v1.1.0

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.2.0
19+
1820
A new permission has been added in this release : `can_lock_forum`.
1921
By default, this permission will only be added to new users with administrator or
2022
instructor roles. If you want to update the group permissions on users already

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

0 commit comments

Comments
 (0)