Skip to content

Commit f5adc19

Browse files
committed
Update docs for release
1 parent 0e6e1e8 commit f5adc19

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.7.1] - 2019-04-09
9+
10+
Bugfix release.
11+
12+
### Fixed
13+
- Error not handled when server is already running ([#2174](https://github.com/adaptlearning/adapt_authoring/issues/2174))
14+
- Plugin management text is hardcoded ([#2218](https://github.com/adaptlearning/adapt_authoring/issues/2218))
15+
- Sidebar filters need localising ([#2243](https://github.com/adaptlearning/adapt_authoring/issues/2243))
16+
- Dashboard paging broken after deleting courses ([#2253](https://github.com/adaptlearning/adapt_authoring/issues/2253))
17+
- Reset password appears functional even when SMTP isn't enabled ([#2281](https://github.com/adaptlearning/adapt_authoring/issues/2281))
18+
- Automatic upgrade check broken ([#2290](https://github.com/adaptlearning/adapt_authoring/issues/2290))
19+
- Sorting broken on shared courses dashboard ([#2294](https://github.com/adaptlearning/adapt_authoring/issues/2294))
20+
21+
### Added
22+
- Custom LESS should be validated prior to course build ([#1830](https://github.com/adaptlearning/adapt_authoring/issues/1830))
23+
824
## [0.7.0] - 2019-03-25
925

1026
Bundle of UI/usability enhancements.
@@ -559,6 +575,7 @@ Initial release.
559575
- Loading screen of death
560576
- Session cookie security issues
561577

578+
[0.7.1]: https://github.com/adaptlearning/adapt_authoring/compare/v0.7.0...v0.7.1
562579
[0.7.0]: https://github.com/adaptlearning/adapt_authoring/compare/v0.6.5...v0.7.0
563580
[0.6.5]: https://github.com/adaptlearning/adapt_authoring/compare/v0.6.4...v0.6.5
564581
[0.6.4]: https://github.com/adaptlearning/adapt_authoring/compare/v0.6.3...v0.6.4

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.7.0",
3+
"version": "0.7.1",
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)