Skip to content

Commit 0d473ad

Browse files
committed
README and version updated
1 parent 20d32a5 commit 0d473ad

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
[IPGeolocation API](https://ipgeolocation.io) is the solution to identify country code (ISO2 and ISO3 standard), country name, continent code, continent name, country capital, state/province, district, city, zip code, latitude and longitude of city, is country belongs to Europian Union, calling code, top level domain (TLD), languages, country flag, internet service provider (ISP), connection type, organization, geoname ID, currency code, currency name, time zone ID, time zone offset, current time in the time zone, is time zone in daylight saving time, and total daylight savings. This document provides important information to help you get up to speed with IPGeolocation API using IP Geolocation API JQuery SDK.
66

7+
Note: This SDK is compatible with Vanilla JS and doesn't require JQuery as we have dropped the JQuery dependencies from v1.1.0 in this SDK.
8+
79
Developers can use this JQuery SDK for software and web projects related to, but not limited to:
810

911
1. Display native language and currency
@@ -30,7 +32,7 @@ Internet connection is required to run this component.
3032
Add the following script in your HTML page:
3133

3234
```html
33-
<script src="https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.9/ipgeolocation.min.js"></script>
35+
<script src="https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.1.0/ipgeolocation.min.js"></script>
3436
```
3537

3638
## Geolocation Lookup
@@ -118,8 +120,7 @@ _ipgeolocation.getTimezone(handleResponse, "YOUR_API_KEY");
118120
Here is a sample code to use IP Geolocation API using JQuery SDK:
119121

120122
```javascript
121-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
122-
<script src="https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.9/ipgeolocation.min.js"></script>
123+
<script src="https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.1.0/ipgeolocation.min.js"></script>
123124

124125
<script>
125126
// On call to IPGeolocation API on each page during a user's visit, API response will be served from sessionStorage after the first page.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"#USER",
1919
"/"
2020
],
21-
"_resolved": "https://registry.npmjs.org/ip-geolocation-api-jquery-sdk/-/ip-geolocation-api-jquery-sdk-1.0.9.tgz",
21+
"_resolved": "https://registry.npmjs.org/ip-geolocation-api-jquery-sdk/-/ip-geolocation-api-jquery-sdk-1.1.0.tgz",
2222
"_shasum": "7afe1f670ee1309eb9effb25818c481c5d855593",
2323
"_spec": "ip-geolocation-api-jquery-sdk",
2424
"_where": "/home/developer/jQry/npm",
@@ -45,7 +45,7 @@
4545
"scripts": {
4646
"test": "echo \"Error: no test specified\" && exit 1"
4747
},
48-
"version": "1.0.9",
48+
"version": "1.1.0",
4949
"repository": {
5050
"type": "git",
5151
"url": "git+https://github.com/IPGeolocation/ip-geolocation-api-jQuery-sdk.git"

0 commit comments

Comments
 (0)