Repository: cordova-plugin-file Updated Branches: refs/heads/master e281490ad -> 8cbd514f5
CB-9463 Updated version and RELEASENOTES.md for release 3.0.0 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/cba009c1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/cba009c1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/cba009c1 Branch: refs/heads/master Commit: cba009c1e32b8de9c03dfe79f7559499935ca295 Parents: e281490 Author: Steve Gill <[email protected]> Authored: Tue Aug 18 16:20:07 2015 -0700 Committer: Steve Gill <[email protected]> Committed: Tue Aug 18 16:20:07 2015 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 6 ++++++ tests/plugin.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/cba009c1/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0181d7c..063272f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -362,3 +362,9 @@ * Updated resolveFileSystem.js so it can be parsed by uglifyJS * CB-8860 cordova-plugin-file documentation translation: cordova-plugin-file * CB-8792 Fixes reading of json files using readAsText + +### 3.0.0 (Aug 18, 2015) +* Make Android default persistent file location internal +* Fixed issue with file paths not existing when using browserify +* CB-9251: Changed from Intents to Preferences object as per the issue +* CB-9215 Add cordova-plugin-file manual test for windows platform http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/cba009c1/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 506e5e2..5342c9f 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-file-tests" - version="2.1.1-dev"> + version="3.0.0"> <name>Cordova File Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
