You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/08/07 04:26:15 UTC

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

Repository: cordova-plugin-globalization
Updated Branches:
  refs/heads/master fd33cd282 -> 7d27c45c2
Updated Tags:  refs/tags/r0.3.0 [created] bc3a4053e


CB-7244 Updated version and RELEASENOTES.md for release 0.3.0


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

Branch: refs/heads/master
Commit: bc3a4053efab47a81e887374a7019df769a804dd
Parents: fd33cd2
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 6 18:58:23 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 6 18:58:23 2014 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 9 +++++++++
 plugin.xml      | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/bc3a4053/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ced413d..a4d074f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -58,3 +58,12 @@
 * Android should return BCP47 tag, not localized string
 * CB-6491 add CONTRIBUTING.md
 * CB-5980 Updated version and RELEASENOTES.md for release 0.2.6
+
+### 0.3.0 (Aug 06, 2014)
+* The right Apache License 2.0 added
+* Update headers and NOTICE file
+* [BlackBerry10] Implement Globalization for BB10
+* Initial implementation for **FirefoxOS**
+* 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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/bc3a4053/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d6d0e32..f3751d1 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.2.9-dev">
+      version="0.3.0">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>


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

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

Branch: refs/heads/master
Commit: 7d27c45c22e9c2e5c06b6f01f1a54a87b5604c0e
Parents: bc3a405
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 6 19:24:28 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 6 19:24:28 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d27c45c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f3751d1..1232c3b 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.0">
+      version="0.3.1-dev">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>