Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31038108C3 for ; Thu, 5 Jun 2014 20:43:54 +0000 (UTC) Received: (qmail 73644 invoked by uid 500); 5 Jun 2014 20:43:54 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 73614 invoked by uid 500); 5 Jun 2014 20:43:54 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 73581 invoked by uid 99); 5 Jun 2014 20:43:54 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2014 20:43:54 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C4A6794C9B3; Thu, 5 Jun 2014 20:43:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Thu, 05 Jun 2014 20:43:53 -0000 Message-Id: <4bb8a4a063a046c98c9e9998a4c8dce2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: CB-6877 Updated version and RELEASENOTES.md for release 1.2.0 Repository: cordova-plugin-file Updated Branches: refs/heads/master 05e393ddb -> cc694e57c Updated Tags: refs/tags/r1.2.0 [created] e02d3d0f8 CB-6877 Updated version and RELEASENOTES.md for release 1.2.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/e02d3d0f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/e02d3d0f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/e02d3d0f Branch: refs/heads/master Commit: e02d3d0f8e9cac4bf309bd60ccb65044168435be Parents: 05e393d Author: Steven Gill Authored: Thu Jun 5 13:39:42 2014 -0700 Committer: Steven Gill Committed: Thu Jun 5 13:39:42 2014 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 30 ++++++++++++++++++++++++++++++ plugin.xml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/e02d3d0f/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d34cb47..d1fc57c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -173,3 +173,33 @@ * CB-4952: ios: Resolve symlinks in file:// URLs * Add docs about the extraFileSystems * CB-6460: Update license headers + +### 1.2.0 (Jun 05, 2014) +* CB-6127 Spanish and French Translations added. Github close #31 +* updated this reference to window +* Add missing semicolon (copy & paste error) +* Fix compiler warning about symbol in interface not matching implementation +* Fix sorting order in supported platforms +* ubuntu: increase quota value +* ubuntu: Change FS URL scheme to 'cdvfile' +* ubuntu: Return size with Entry.getMetadata() method +* CB-6803 Add license +* Initial implementation for Firefox OS +* Small wording tweaks +* Fixed toURL() toInternalURL() information in the doku +* ios: Don't fail a write of zero-length payload. +* CB-285 Docs for cordova.file.*Directory properties +* CB-285 Add cordova.file.*Directory properties for iOS & Android +* CB-3440 [BlackBerry10] Proxy based implementation +* Fix typo in docs "app-bundle" -> "bundle" +* CB-6583 ios: Fix failing to create entry when space in parent path +* CB-6571 android: Make DirectoryEntry.toURL() have a trailing / +* CB-6491 add CONTRIBUTING.md +* CB-6525 android, ios: Allow file: URLs in all APIs. Fixes FileTransfer.download not being called. +* fix the Windows 8 implementation of the getFile method +* Update File.js for typo: lastModifiedData --> lastModifiedDate (closes #38) +* Add error codes. +* CB-5980 Updated version and RELEASENOTES.md for release 1.0.0 +* Add NOTICE file +* CB-6114 Updated version and RELEASENOTES.md for release 1.0.1 +* CB-5980 Updated version and RELEASENOTES.md for release 1.0.0 http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/e02d3d0f/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index c724259..d9137a6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.2.0"> File Cordova File Plugin Apache 2.0