Repository: cordova-plugin-file Updated Branches: refs/heads/master 3ddc780dc -> 05604b138 Updated Tags: refs/tags/r1.3.1 [created] 198ca6198
CB-7571 Updated version and RELEASENOTES.md for release 1.3.1 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/198ca619 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/198ca619 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/198ca619 Branch: refs/heads/master Commit: 198ca6198e7e5f4dc64024304560dc8deb69732d Parents: 3ddc780 Author: Marcel Kinard <[email protected]> Authored: Wed Sep 17 15:27:41 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Sep 17 15:27:41 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 32 ++++++++++++++++++++++++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/198ca619/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1c22771..379a769 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -243,3 +243,35 @@ * CB-6922: Use getFileMetadata consistently to get metadata * changed fullPath to self.rootDocsPath * CB-6890: Fix pluginManager access for 4.0.x branch + +### 1.3.1 (Sep 17, 2014) +* CB-7471 cordova-plugin-file documentation translation +* CB-7272 Replace confusing "r/o" abbreviation with just "r" +* CB-7423 encode path before attempting to resolve +* CB-7375 Fix the filesystem name in resolveLocalFileSystemUri +* CB-7445 [BlackBerry10] resolveLocalFileSystemURI - change DEFAULT_SIZE to MAX_SIZE +* CB-7458 [BlackBerry10] resolveLocalFileSystemURL - add filesystem property +* CB-7445 [BlackBerry10] Add default file system size to prevent quota exceeded error on initial install +* CB-7431 Avoid calling done() twice in file.spec.109 test +* CB-7413 Adds support of 'ms-appdata://' URIs +* CB-7422 [File Tests] Use proper fileSystem to create fullPath +* CB-7375 [Entry] get proper filesystem in Entry +* Amazon related changes. +* CB-7375 Remove leading slash statement from condition +* Refactored much of the logic in FileMetadata constructor. Directory.size will return 0 +* CB-7419 [WP8] Added support to get metada from dir +* CB-7418 [DirectoryEntry] Added fullPath variable as part of condition +* CB-7417 [File tests] added proper matcher to compare fullPath property +* CB-7375 Partial revert to resolve WP8 failures +* Overwrite existing file on getFile when create is true +* CB-7375 CB-6148: Ensure that return values from copy and move operations reference the correct filesystem +* CB-6724 changed style detail on documentation +* Added new js files to amazon-fireos platform. +* Adds Windows platform +* Fixes multiple mobilespec tests errors +* Removed test/tests.js module from main plugin.xml +* CB-7094 renamed folder to tests + added nested plugin.xml +* added documentation for manual tests +* CB-6923 Adding support to handle relative paths +* Style improvements on Manual tests +* CB-7094 Ported File manual tests http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/198ca619/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index bc24f36..7996d01 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,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="1.3.1-dev"> + version="1.3.1"> <name>File</name> <description>Cordova File Plugin</description> <license>Apache 2.0</license> http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/198ca619/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index a84cebb..5d7b256 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="org.apache.cordova.file.tests" - version="1.2.1-dev"> + version="1.3.1"> <name>Cordova File Plugin Tests</name> <license>Apache 2.0</license>
