- updated change log

- incremented version for release
This commit is contained in:
Sefa Ilkimen 2016-12-19 15:32:13 +01:00
parent afb4ea6199
commit 8092e8b025
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v1.5.3
- handles cookies correctly on non-success response from server
- throws error when a callback function is missing
## v1.5.2
- fixed missing file "umd-tough-cookie.js“ (caused by missing file ".npmignore")

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-advanced-http",
"version": "1.5.2",
"version": "1.5.3",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
"scripts": {
"build": "cp node_modules/umd-tough-cookie/lib/umd-tough-cookie.js www/umd-tough-cookie.js",

View File

@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-advanced-http"
version="1.5.2">
version="1.5.3">
<name>Advanced HTTP plugin</name>