Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from what3words/integration
Browse files Browse the repository at this point in the history
Fixes JQuery known security vulneratility in 2.1.1 - fixes #1
  • Loading branch information
tsamaya authored Feb 6, 2018
2 parents 4d6ecff + 212bc78 commit 926e5ac
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 16 deletions.
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,27 @@ What was done:
- save sprite and css in src/images/sprite
- use https://tinypng.com/ to shrink image weight

#### Use sample

Create a `key.js` file in [demo](./demo/) folder as

```Javascript
var key = 'YOUR-API-KEY';
```

Then open [sample.html](./demo/sample.html) file with your browser


# Revision History

* `v1.3.1` 27/09/17 - change w3w svg logo url
* `v1.3.0` 24/04/17 - fixes conflict with standard jquery-typeahead css, adds searched, selection and cancel events
* `v1.2.1` 29/03/17 - prevent warning message on ajax request and test closest form for validation
* `v1.2.0` 10/03/17 - refactoring plugin : tidying up dependencies, building single and bundle distribution files. Parameters : `multilingual` replace `auto_detect_lang`, `country_filter` replaces `country_selector` using only an ISO_3166-1_alpha-2 code
* `v1.1.0` 13/02/17 - uses API method `autosuggest-ml` with number of background results increased to 50
* `v1.0.0` 07/02/17 - Initial release
| Version | Date | Description |
| -------- | -------- | ----------- |
| `v1.4.0` | 06/02/18 | bump jquery version to prevent security issues |
| `v1.3.1` | 27/09/17 | change w3w svg logo url |
| `v1.3.0` | 24/04/17 | fixes conflict with standard jquery-typeahead css, adds searched, selection and cancel events |
| `v1.2.1` | 29/03/17 | prevent warning message on ajax request and test closest form for validation |
| `v1.2.0` | 10/03/17 | refactoring plugin : tidying up dependencies, building single and bundle distribution files. Parameters : `multilingual` replace `auto_detect_lang`, `country_filter` replaces `country_selector` using only an ISO_3166-1_alpha-2 code |
| `v1.1.0` | 13/02/17 | uses API method `autosuggest-ml` with number of background results increased to 50 |
| `v1.0.0` | 07/02/17 | Initial release |

**Nb** Using European Date Format :smile: Sorry :us-flag:
2 changes: 1 addition & 1 deletion dist/js/jquery.w3w-autosuggest-plugin.bundle.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 926e5ac

Please sign in to comment.