- fixed missing file "umd-tough-cookie.js“

- updated changeling
- incremented version for release
This commit is contained in:
Sefa Ilkimen
2016-12-07 17:21:03 +01:00
parent 8267a02c9d
commit 2c8c8a14a5
4 changed files with 8 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
tags
.zedstate
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## v1.5.2
- fixed missing file "umd-tough-cookie.js“ (caused by missing file ".npmignore")
## v1.5.1
- fixed case-sensitive path name of android source files ("CordovaHTTP" --> "cordovahttp")
+1 -1
View File
@@ -1,6 +1,6 @@
{
"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",
"scripts": {
"build": "cp node_modules/umd-tough-cookie/lib/umd-tough-cookie.js www/umd-tough-cookie.js",
+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.5.1">
version="1.5.2">
<name>Advanced HTTP plugin</name>