Skip to content

Commit

Permalink
🔖(ashley) bump version to 1.0.0-beta.3
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
madmatah committed Dec 7, 2020
1 parent e2ccbb3 commit 48f13ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0-beta.3] - 2020-12-03

### Added

- add permission `can_rename_forum`
Expand Down Expand Up @@ -92,7 +94,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.0.0-beta.2...master
[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0-beta.3...master
[1.0.0-beta.3]: https://github.com/openfun/ashley/compare/v1.0.0-beta.2...v1.0.0-beta.3
[1.0.0-beta.2]: https://github.com/openfun/ashley/compare/v1.0.0-beta.1...v1.0.0-beta.2
[1.0.0-beta.1]: https://github.com/openfun/ashley/compare/v1.0.0-beta.0...v1.0.0-beta.1
[1.0.0-beta.0]: https://github.com/openfun/ashley/compare/d767ba96aedcbc7d48fba5fefad2b93b9d623cc8...v1.0.0-beta.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ashley
version = 1.0.0-beta.2
version = 1.0.0-beta.3
description = A self-hosted discussion forum for learning
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ashley",
"version": "1.0.0-beta.2",
"description": "A self-hosted alternative discussion forum for OpenEdx",
"version": "1.0.0-beta.3",
"description": "A self-hosted discussion forum for learning",
"scripts": {
"build": "tsc --noEmit && webpack",
"build-production": "tsc --noEmit && webpack --mode=production",
Expand Down

0 comments on commit 48f13ab

Please sign in to comment.