mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2026-05-31 00:00:04 +08:00
CB-13681 Updated version and RELEASENOTES.md for release 3.0.0 (via coho)
This commit is contained in:
@@ -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
@@ -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
@@ -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
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user