From 044e8cc728a643f6fde7beb83f344626c1ddb858 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Fri, 15 Dec 2017 17:25:13 -0800 Subject: [PATCH] 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 @@ + version="3.0.0"> Screen Orientation Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp. Apache 2.0 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"> Cordova Screen Orientation Plugin Tests Apache 2.0