Update version to 10.9.0 and API 1.45 and enable NW2 features
Update version to 10.9.0 and API 1.45 and enable NW2 features10.9-maintenance
parent
c67360c4a6
commit
82df203e35
|
@ -14,6 +14,7 @@ const API_VERSION_1_41 = '1.41.0';
|
|||
const API_VERSION_1_42 = '1.42.0';
|
||||
const API_VERSION_1_43 = '1.43.0';
|
||||
const API_VERSION_1_44 = '1.44.0';
|
||||
const API_VERSION_1_45 = '1.45.0';
|
||||
|
||||
const CONFIGURATOR = {
|
||||
// all versions are specified and compared using semantic versioning http://semver.org/
|
||||
|
@ -21,7 +22,7 @@ const CONFIGURATOR = {
|
|||
API_VERSION_MIN_SUPPORTED_BACKUP_RESTORE: '1.5.0',
|
||||
API_VERSION_MIN_SUPPORTED_PID_CONTROLLER_CHANGE: '1.5.0',
|
||||
BACKUP_FILE_VERSION_MIN_SUPPORTED: '0.55.0', // chrome.runtime.getManifest().version is stored as string, so does this one
|
||||
API_VERSION_MAX_SUPPORTED: API_VERSION_1_44,
|
||||
API_VERSION_MAX_SUPPORTED: API_VERSION_1_45,
|
||||
|
||||
connectionValid: false,
|
||||
connectionValidCliOnly: false,
|
||||
|
|
Loading…
Reference in New Issue