Skip to content

Commit 9163f38

Browse files
authored
Update docs for release
1 parent 104460c commit 9163f38

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.11.4] - 2024-11-05
9+
10+
Bugfix release.
11+
12+
### Fixed
13+
- Major version update required for CKEditor ([#2772](https://github.com/adaptlearning/adapt_authoring/issues/2772))
14+
815
## [0.11.3] - 2024-02-23
916

1017
Bugfix release.
@@ -780,6 +787,7 @@ Initial release.
780787
- Loading screen of death
781788
- Session cookie security issues
782789

790+
[0.11.4]: https://github.com/adaptlearning/adapt_authoring/compare/v0.11.3...v0.11.4
783791
[0.11.3]: https://github.com/adaptlearning/adapt_authoring/compare/v0.11.2...v0.11.3
784792
[0.11.2]: https://github.com/adaptlearning/adapt_authoring/compare/v0.11.1...v0.11.2
785793
[0.11.1]: https://github.com/adaptlearning/adapt_authoring/compare/v0.11.0...v0.11.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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