diff --git a/CHANGELOG.md b/CHANGELOG.md index f643d0a..2d9aa9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Feature #239: add enumeration style object for error codes - Feature #253: add support for response type "json" +- Feature #127: add multiple file upload (thanks SDA SE Open Industry Solutions and nilswitschel) ## 2.1.1 diff --git a/package-lock.json b/package-lock.json index 314aa3c..63c3ee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-advanced-http", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/plugin.xml b/plugin.xml index 9b63c76..bafbba3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Advanced HTTP plugin Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning