Skip to content

Commit 48f13ab

Browse files
committed
🔖(ashley) bump version to 1.0.0-beta.3
Added - add permission `can_rename_forum` - add form to edit the forum name - add management command `sync_group_permissions` Changed - upgrade django-machina to 1.1.3 - upgrade django-haystack to 3.0 - upgrade django from 3.0 to 3.1 - replace `lti_provider` app with `django-lti-toolbox` - update translations - activate search functionality - update search form template Fixed - fix signature max length errors caused by the draft.js markup - fix Draft.js editor resize issue with static toolbar Removed - remove `SameSiteNoneMiddleware`
1 parent e2ccbb3 commit 48f13ab

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.0.0-beta.3] - 2020-12-03
12+
1113
### Added
1214

1315
- add permission `can_rename_forum`
@@ -92,7 +94,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
9294
- Update sandbox settings to be able to run Ashley in an `iframe` on multiple
9395
external websites
9496

95-
[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0-beta.2...master
97+
[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0-beta.3...master
98+
[1.0.0-beta.3]: https://github.com/openfun/ashley/compare/v1.0.0-beta.2...v1.0.0-beta.3
9699
[1.0.0-beta.2]: https://github.com/openfun/ashley/compare/v1.0.0-beta.1...v1.0.0-beta.2
97100
[1.0.0-beta.1]: https://github.com/openfun/ashley/compare/v1.0.0-beta.0...v1.0.0-beta.1
98101
[1.0.0-beta.0]: https://github.com/openfun/ashley/compare/d767ba96aedcbc7d48fba5fefad2b93b9d623cc8...v1.0.0-beta.0

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.0.0-beta.2
3+
version = 1.0.0-beta.3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ashley",
3-
"version": "1.0.0-beta.2",
4-
"description": "A self-hosted alternative discussion forum for OpenEdx",
3+
"version": "1.0.0-beta.3",
4+
"description": "A self-hosted discussion forum for learning",
55
"scripts": {
66
"build": "tsc --noEmit && webpack",
77
"build-production": "tsc --noEmit && webpack --mode=production",

0 commit comments

Comments
 (0)