Skip to content

Commit 71f855a

Browse files
Merge pull request #2372 from CanStudios/0.9.0-release-docs
Update docs for 0.9.0 release
2 parents 84f0b2c + 08c8962 commit 71f855a

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to the Adapt authoring tool are documented in this file.
55
**IMPORTANT**: For information on how to **correctly and safely** update your installation, please consult **INSTALL.md**.<br/>
66
_Note that we adhere to the [semantic versioning](http://semver.org/) scheme for release numbering._
77

8+
## [0.9.0] - 2019-07-15
9+
10+
Adds ability to remove plugins, removes unused user roles and latest bugfixes.
11+
12+
### Fixed
13+
- Performance regression when upgrading to v0.8.1 ([#2370](https://github.com/adaptlearning/adapt_authoring/issues/2370))
14+
- Block instruction not being saved ([#2373](https://github.com/adaptlearning/adapt_authoring/issues/2373))
15+
- Not able to select a transparent colour in theme picker ([#2358](https://github.com/adaptlearning/adapt_authoring/issues/2358))
16+
- Not able to specify a select option for theme variable ([#2358](https://github.com/adaptlearning/adapt_authoring/issues/2358))
17+
- No dashboard redirect on invalid page ([#2351](https://github.com/adaptlearning/adapt_authoring/issues/2351))
18+
- Image thumbnail not showing in component settings ([#2345](https://github.com/adaptlearning/adapt_authoring/issues/2345))
19+
- Non-localised text in asset mangement ([#2340](https://github.com/adaptlearning/adapt_authoring/issues/2340))
20+
- Theme variables aren't used in core Less files ([#2338](https://github.com/adaptlearning/adapt_authoring/issues/2338))
21+
- Import times out if course is missing an asset ([#2326](https://github.com/adaptlearning/adapt_authoring/issues/2326))
22+
- Text misaligned on headers ([#2276](https://github.com/adaptlearning/adapt_authoring/issues/2276))
23+
24+
### Added
25+
- Ability to remove plugins ([#928](https://github.com/adaptlearning/adapt_authoring/issues/928))
26+
- Remove unused user roles ([#1950](https://github.com/adaptlearning/adapt_authoring/issues/1950))
27+
828
## [0.8.1] - 2019-05-23
929

1030
Bugfix release.
@@ -602,6 +622,7 @@ Initial release.
602622
- Loading screen of death
603623
- Session cookie security issues
604624

625+
[0.9.0]: https://github.com/adaptlearning/adapt_authoring/compare/v0.8.1...v0.9.0
605626
[0.8.1]: https://github.com/adaptlearning/adapt_authoring/compare/v0.8.0...v0.8.1
606627
[0.8.0]: https://github.com/adaptlearning/adapt_authoring/compare/v0.7.1...v0.8.0
607628
[0.7.1]: https://github.com/adaptlearning/adapt_authoring/compare/v0.7.0...v0.7.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adapt_authoring",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"license": "GPL-3.0",
55
"description": "A server-based user interface for authoring eLearning courses using the Adapt Framework.",
66
"keywords": [

0 commit comments

Comments
 (0)