mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
36 lines
1.4 KiB
Markdown
36 lines
1.4 KiB
Markdown
<!--
|
|
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
# or more contributor license agreements. See the NOTICE file
|
|
# distributed with this work for additional information
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
# to you under the Apache License, Version 2.0 (the
|
|
# "License"); you may not use this file except in compliance
|
|
# with the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing,
|
|
# software distributed under the License is distributed on an
|
|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
# KIND, either express or implied. See the License for the
|
|
# specific language governing permissions and limitations
|
|
# under the License.
|
|
#
|
|
-->
|
|
# Release Notes
|
|
|
|
### 0.3.2 (Sept 25, 2013)
|
|
* CB-4889 bumping&resetting version
|
|
* [windows8] commandProxy was moved
|
|
* CB-4889 updating core references
|
|
* CB-4889 renaming org.apache.cordova.core.file-transfer to org.apache.cordova.file-transfer and updating dependency
|
|
* Rename CHANGELOG.md -> RELEASENOTES.md
|
|
|
|
### 0.3.3 (Oct 9, 2013)
|
|
* removed un-needed undef check
|
|
* Fix missing headers in Windows 8 upload proxy
|
|
* Fix missing headers in Windows 8 Proxy
|
|
* Fix Windows 8 HTMLAnchorElement return host:80 which force Basic Auth Header to replace options Auth Header
|
|
* [CB-4915] Incremented plugin version on dev branch.
|