File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.5.0
4
+
5
+ - added cookie handling
6
+ - cookies are persisted via web storage API
7
+
3
8
## v1.4.0
4
9
5
10
- forked from "cordova-plugin-http" v1.2.0 (see https://github.com/wymsee/cordova-HTTP )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-advanced-http" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning" ,
5
5
"scripts" : {
6
- "build" : " cp node_modules/umd-tough-cookie/lib/umd-tough-cookie.js www/umd-tough-cookie.js"
6
+ "build" : " cp node_modules/umd-tough-cookie/lib/umd-tough-cookie.js www/umd-tough-cookie.js" ,
7
+ "prepublish" : " npm run build"
7
8
},
8
9
"cordova" : {
9
10
"id" : " cordova-plugin-advanced-http" ,
28
29
"engines" : [
29
30
{
30
31
"name" : " cordova" ,
31
- "version" : " >=3 .0.0"
32
+ "version" : " >=4 .0.0"
32
33
}
33
34
],
34
35
"author" : " Wymsee" ,
Original file line number Diff line number Diff line change 2
2
<plugin xmlns =" http://www.phonegap.com/ns/plugins/1.0"
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
id =" cordova-plugin-advanced-http"
5
- version =" 1.4 .0" >
5
+ version =" 1.5 .0" >
6
6
7
7
<name >Advanced HTTP plugin</name >
8
8
11
11
</description >
12
12
13
13
<engines >
14
- <engine name =" cordova" version =" >=3.5 .0" />
14
+ <engine name =" cordova" version =" >=4.0 .0" />
15
15
</engines >
16
16
17
17
<dependency id =" cordova-plugin-file" version =" >=2.0.0" />
You can’t perform that action at this time.
0 commit comments