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 2017/09/18 20:31:54 UTC

[1/2] cordova-plugin-console git commit: CB-13294 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)

Repository: cordova-plugin-console
Updated Branches:
  refs/heads/master 0681d8a63 -> 4a6bc4b87


CB-13294 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/f0e113bd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/f0e113bd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/f0e113bd

Branch: refs/heads/master
Commit: f0e113bdf43aedcc8b5c059ea76f31a30346465e
Parents: 0681d8a
Author: Steve Gill <st...@gmail.com>
Authored: Mon Sep 18 13:30:44 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Sep 18 13:30:44 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/f0e113bd/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 19ce197..ecc84ee 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,15 @@
 -->
 # Release Notes
 
+### 2.0.0 (Sep 18, 2017)
+* [CB-13170](https://issues.apache.org/jira/browse/CB-13170) Integrated this plugin into `cordova-ios@4.5.0`. This plugin will not install for `cordova-ios >= 4.5.0`.
+* [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on `Travis` and `AppVeyor`
+* [CB-13000](https://issues.apache.org/jira/browse/CB-13000) (CI) Speed up **Android** builds
+* [CB-12991](https://issues.apache.org/jira/browse/CB-12991) (CI) Updated CI badges
+* [CB-12935](https://issues.apache.org/jira/browse/CB-12935) (**windows**) Enable paramedic builds on AppVeyor
+* [CB-12935](https://issues.apache.org/jira/browse/CB-12935) (**ios**, **Android**) Run `paramedic` builds on `Travis`
+* [CB-12847](https://issues.apache.org/jira/browse/CB-12847) added `bugs` entry to `package.json`.
+
 ### 1.0.7 (Apr 27, 2017)
 * [CB-12622](https://issues.apache.org/jira/browse/CB-12622) Added **Android 6.0** build badge to `README`
 * [CB-12685](https://issues.apache.org/jira/browse/CB-12685) added `package.json` to tests folder

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/f0e113bd/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1294e5d..7c2d5b3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-console",
-  "version": "2.0.0-dev",
+  "version": "2.0.0",
   "description": "Cordova Console Plugin",
   "cordova": {
     "id": "cordova-plugin-console",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/f0e113bd/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 32739ed..35330df 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-console"
-      version="2.0.0-dev">
+      version="2.0.0">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/f0e113bd/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 2d0df4e..af00a45 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-console-tests"
-    version="1.0.8-dev">
+    version="2.0.0">
     <name>Cordova Console 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-console git commit: Set VERSION to 2.0.1-dev (via coho)

Posted by st...@apache.org.
Set VERSION to 2.0.1-dev (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/4a6bc4b8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/4a6bc4b8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/4a6bc4b8

Branch: refs/heads/master
Commit: 4a6bc4b876853da17008e70fb8f103bd133cf7ce
Parents: f0e113b
Author: Steve Gill <st...@gmail.com>
Authored: Mon Sep 18 13:31:03 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Sep 18 13:31:03 2017 -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-console/blob/4a6bc4b8/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 7c2d5b3..874a2a5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-console",
-  "version": "2.0.0",
+  "version": "2.0.1-dev",
   "description": "Cordova Console Plugin",
   "cordova": {
     "id": "cordova-plugin-console",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/4a6bc4b8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 35330df..6ddb6c5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-console"
-      version="2.0.0">
+      version="2.0.1-dev">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/4a6bc4b8/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index af00a45..37c17d7 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-console-tests"
-    version="2.0.0">
+    version="2.0.1-dev">
     <name>Cordova Console 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