You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by cs...@apache.org on 2016/03/10 04:39:34 UTC

[1/2] cordova-plugin-globalization git commit: CB-10820 Updated version and RELEASENOTES.md for release 1.0.3

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 <cs...@gmail.com>
Authored: Wed Mar 9 14:28:26 2016 -0500
Committer: Carlos Santana <cs...@gmail.com>
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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-globalization git commit: CB-10820 Incremented plugin version.

Posted by cs...@apache.org.
CB-10820 Incremented plugin version.


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/3fe595c3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/3fe595c3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/3fe595c3

Branch: refs/heads/master
Commit: 3fe595c36e018ab71def031fbaabfad692825740
Parents: 37c3e61
Author: Carlos Santana <cs...@gmail.com>
Authored: Wed Mar 9 22:34:18 2016 -0500
Committer: Carlos Santana <cs...@gmail.com>
Committed: Wed Mar 9 22:34:18 2016 -0500

----------------------------------------------------------------------
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/3fe595c3/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 90a9b35..a401d16 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-globalization",
-  "version": "1.0.3",
+  "version": "1.0.4-dev",
   "description": "Cordova Globalization Plugin",
   "cordova": {
     "id": "cordova-plugin-globalization",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/3fe595c3/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a0bad5f..412054b 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">
+      version="1.0.4-dev">
     <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/3fe595c3/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index f07587c..3925525 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">
+    version="1.0.4-dev">
     <name>Cordova Globalization Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org