You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/17 21:39:09 UTC

[1/2] git commit: CB-7571 Updated version and RELEASENOTES.md for release 0.3.1

Repository: cordova-plugin-globalization
Updated Branches:
  refs/heads/master e79b14863 -> 830d1b097
Updated Tags:  refs/tags/r0.3.1 [created] 6c4798d26


CB-7571 Updated version and RELEASENOTES.md for release 0.3.1


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

Branch: refs/heads/master
Commit: 6c4798d263b3abc20bc07bbe24a3b907241555fe
Parents: e79b148
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Sep 17 15:27:42 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Sep 17 15:27:42 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6c4798d2/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a4d074f..bedc973 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -67,3 +67,13 @@
 * CB-4602 ios: Use normalized values for getPreferredLanguage.
 * CB-6127 Updated translations for docs
 * CB-4602 geolocation.getPreferredLanguage and geolocation.getLocaleName now return strings with hypen (-) to stay compliant with current standards
+
+### 0.3.1 (Sep 17, 2014)
+* CB-6490 [BlackBerry10] Use hyphen instead of underscore in getLocaleName().
+* CB-7548 [BlackBerry10] Allow any numeric type as date in dateToString method.
+* Hold the information if L10n was ready before.
+* CB-7233 [BlackBerry10] Globalization is now supported
+* Renamed test dir, added nested plugin.xml
+* Clean-up: removed duplicate code
+* Added test to complete CB-7064, added tests that check for W3C compliance in language tags generated from PreferredLanguage and GetLocale methods
+* CB-6962 Ported globalization tests to framework

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6c4798d2/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1232c3b..5a7f0be 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.1-dev">
+      version="0.3.1">
     <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/6c4798d2/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3fd30a3..3edeafa 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.2.9-dev">
+    version="0.3.1">
     <name>Cordova Globalization Plugin Tests</name>
     <license>Apache 2.0</license>
 


[2/2] git commit: CB-7571 Incremented plugin version.

Posted by ma...@apache.org.
CB-7571 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/830d1b09
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/830d1b09
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/830d1b09

Branch: refs/heads/master
Commit: 830d1b09785b5b75f2c28f4d8d80f2ac3795b8cb
Parents: 6c4798d
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Sep 17 15:35:02 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Sep 17 15:35:02 2014 -0400

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/830d1b09/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5a7f0be..e0d54df 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.1">
+      version="0.3.2-dev">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>