CB-13681 Updated version and RELEASENOTES.md for release 3.0.0 (via coho)

This commit is contained in:
Steve Gill
2017-12-15 17:25:13 -08:00
parent 1d404c5c2f
commit 044e8cc728
4 changed files with 8 additions and 3 deletions
+5
View File
@@ -22,6 +22,11 @@
# Release Notes
### 3.0.0 (Dec 15, 2017)
* [CB-13673](https://issues.apache.org/jira/browse/CB-13673) : Remove deprecated platforms
* [CB-13405](https://issues.apache.org/jira/browse/CB-13405) (ios) undo lock when resetting
* [CB-13405](https://issues.apache.org/jira/browse/CB-13405) (ios) Screen unlock bug fix
### 2.0.2 (Nov 06, 2017)
* [CB-13472](https://issues.apache.org/jira/browse/CB-13472) (CI) Fixed Travis **Android** builds again
* [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on Travis and AppVeyor
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-screen-orientation",
"version": "3.0.0-dev",
"version": "3.0.0",
"description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp.",
"repository": {
"type": "git",
+1 -1
View File
@@ -18,7 +18,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-screen-orientation"
version="3.0.0-dev">
version="3.0.0">
<name>Screen Orientation</name>
<description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp.</description>
<license>Apache 2.0</license>
+1 -1
View File
@@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-screen-orientation-tests"
version="3.0.0-dev">
version="3.0.0">
<name>Cordova Screen Orientation Plugin Tests</name>
<license>Apache 2.0</license>