mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-04 09:02:57 +08:00
[CB-12568] Updated version and RELEASENOTES.md for release 2.0.0
This commit is contained in:
parent
837c17b479
commit
22fdcf68d6
@ -7,9 +7,9 @@
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
@ -21,6 +21,10 @@
|
||||
|
||||
# Release Notes
|
||||
|
||||
|
||||
### 2.0.0 (Mar 14, 2017)
|
||||
* [CB-11628](https://issues.apache.org/jira/browse/CB-11628) - w3c spec compliance https://www.w3.org/TR/screen-orientation/
|
||||
|
||||
### 1.4.2 (Dec 07, 2016)
|
||||
* [CB-11919](https://issues.apache.org/jira/browse/CB-11919) - Add github pull request template
|
||||
* Merge pull request #1 from DouglasHSS/master
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-plugin-screen-orientation",
|
||||
"version": "2.0.0-dev",
|
||||
"version": "2.0.0",
|
||||
"description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
id="cordova-plugin-screen-orientation"
|
||||
version="2.0.0-dev">
|
||||
version="2.0.0">
|
||||
<name>Screen Orientation</name>
|
||||
<description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.</description>
|
||||
<license>Apache 2.0</license>
|
||||
|
@ -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="1.0.0-dev">
|
||||
version="2.0.0">
|
||||
<name>Cordova Screen Orientation Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user