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 2016/09/09 23:09:42 UTC

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

Repository: cordova-plugin-globalization
Updated Branches:
  refs/heads/master 93a8a9bbd -> 1cc35b707


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

Branch: refs/heads/master
Commit: 6042184e3c39449b07c80e3f6487360589e88e95
Parents: 93a8a9b
Author: Steve Gill <st...@gmail.com>
Authored: Thu Sep 8 23:38:54 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Sep 8 23:38:54 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6042184e/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2073d72..b230ee6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Release Notes
 
+### 1.0.4 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
+* Add badges for paramedic builds on Jenkins
+* Add pull request template.
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
+
 ### 1.0.3 (Mar 09, 2016)
 * [CB-10792](https://issues.apache.org/jira/browse/CB-10792) -Cannot install cordova-plugin-globalization with cordova-windows on Ubuntu
 * [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add JSHint for plugins

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6042184e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index e275f2d..65e1659 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-globalization",
-  "version": "1.0.4-dev",
+  "version": "1.0.4",
   "description": "Cordova Globalization Plugin",
   "cordova": {
     "id": "cordova-plugin-globalization",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6042184e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 412054b..12077e1 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.4-dev">
+      version="1.0.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/6042184e/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3925525..4a94f0c 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.4-dev">
+    version="1.0.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-11832 Incremented plugin version.

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

Branch: refs/heads/master
Commit: 1cc35b707c824cdeb19470cdf529b2131bdd47a7
Parents: 6042184
Author: Steve Gill <st...@gmail.com>
Authored: Fri Sep 9 16:08:04 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Sep 9 16:08:04 2016 -0700

----------------------------------------------------------------------
 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/1cc35b70/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 65e1659..ba0d171 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-globalization",
-  "version": "1.0.4",
+  "version": "1.0.5-dev",
   "description": "Cordova Globalization Plugin",
   "cordova": {
     "id": "cordova-plugin-globalization",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/1cc35b70/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 12077e1..3b0246b 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.4">
+      version="1.0.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/1cc35b70/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 4a94f0c..a89d705 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.4">
+    version="1.0.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