From c4ba138de52047cd226292096b21b3fb09d0d9d7 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 17 Jun 2015 12:36:05 -0700 Subject: [PATCH] CB-9192 Updated version and RELEASENOTES.md for release 2.1.0 --- RELEASENOTES.md | 13 +++++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) 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