CB-9192 Updated version and RELEASENOTES.md for release 2.1.0

This commit is contained in:
Steve Gill
2015-06-17 12:36:05 -07:00
parent 805bcf505d
commit c4ba138de5
4 changed files with 16 additions and 3 deletions
+13
View File
@@ -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()
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen"
version="2.0.1-dev">
version="2.1.0">
<name>Splashscreen</name>
<description>Cordova Splashscreen Plugin</description>
<license>Apache 2.0</license>
+1 -1
View File
@@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen-tests"
version="2.0.1-dev">
version="2.1.0">
<name>Cordova Splashscreen Plugin Tests</name>
<license>Apache 2.0</license>