diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5dd12fd..2c6b001 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -128,3 +128,16 @@ * CB-8438 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen * CB-8538 Added package.json file * CB-8397 Add support to 'windows' for showing the Windows Phone splashscreen + +### 2.1.0 (Jun 17, 2015) +* added missing license headers +* CB-9128 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen +* fix npm md issue +* Fixed iOS unit tests. +* CB-3562: Disable screen rotation for iPhone when splash screen is shown. (closes #47) +* CB-8988: Fix rotation on iOS/iPad (closes #46) +* CB-8904: Don't reset the static variable when it's destroyed, otherwise we might as well just have a member variable +* Removed wp7 from plugin.xml and package.json +* CB-8750 [wp8]: Rewrite resoultion helper +* CB-8750 [wp8]: Allow resolution-specific splashscreen images +* CB-8758 [wp8]: UnauthorizedAccessException on hide() diff --git a/package.json b/package.json index 688aca9..9492395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen", - "version": "2.0.1-dev", + "version": "2.1.0", "description": "Cordova Splashscreen Plugin", "cordova": { "id": "cordova-plugin-splashscreen", diff --git a/plugin.xml b/plugin.xml index d3c627f..e6370fa 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="2.1.0"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index e4f8924..bf9cb0a 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="2.1.0"> Cordova Splashscreen Plugin Tests Apache 2.0