Skip to content

Commit 68d75f7

Browse files
authored
Update release meta
1 parent 60c5b3d commit 68d75f7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.3] - 2024-02-23
9+
10+
Bugfix release.
11+
12+
### Fixed
13+
- CK Editor not loading correctly ([#2751](https://github.com/adaptlearning/
14+
adapt_authoring/issues/2751))
15+
816
## [0.11.2] - 2023-09-25
917

1018
Bugfix release.
@@ -773,6 +781,7 @@ Initial release.
773781
- Loading screen of death
774782
- Session cookie security issues
775783

784+
[0.11.3]: https://github.com/adaptlearning/adapt_authoring/compare/v0.11.2...v0.11.3
776785
[0.11.2]: https://github.com/adaptlearning/adapt_authoring/compare/v0.11.1...v0.11.2
777786
[0.11.1]: https://github.com/adaptlearning/adapt_authoring/compare/v0.11.0...v0.11.1
778787
[0.11.0]: https://github.com/adaptlearning/adapt_authoring/compare/v0.10.5...v0.11.0

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