diff --git a/CHANGELOG.md b/CHANGELOG.md index c64046c..ded073e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## v.1.5.10 --Fixed #10: fix gzip decompression when request header accepts gzip compression (thanks to DayBr3ak) +- Fixed #10: fix gzip decompression when request header accepts gzip compression (thanks to DayBr3ak) +- Fixed #13: fix angular integration for `setDataSerializer` (thanks to RangerRick) +- Added some missing documentation (thanks to RangerRick) ## v1.5.9 diff --git a/LICENSE b/LICENSE index 30c6eb5..9718013 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ The MIT License (MIT) +Copyright (c) 2017 Mobisys GmbH Copyright (c) 2014 Wymsee, Inc Permission is hereby granted, free of charge, to any person obtaining a copy @@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/package.json b/package.json index eaef009..e877492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-advanced-http", - "version": "1.5.9", + "version": "1.5.10", "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", diff --git a/plugin.xml b/plugin.xml index bae1eea..0f512b3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="1.5.10"> Advanced HTTP plugin