You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/12/16 01:28:06 UTC

[cordova-plugin-screen-orientation] 01/01: CB-13681 Updated version and RELEASENOTES.md for release 3.0.0 (via coho)

This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to tag 3.0.0
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-screen-orientation.git

commit 044e8cc728a643f6fde7beb83f344626c1ddb858
Author: Steve Gill <st...@gmail.com>
AuthorDate: Fri Dec 15 17:25:13 2017 -0800

    CB-13681 Updated version and RELEASENOTES.md for release 3.0.0 (via coho)
---
 RELEASENOTES.md  | 5 +++++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 423e6a4..81438fa 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -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
diff --git a/package.json b/package.json
index 783e402..08cedbf 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/plugin.xml b/plugin.xml
index 59a3151..efea9fd 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index d428878..0723836 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -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>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org