- incremented version

- updated change log and readme
This commit is contained in:
Sefa Ilkimen
2016-11-14 15:43:18 +01:00
parent 0d627b7a0d
commit 57ac6f5fc2
4 changed files with 8 additions and 5 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
# Changelog
## v1.3.0
## v1.4.0
- forked from "cordova-plugin-http" v1.2.0 (see https://github.com/wymsee/cordova-HTTP)
- added configuration for data serializer
- added HTTP methods PUT and DELETE
# Previous changelog (cordova-plugin-http)
+3 -2
View File
@@ -1,7 +1,8 @@
cordovaHTTP
==================
Cordova Advanced HTTP
=====================
Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android.
This is a fork of [Wymsee's Cordova-HTTP plugin](https://github.com/wymsee/cordova-HTTP).
## Advantages over Javascript requests
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-advanced-http",
"version": "1.3.0",
"version": "1.4.0",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
"cordova": {
"id": "cordova-plugin-advanced-http",
+1 -1
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.3.0">
version="1.4.0">
<name>Advanced HTTP plugin</name>