Repository: cordova-plugin-globalization Updated Branches: refs/heads/master 5d28a26a9 -> 3fe595c36
CB-10820 Updated version and RELEASENOTES.md for release 1.0.3 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/37c3e61e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/37c3e61e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/37c3e61e Branch: refs/heads/master Commit: 37c3e61e122ea83e0d7bf40df8997eb8b9c27777 Parents: 5d28a26 Author: Carlos Santana <[email protected]> Authored: Wed Mar 9 14:28:26 2016 -0500 Committer: Carlos Santana <[email protected]> Committed: Wed Mar 9 22:13:29 2016 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 7 +++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/37c3e61e/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b5c44da..2692fce 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,13 @@ --> # Release Notes +### 1.0.3 (Mar 09, 2016) +* CB-10792 -Cannot install cordova-plugin-globalization with cordova-windows on Ubuntu +* CB-10636 Add JSHint for plugins +* Minor changes to readme +* CB-10605 fix deprecation warnings on ** iOS ** +* chore: edit package.json license to match SPDX id + ### 1.0.2 (Nov 18, 2015) * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest * Fixing contribute link. http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/37c3e61e/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 4489ed1..90a9b35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-globalization", - "version": "1.0.3-dev", + "version": "1.0.3", "description": "Cordova Globalization Plugin", "cordova": { "id": "cordova-plugin-globalization", http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/37c3e61e/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 1d33225..a0bad5f 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.3-dev"> + version="1.0.3"> <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/37c3e61e/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 9dcff31..f07587c 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.3-dev"> + version="1.0.3"> <name>Cordova Globalization Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
