From 4db3939bbed47f7d7d18f5339ec46364026fa5ad Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Fri, 27 Oct 2017 16:44:37 +0200 Subject: [PATCH] - update version number - update changelog - enable travis caching for node modules --- .travis.yml | 4 +++- CHANGELOG.md | 3 ++- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35ba419..4fa801a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,9 @@ language: objective-c os: osx osx_image: xcode9.1 -cache: false +cache: + directories: + - node_modules addons: sauce_connect: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f97b79..86433c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index be4c210..4335a09 100644 --- a/package.json +++ b/package.json @@ -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",