chore: bump version and update readme

This commit is contained in:
Sefa Ilkimen
2020-08-17 15:59:23 +02:00
parent 57562a0dcf
commit 9bb0c58e35
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -1,11 +1,14 @@
# Changelog
## 3.0.1
- Fixed #359: memory leakage leads to app crashes on Android
## 3.0.0
- Feature #158: support removing headers which were previously set via "setHeader"
- Fixed #345: empty file names are not handled correctly (thanks ikosta)
- Fixed #359: memory leakage leads to app crashes on Android
- :warning: **Breaking Change**: Dropped support for Android < 5.1
- :warning: **Breaking Change**: Removed "disableRedirect", use "setFollowRedirect" instead
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-advanced-http",
"version": "3.0.0",
"version": "3.0.1",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
"scripts": {
"updatecert": "node ./scripts/update-e2e-server-cert.js && node ./scripts/update-e2e-client-cert.js",
@@ -66,4 +66,4 @@
"wd": "1.12.1",
"xml2js": "0.4.23"
}
}
}