Update changelog

This commit is contained in:
Sefa Ilkimen
2019-03-11 13:59:17 +01:00
parent 8f859db57f
commit 56272b9a5d
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@
## 2.0.6
- Fixed #187: setSSLCertMode with "default" throws an error on Android
- Fixed #115: HTTP connections are not kept alive on iOS (thanks MorpheusDe97)
## 2.0.5
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-advanced-http",
"version": "2.0.5",
"version": "2.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -25,8 +25,8 @@
- (void)pluginInitialize {
securityPolicy = [AFSecurityPolicy policyWithPinningMode:AFSSLPinningModeNone];
redirect = true;
manager = [AFHTTPSessionManager manager];
redirect = true;
}
- (void)setRequestSerializer:(NSString*)serializerName forManager:(AFHTTPSessionManager*)manager {