Commit 977b57d 1 parent f0c03bf commit 977b57d Copy full SHA for 977b57d
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ file size of the zip file.
29
29
30
30
## Release Notes
31
31
32
+ ### 3.1.0 (Feb 23, 2016)
33
+ * Updated SSZipArchive (ios lib) to 1.1
34
+
32
35
### 3.0.0 (May 1, 2015)
33
36
* Updated SSZipArchive (ios lib) to 0.2.1
34
37
* Update file plugin dependency to use npm version (cordova-plugin-file)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-zip" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Unzips zip files" ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-unzip" ,
Original file line number Diff line number Diff line change 2
2
<plugin xmlns =" http://phonegap.com/ns/plugins/1.0"
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
id =" cordova-plugin-zip"
5
- version =" 3.0 .0" >
5
+ version =" 3.1 .0" >
6
6
<engines >
7
7
<engine name =" cordova" version =" >=3.3.0" />
8
8
</engines >
You can’t perform that action at this time.
0 commit comments