1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Enabled import of older storage versions.

This commit is contained in:
kkapsner 2019-03-11 22:10:34 +01:00
parent 5f74f13de3
commit f565b8c32e
5 changed files with 29 additions and 2 deletions

View file

@ -13,7 +13,7 @@
window.scope.settingsMigration = {};
scope = window.scope.settingsMigration;
}
scope.validVersions = [undefined, 0.1, 0.2, 0.3, 0.4];
scope.validVersions = [undefined, 0.1, 0.2, 0.3, 0.4, 0.5];
scope.transitions = {
"": function(oldStorage){
return {