Skip to content

Commit e3abbd9

Browse files
committed
🔖(ashley) bump version to 1.2.4
Added - Allow unlocking all forums of a course - Display lti_id field on the forum admin panel
1 parent 34e8b2a commit e3abbd9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-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.2.4] - 2022-10-07
12+
1113
### Added
1214

1315
- Allow unlocking all forums of a course
@@ -240,7 +242,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
240242
- Update sandbox settings to be able to run Ashley in an `iframe` on multiple
241243
external websites
242244

243-
[unreleased]: https://github.com/openfun/ashley/compare/v1.2.3...master
245+
[unreleased]: https://github.com/openfun/ashley/compare/v1.2.4...master
246+
[1.2.4]: https://github.com/openfun/ashley/compare/v1.2.3...v1.2.4
244247
[1.2.3]: https://github.com/openfun/ashley/compare/v1.2.2...v1.2.3
245248
[1.2.2]: https://github.com/openfun/ashley/compare/v1.2.1...v1.2.2
246249
[1.2.1]: https://github.com/openfun/ashley/compare/v1.2.0...v1.2.1

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

0 commit comments

Comments
 (0)