We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1b195 commit 31b1eeeCopy full SHA for 31b1eee
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.3.1
4
+
5
+- Fixed #275: getAllCookies() is broken because of a typo (thanks ath0mas)
6
7
## 2.3.0
8
9
- Feature #101: Support "multipart/form-data" requests (thanks SDA SE Open Industry Solutions)
package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-advanced-http",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
"scripts": {
"updatecert": "node ./scripts/update-e2e-server-cert.js && node ./scripts/update-e2e-client-cert.js",
0 commit comments