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/09/27 00:26:14 UTC

[14/14] git commit: [CB-4915] Updated version and RELEASENOTES.md for release 0.2.3

[CB-4915] Updated version and RELEASENOTES.md for release 0.2.3


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

Branch: refs/heads/master
Commit: 0e2ce7be57607b87d852ae55d6508d2651b5c8ed
Parents: 40678cc
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:36:53 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:36:53 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/0e2ce7be/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9239ecb..81a1e7b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -24,3 +24,17 @@
 * [CB-4656] Don't add newlines in data urls within readAsDataUrl.
 * [CB-4514] Making DirectoryCopy Recursive
 * [iOS] Simplify the code in resolveLocalFileSystemURI
+
+### 0.2.3 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* [CB-4903] File Plugin not loading Windows8
+* [CB-4903] File Plugin not loading Windows8
+* CB-4889 renaming references
+* CB-4889 renaming org.apache.cordova.core.file to org.apache.cordova.file
+* Rename CHANGELOG.md -> RELEASENOTES.md
+* [CB-4771] Expose TEMPORARY and PERSISTENT constants on window.
+* Fix compiler/lint warnings
+* [CB-4764] Move DirectoryManager.java into file plugin
+* [CB-4763] Copy FileHelper.java into the plugin.
+* [CB-2901] [BlackBerry10] Automatically unsandbox filesystem if path is not in app sandbox
+* [CB-4752] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/0e2ce7be/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d92bd42..1dfe453 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.file"
-      version="0.2.3-dev">
+      version="0.2.3">
     <name>File</name>
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>