You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:56:24 UTC

[4/4] git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.2.8

CB-6452 Updated version and RELEASENOTES.md for release 0.2.8


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

Branch: refs/heads/master
Commit: 266973315d3dbde6579c7e775eb0d7f9b995bbaf
Parents: 4841b2e
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

----------------------------------------------------------------------
 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/26697331/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index af7d66e..2501627 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -40,3 +40,7 @@
 ### 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
+
+### 0.2.8 (Apr 17, 2014)
+* CB-6460: Update license headers
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/26697331/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c32b355..8e7bcbf 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.console"
-      version="0.2.8-dev">
+      version="0.2.8">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>