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/12/03 01:10:25 UTC

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

Repository: cordova-plugin-globalization
Updated Branches:
  refs/heads/master 52d529e91 -> b717bc405
Updated Tags:  refs/tags/r0.3.3 [created] 65db10659


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

Branch: refs/heads/master
Commit: 65db106599ebf8860c0af5c143256889793b3ecb
Parents: 52d529e
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:07:02 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:07:02 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/65db1065/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f3a1d08..a79f31d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -80,3 +80,9 @@
 
 ### 0.3.2 (Oct 03, 2014)
 * CB-7548 [BlackBerry10] Re-implement getPreferredLanguage() and getLocaleName().
+
+### 0.3.3 (Dec 02, 2014)
+* CB-7977 Mention `deviceready` in plugin docs
+* [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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/65db1065/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 52354ff..95f5d4e 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.3-dev">
+      version="0.3.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/65db1065/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 4ed720f..d614469 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.3-dev">
+    version="0.3.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-8110 Incremented plugin version.

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

Branch: refs/heads/master
Commit: b717bc4054e2df44477a3beefc9bd9f3e875fac2
Parents: 65db106
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:08:50 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:08:50 2014 -0800

----------------------------------------------------------------------
 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/b717bc40/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 95f5d4e..93b0ea3 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.3">
+      version="0.3.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/b717bc40/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index d614469..88fb20a 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.3">
+    version="0.3.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