CB-11832 Updated version and RELEASENOTES.md for release 1.0.4
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/c3ccdbcf Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/c3ccdbcf Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/c3ccdbcf Branch: refs/heads/1.0.x Commit: c3ccdbcf48b75acd056aff7276feab2407f1cb6e Parents: dd1c66c Author: Steve Gill <[email protected]> Authored: Thu Sep 8 23:38:54 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Thu Sep 8 23:38:54 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 9 ++++++++- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/c3ccdbcf/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c62efb4..2111ba6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,9 +20,16 @@ --> # Release Notes +### 1.0.4 (Sep 08, 2016) +* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies +* Add badges for paramedic builds on Jenkins +* Add pull request template. +* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md +* Removed ios quirk code + documentation + ### 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 +* [CB-10636](https://issues.apache.org/jira/browse/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 http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/c3ccdbcf/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 86eaac2..47ca336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-orientation", - "version": "1.0.4-dev", + "version": "1.0.4", "description": "Cordova Device Orientation Plugin", "cordova": { "id": "cordova-plugin-device-orientation", http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/c3ccdbcf/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index eba277a..52947f9 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.4-dev"> + version="1.0.4"> <name>Device Orientation</name> <description>Cordova Device Orientation Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/c3ccdbcf/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index d193bd6..d9a38e0 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.4-dev"> + version="1.0.4"> <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]
