Repository: cordova-plugin-console
Updated Branches:
  refs/heads/master 2faa23014 -> bd8719aac


CB-12519 Updated version and RELEASENOTES.md for release 1.0.6


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

Branch: refs/heads/master
Commit: 63c767c9fe89d971a802fc56657bf830cf29e3ed
Parents: 2faa230
Author: Steve Gill <[email protected]>
Authored: Tue Feb 28 17:41:25 2017 -0800
Committer: Steve Gill <[email protected]>
Committed: Tue Feb 28 17:41:25 2017 -0800

----------------------------------------------------------------------
 RELEASENOTES.md  |   4 +
 package.json     |   2 +-
 plugin.xml       | 203 +++++++++++++++++++-------------------------------
 tests/plugin.xml |  35 ++-------
 4 files changed, 87 insertions(+), 157 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/63c767c9/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 13d3210..bb3d5b0 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Release Notes
 
+### 1.0.6 (Feb 28, 2017)
+* [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build 
badges for **iOS 9.3** and **iOS 10.0**
+* [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed **Windows 
8.1** build badges
+
 ### 1.0.5 (Dec 07, 2016)
 * [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version 
and RELEASENOTES.md for release 1.0.5
 * [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull 
request template checklist item: "iCLA has been submitted…"

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/63c767c9/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 23403a2..b923db7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-console",
-  "version": "1.0.6-dev",
+  "version": "1.0.6",
   "description": "Cordova Console Plugin",
   "cordova": {
     "id": "cordova-plugin-console",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/63c767c9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6570a7e..8f996b6 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,127 +1,78 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-
-<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
-           id="cordova-plugin-console"
-      version="1.0.6-dev">
-
-    <name>Console</name>
-    <description>Cordova Console Plugin</description>
-    <license>Apache 2.0</license>
-    <keywords>cordova,console</keywords>
-    
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git</repo>
-    <issue>https://issues.apache.org/jira/browse/CB/component/12320644</issue>
-
-    <!-- ios -->
-    <platform name="ios">
-
-        <config-file target="config.xml" parent="/*">
-               <feature name="Console">
-                       <param name="ios-package" value="CDVLogger"/>
-               </feature>
-        </config-file>
-
-        <js-module src="www/console-via-logger.js" name="console">
-            <clobbers target="console" />
-        </js-module>
-
-        <js-module src="www/logger.js" name="logger">
-            <clobbers target="cordova.logger" />
-        </js-module>
-
-       <header-file src="src/ios/CDVLogger.h" />
-       <source-file src="src/ios/CDVLogger.m" />
-
-    </platform>
-
-    <!-- ubuntu -->
-    <platform name="ubuntu">
-        <js-module src="www/console-via-logger.js" name="console">
-            <clobbers target="console" />
-        </js-module>
-
-        <js-module src="www/logger.js" name="logger">
-            <clobbers target="cordova.logger" />
-        </js-module>
-
-        <header-file src="src/ubuntu/console.h" />
-        <source-file src="src/ubuntu/console.cpp" />
-
-    </platform>
-
-    <!-- wp7 -->
-    <platform name="wp7">
-        <config-file target="config.xml" parent="/*">
-            <feature name="Console">
-                <param name="wp-package" value="DebugConsole"/>
-            </feature>
-        </config-file>
-
-        <js-module src="www/console-via-logger.js" name="console">
-            <clobbers target="console" />
-        </js-module>
-
-        <js-module src="www/logger.js" name="logger">
-            <clobbers target="cordova.logger" />
-        </js-module>
-
-        <source-file src="src/wp/DebugConsole.cs" />
-    </platform>
-
-    <!-- wp8 -->
-    <platform name="wp8">
-        <config-file target="config.xml" parent="/*">
-            <feature name="Console">
-                <param name="wp-package" value="DebugConsole"/>
-            </feature>
-        </config-file>
-
-        <js-module src="www/console-via-logger.js" name="console">
-            <clobbers target="console" />
-        </js-module>
-
-        <js-module src="www/logger.js" name="logger">
-            <clobbers target="cordova.logger" />
-        </js-module>
-
-        <source-file src="src/wp/DebugConsole.cs" />
-    </platform>
-
-    <!-- windows8 -->
-    <platform name="windows8">
-        <js-module src="www/logger.js" name="logger">
-            <clobbers target="cordova.logger" />
-        </js-module>
-        <js-module src="www/console-via-logger.js" name="console">
-            <clobbers target="console" />
-        </js-module>
-    </platform>
-
-    <!-- Windows universal platform -->
-    <platform name="windows">
-        <js-module src="www/logger.js" name="logger">
-            <clobbers target="cordova.logger" />
-        </js-module>
-        <js-module src="www/console-via-logger.js" name="console">
-            <clobbers target="console" />
-        </js-module>
-    </platform>
-
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"; 
id="cordova-plugin-console" version="1.0.6">
+  <name>Console</name>
+  <description>Cordova Console Plugin</description>
+  <license>Apache 2.0</license>
+  <keywords>cordova,console</keywords>
+  
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git</repo>
+  <issue>https://issues.apache.org/jira/browse/CB/component/12320644</issue>
+  <platform name="ios">
+    <config-file target="config.xml" parent="/*">
+      <feature name="Console">
+        <param name="ios-package" value="CDVLogger"/>
+      </feature>
+    </config-file>
+    <js-module src="www/console-via-logger.js" name="console">
+      <clobbers target="console"/>
+    </js-module>
+    <js-module src="www/logger.js" name="logger">
+      <clobbers target="cordova.logger"/>
+    </js-module>
+    <header-file src="src/ios/CDVLogger.h"/>
+    <source-file src="src/ios/CDVLogger.m"/>
+  </platform>
+  <platform name="ubuntu">
+    <js-module src="www/console-via-logger.js" name="console">
+      <clobbers target="console"/>
+    </js-module>
+    <js-module src="www/logger.js" name="logger">
+      <clobbers target="cordova.logger"/>
+    </js-module>
+    <header-file src="src/ubuntu/console.h"/>
+    <source-file src="src/ubuntu/console.cpp"/>
+  </platform>
+  <platform name="wp7">
+    <config-file target="config.xml" parent="/*">
+      <feature name="Console">
+        <param name="wp-package" value="DebugConsole"/>
+      </feature>
+    </config-file>
+    <js-module src="www/console-via-logger.js" name="console">
+      <clobbers target="console"/>
+    </js-module>
+    <js-module src="www/logger.js" name="logger">
+      <clobbers target="cordova.logger"/>
+    </js-module>
+    <source-file src="src/wp/DebugConsole.cs"/>
+  </platform>
+  <platform name="wp8">
+    <config-file target="config.xml" parent="/*">
+      <feature name="Console">
+        <param name="wp-package" value="DebugConsole"/>
+      </feature>
+    </config-file>
+    <js-module src="www/console-via-logger.js" name="console">
+      <clobbers target="console"/>
+    </js-module>
+    <js-module src="www/logger.js" name="logger">
+      <clobbers target="cordova.logger"/>
+    </js-module>
+    <source-file src="src/wp/DebugConsole.cs"/>
+  </platform>
+  <platform name="windows8">
+    <js-module src="www/logger.js" name="logger">
+      <clobbers target="cordova.logger"/>
+    </js-module>
+    <js-module src="www/console-via-logger.js" name="console">
+      <clobbers target="console"/>
+    </js-module>
+  </platform>
+  <platform name="windows">
+    <js-module src="www/logger.js" name="logger">
+      <clobbers target="cordova.logger"/>
+    </js-module>
+    <js-module src="www/console-via-logger.js" name="console">
+      <clobbers target="console"/>
+    </js-module>
+  </platform>
 </plugin>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/63c767c9/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 75a8052..e6a6ef7 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -1,31 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-
-<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
-    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.6-dev">
-    <name>Cordova Console Plugin Tests</name>
-    <license>Apache 2.0</license>
-
-    <js-module src="tests.js" name="tests">
-    </js-module>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"; 
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.6">
+  <name>Cordova Console Plugin Tests</name>
+  <license>Apache 2.0</license>
+  <js-module src="tests.js" name="tests"/>
 </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to