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/02/11 00:21:21 UTC

[5/5] git commit: CB-5980 Updated version and RELEASENOTES.md for release 0.2.7

CB-5980 Updated version and RELEASENOTES.md for release 0.2.7


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

Branch: refs/heads/master
Commit: 4dde8581c47a92d64a5a4f4eef5342e8f4dd0629
Parents: 5c835dc
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:58 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 17:53:58 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/4dde8581/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f15f20c..af7d66e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -36,3 +36,7 @@
 
 ### 0.2.6 (Jan 02, 2014)
 * CB-5658 Add doc/index.md for Console plugin
+
+### 0.2.7 (Feb 05, 2014)
+* Native console needs to be called DebugConsole to avoid ambiguous reference. This commit requires the 3.4.0 version of the native class factory
+* CB-4718 fixed Console plugin not working on wp

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/4dde8581/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4bebf02..316c115 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.console"
-      version="0.2.7-dev">
+      version="0.2.7">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>