Repository: cordova-plugin-globalization Updated Branches: refs/heads/master 93a8a9bbd -> 1cc35b707
CB-11832 Updated version and RELEASENOTES.md for release 1.0.4 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/6042184e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/6042184e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/6042184e Branch: refs/heads/master Commit: 6042184e3c39449b07c80e3f6487360589e88e95 Parents: 93a8a9b 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 | 6 ++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6042184e/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2073d72..b230ee6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,12 @@ --> # 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 + ### 1.0.3 (Mar 09, 2016) * [CB-10792](https://issues.apache.org/jira/browse/CB-10792) -Cannot install cordova-plugin-globalization with cordova-windows on Ubuntu * [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add JSHint for plugins http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6042184e/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index e275f2d..65e1659 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-globalization", - "version": "1.0.4-dev", + "version": "1.0.4", "description": "Cordova Globalization Plugin", "cordova": { "id": "cordova-plugin-globalization", http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6042184e/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 412054b..12077e1 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-globalization" - version="1.0.4-dev"> + version="1.0.4"> <name>Globalization</name> <description>Cordova Globalization Plugin</description> <license>Apache 2.0</license> http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6042184e/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 3925525..4a94f0c 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-globalization-tests" - version="1.0.4-dev"> + version="1.0.4"> <name>Cordova Globalization Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
