- update version number

- update changelog
- enable travis caching for node modules
This commit is contained in:
Sefa Ilkimen
2017-10-27 16:44:37 +02:00
parent 0aee536d5c
commit 4db3939bbe
3 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ language: objective-c
os: osx
osx_image: xcode9.1
cache: false
cache:
directories:
- node_modules
addons:
sauce_connect:
+2 -1
View File
@@ -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
View File
@@ -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",