mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-07-26 00:00:14 +08:00
- update version number
- update changelog - enable travis caching for node modules
This commit is contained in:
+3
-1
@@ -4,7 +4,9 @@ language: objective-c
|
||||
os: osx
|
||||
osx_image: xcode9.1
|
||||
|
||||
cache: false
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
addons:
|
||||
sauce_connect:
|
||||
|
||||
+2
-1
@@ -2,8 +2,9 @@
|
||||
|
||||
## v1.7.1
|
||||
|
||||
- Fixed #36: setting basic authentication not working correctly
|
||||
- Fixed #36: setting basic authentication not working correctly (thanks jkfb)
|
||||
- Fixed #35: Android headers are not normalized (not returned in lowercase)
|
||||
- Fixed #26: JSON request with array data is not working on Android (JSON error)
|
||||
|
||||
## v1.7.0
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-plugin-advanced-http",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
|
||||
"scripts": {
|
||||
"testapp": "./scripts/build-test-app.sh && ./scripts/test-app.sh --ios --emulator",
|
||||
|
||||
Reference in New Issue
Block a user