Skip to content

Commit 8db15c6

Browse files
author
Sefa Ilkimen
committed
- update change log
- update version number
1 parent e58a398 commit 8db15c6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- Fixed #83: App crashes on error during download operation on iOS (thanks troyanskiy)
88
- Fixed #76: upload sequence is not respecting order of operations needed by some sites (thanks Johny101)
99

10+
- :warning: **Deprecation**: AngularJS service is deprecated now and will be removed anytime soon
11+
1012
## 1.10.1
1113

1214
- Fixed #71: does not encode query string in URL correctly on Android

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,17 @@ cordova plugin add cordova-plugin-advanced-http
3232

3333
## Usage
3434

35-
### Without AngularJS
35+
### Plain Cordova
3636

3737
This plugin registers a global object located at `cordova.plugin.http`.
3838

39-
### With AngularJS
39+
### With Ionic-native wrapper
40+
41+
Check the [Ionic docs](https://ionicframework.com/docs/native/http/) for how to use this plugin with Ionic-native.
42+
43+
### With AngularJS (Deprecated)
44+
45+
:warning: *This feature is deprecated and will be removed anytime soon.* :warning:
4046

4147
This plugin creates a cordovaHTTP service inside of a cordovaHTTP module. You must load the module when you create your app's module.
4248

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-advanced-http",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
55
"scripts": {
66
"testandroid": "./scripts/build-test-app.sh --android --emulator && ./scripts/test-app.sh --android --emulator",

0 commit comments

Comments
 (0)