Skip to content

Commit d04bdef

Browse files
authored
Update CHANGELOG.md
1 parent 154c0d0 commit d04bdef

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ 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.0] - 2022-09-07
8+
## [0.11.0] - 2022-10-17
99

1010
The final minor release of the 'legacy' codebase. This release bundles critical security updates with some other minor improvements.
1111

1212
**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.
1313

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).**
1521

1622
### Fixed
1723
- 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
2026
- Framework update doesn't update src/core ([#2628](https://github.com/adaptlearning/adapt_authoring/issues/2628))
2127
- Export build error using latest framework release ([#2637](https://github.com/adaptlearning/adapt_authoring/issues/2637))
2228
- Need to update browserslist DB on build to avoid errors ([#2639](https://github.com/adaptlearning/adapt_authoring/issues/2639))
29+
- Fix migrations ([#2653](https://github.com/adaptlearning/adapt_authoring/issues/2653))
2330

2431
### Added
2532
- Login email address should be case-insensitive ([#2060](https://github.com/adaptlearning/adapt_authoring/issues/2060))

0 commit comments

Comments
 (0)