Repository: cordova-plugin-device-orientation Updated Branches: refs/heads/master f2418e596 -> 875b55ef6
Updated version and RELEASENOTES.md for release 1.0.3 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/3b8d6166 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/3b8d6166 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/3b8d6166 Branch: refs/heads/master Commit: 3b8d6166285ee6c5a67eef8ef00919bc0d712715 Parents: f2418e5 Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:08:26 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:08:26 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/3b8d6166/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9320954..c62efb4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,10 @@ --> # Release Notes +### 1.0.3 (Apr 15, 2016) +* Remove `warning` emoji, as it doesn't correctly display in the docs website: http://cordova.apache.org/docs/en/dev/cordova-plugin-device-orientation/index.html +* CB-10636 Add `JSHint` for plugins + ### 1.0.2 (Nov 18, 2015) * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest * [CB-4596](https://issues.apache.org/jira/browse/CB-4596) Fix `timestamp` to be `DOMTimeStamp` across the board http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/3b8d6166/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index d3c5705..1262c8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-orientation", - "version": "1.0.3-dev", + "version": "1.0.3", "description": "Cordova Device Orientation Plugin", "cordova": { "id": "cordova-plugin-device-orientation", http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/3b8d6166/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 502b70b..1c4515a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-device-orientation" - version="1.0.3-dev"> + version="1.0.3"> <name>Device Orientation</name> <description>Cordova Device Orientation Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/3b8d6166/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 2e69462..1a1f5da 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-device-orientation-tests" - version="1.0.3-dev"> + version="1.0.3"> <name>Cordova Device Orientation Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
