File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.2.4] - 2022-10-07
12
+
11
13
### Added
12
14
13
15
- Allow unlocking all forums of a course
@@ -240,7 +242,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
240
242
- Update sandbox settings to be able to run Ashley in an ` iframe ` on multiple
241
243
external websites
242
244
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
244
247
[ 1.2.3 ] : https://github.com/openfun/ashley/compare/v1.2.2...v1.2.3
245
248
[ 1.2.2 ] : https://github.com/openfun/ashley/compare/v1.2.1...v1.2.2
246
249
[ 1.2.1 ] : https://github.com/openfun/ashley/compare/v1.2.0...v1.2.1
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = ashley
3
- version = 1.2.3
3
+ version = 1.2.4
4
4
description = A self-hosted discussion forum for learning
5
5
long_description = file:README.md
6
6
long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ashley" ,
3
- "version" : " 1.2.3 " ,
3
+ "version" : " 1.2.4 " ,
4
4
"description" : " A self-hosted discussion forum for learning" ,
5
5
"scripts" : {
6
6
"build" : " tsc --noEmit && webpack" ,
You can’t perform that action at this time.
0 commit comments