Skip to content

Commit 2a375c6

Browse files
committed
CB-9192 Updated version and RELEASENOTES.md for release 2.1.0
1 parent 5c253ba commit 2a375c6

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

RELEASENOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,3 +353,12 @@
353353
* CB-8459 Fixes spec 111 failure due to incorrect relative paths handling
354354
* Code cleanup, whitespace
355355
* Added nativeURL property to FileEntry, implemented readAsArrayBuffer and readAsBinaryString
356+
357+
### 2.1.0 (Jun 17, 2015)
358+
* added missing license header
359+
* CB-9128 cordova-plugin-file documentation translation: cordova-plugin-file
360+
* fix npm md
361+
* CB-8844 Increased timeout for asset tests
362+
* Updated resolveFileSystem.js so it can be parsed by uglifyJS
363+
* CB-8860 cordova-plugin-file documentation translation: cordova-plugin-file
364+
* CB-8792 Fixes reading of json files using readAsText

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-file",
3-
"version": "2.0.1-dev",
3+
"version": "2.1.0",
44
"description": "Cordova File Plugin",
55
"cordova": {
66
"id": "cordova-plugin-file",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-file"
24-
version="2.0.1-dev">
24+
version="2.1.0">
2525
<name>File</name>
2626
<description>Cordova File Plugin</description>
2727
<license>Apache 2.0</license>

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:rim="http://www.blackberry.com/ns/widgets"
2323
xmlns:android="http://schemas.android.com/apk/res/android"
2424
id="cordova-plugin-file-tests"
25-
version="2.0.1-dev">
25+
version="2.1.0">
2626

2727
<name>Cordova File Plugin Tests</name>
2828
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)