We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adec71 commit 53224edCopy full SHA for 53224ed
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## 1.10.1
4
5
- Fixed #71: does not encode query string in URL correctly on Android
6
+- Fixed #72: app crashes if response encoding is not UTF-8
7
8
## 1.10.0
9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cordova-plugin-advanced-http",
- "version": "1.10.0",
+ "version": "1.10.1",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
"scripts": {
"testandroid": "./scripts/build-test-app.sh --android --emulator && ./scripts/test-app.sh --android --emulator",
0 commit comments