Skip to content

Commit

Permalink
🔖(ashley) bump version to 1.2.5
Browse files Browse the repository at this point in the history
- Fix wording unlock forums feature
  • Loading branch information
carofun committed Oct 14, 2022
1 parent d632b50 commit b4e02bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.5] - 2022-10-14

### Fixed

- Fix wording unlock forums feature

## [1.2.4] - 2022-10-07

### Added
Expand Down Expand Up @@ -242,7 +248,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.2.4...master
[unreleased]: https://github.com/openfun/ashley/compare/v1.2.5...master
[1.2.5]: https://github.com/openfun/ashley/compare/v1.2.4...v1.2.5
[1.2.4]: https://github.com/openfun/ashley/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/openfun/ashley/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/openfun/ashley/compare/v1.2.1...v1.2.2
Expand Down
2 changes: 2 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ They will be documented in this file:

### Unreleased

### Ashley 1.2.4

A new permission has been added in this release : `can_unlock_course`.
By default, this permission will only be added to new users with administrator or
instructor roles. If you want to update the group permissions on users already
Expand Down
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.2.4
version = 1.2.5
description = A self-hosted discussion forum for learning
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ashley",
"version": "1.2.4",
"version": "1.2.5",
"description": "A self-hosted discussion forum for learning",
"scripts": {
"build": "tsc --noEmit && webpack",
Expand Down

0 comments on commit b4e02bf

Please sign in to comment.