mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
- fixed missing file "umd-tough-cookie.js“
- updated changeling - incremented version for release
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
tags
|
||||||
|
.zedstate
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.5.2
|
||||||
|
|
||||||
|
- fixed missing file "umd-tough-cookie.js“ (caused by missing file ".npmignore")
|
||||||
|
|
||||||
## v1.5.1
|
## v1.5.1
|
||||||
|
|
||||||
- fixed case-sensitive path name of android source files ("CordovaHTTP" --> "cordovahttp")
|
- fixed case-sensitive path name of android source files ("CordovaHTTP" --> "cordovahttp")
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-advanced-http",
|
"name": "cordova-plugin-advanced-http",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
|
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cp node_modules/umd-tough-cookie/lib/umd-tough-cookie.js www/umd-tough-cookie.js",
|
"build": "cp node_modules/umd-tough-cookie/lib/umd-tough-cookie.js www/umd-tough-cookie.js",
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-advanced-http"
|
id="cordova-plugin-advanced-http"
|
||||||
version="1.5.1">
|
version="1.5.2">
|
||||||
|
|
||||||
<name>Advanced HTTP plugin</name>
|
<name>Advanced HTTP plugin</name>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user