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 2013/10/28 23:11:22 UTC

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

[CB-5188] Updated version and RELEASENOTES.md for release 0.2.4


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

Branch: refs/heads/master
Commit: eae4edbcbda2a7d95f8f017cc95b6fcf9fa0fd04
Parents: aef8d8f
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 10:59:44 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 10:59:44 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/eae4edbc/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3e3277b..286b8f5 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -25,3 +25,8 @@
 * CB-4889 renaming org.apache.cordova.core.console to org.apache.cordova.console
 * Rename CHANGELOG.md -> RELEASENOTES.md
 * [CB-4752] Incremented plugin version on dev branch.
+
+ ### 0.2.4 (Oct 28, 2013)
+* CB-5154 log formatting incorrectly to native
+* CB-5128: added repo + issue tag to plugin.xml for console plugin
+* [CB-4915] Incremented plugin version on dev branch.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/eae4edbc/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a0fa7f8..2bb3dd6 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.4-dev">
+      version="0.2.4">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>