mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
- incremented version
- updated change log and readme
This commit is contained in:
+3
-1
@@ -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)
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user