You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,19 @@ All notable changes to the Adapt authoring tool are documented in this file.
5
5
**IMPORTANT**: For information on how to **correctly and safely** update your installation, please consult **INSTALL.md**.<br/>
6
6
_Note that we adhere to the [semantic versioning](http://semver.org/) scheme for release numbering._
7
7
8
-
## [0.11.0] - 2022-09-07
8
+
## [0.11.0] - 2022-10-17
9
9
10
10
The final minor release of the 'legacy' codebase. This release bundles critical security updates with some other minor improvements.
11
11
12
12
**Breaking:** the requirement for a global install of grunt has been removed, and therefore the front-end application must now be built using npx (`npx grunt xxx`). See the wiki for more information.
13
13
14
-
**This repository will receive no further updates and will be archived once the new codebase reaches a stable v1.0.0 (and after a grace period to allow existing users to migrate).**
14
+
***
15
+
16
+
**IMPORTANT NOTE:** an error message will be shown at the end of the upgrade process. This is related to a deprecated module used to apply data migrations between updates which has now been removed. **The error can be safely ignored**, and all migrations will be run automatically as a one-time fix once the app is started post-upgrade with with `node server`..
17
+
18
+
***
19
+
20
+
**Please note that this repository will receive no more major updates and will be archived once the new codebase reaches a stable v1.0.0 (and after a grace period to allow existing users to migrate).**
15
21
16
22
### Fixed
17
23
- npm install scripts for adapt_framework should run as root ([#2566](https://github.com/adaptlearning/adapt_authoring/issues/2566))
@@ -20,6 +26,7 @@ The final minor release of the 'legacy' codebase. This release bundles critical
0 commit comments