You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2015/02/05 02:58:11 UTC

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

Repository: cordova-plugin-globalization
Updated Branches:
  refs/heads/master 732285cc5 -> 87b3ae4d4
Updated Tags:  refs/tags/r0.3.4 [created] 6b1e88d53


CB-8429 Updated version and RELEASENOTES.md for release 0.3.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/6b1e88d5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/6b1e88d5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/6b1e88d5

Branch: refs/heads/master
Commit: 6b1e88d5342131d77bb379e6040469b68d2f9a82
Parents: 732285c
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Feb 4 20:12:45 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Feb 4 20:12:45 2015 -0500

----------------------------------------------------------------------
 RELEASENOTES.md  | 4 ++++
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6b1e88d5/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a79f31d..5b55ce7 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -86,3 +86,7 @@
 * [CB-7766] Add quirk note about **Android** `dateToString`
 * Errors in weekdays fixedli; `getDateNames` should return (Sun - Sat) in all locales; `getFirstDayOfWeek` should return 1 for Sunday and 2 for Monday; bunch of jsHint fixes
 * CB-7700 cordova-plugin-globalization documentation translation: cordova-plugin-globalization
+
+### 0.3.4 (Feb 04, 2015)
+* CB-8351 ios: Use argumentForIndex rather than NSArray extension
+* CB-7972 Add cordova-plugin-globalization support for Windows platform

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6b1e88d5/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7337f82..dee5a5e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.globalization"
-      version="0.3.4-dev">
+      version="0.3.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/6b1e88d5/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 88fb20a..095ab79 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="org.apache.cordova.globalization.tests"
-    version="0.3.4-dev">
+    version="0.3.4">
     <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-8429 Incremented plugin version.

Posted by ag...@apache.org.
CB-8429 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/87b3ae4d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/87b3ae4d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/87b3ae4d

Branch: refs/heads/master
Commit: 87b3ae4d4f55c6bb8ee077560955c4c1182de39d
Parents: 6b1e88d
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Feb 4 20:54:02 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Feb 4 20:54:02 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/87b3ae4d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index dee5a5e..aff8558 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.globalization"
-      version="0.3.4">
+      version="0.3.5-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/87b3ae4d/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 095ab79..6083f04 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="org.apache.cordova.globalization.tests"
-    version="0.3.4">
+    version="0.3.5-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