File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ must be loaded **before** Mapael in order to work properly.
47
47
48
48
Include in your project page one of these tags:
49
49
``` html
50
- <script src =" //cdnjs.cloudflare.com/ajax/libs/jquery-mapael/2.1 .0/js/jquery.mapael.min.js" ></script >
51
- <script src =" //cdn.jsdelivr.net/npm/jquery-mapael@2.1 .0/js/jquery.mapael.min.js" ></script >
50
+ <script src =" //cdnjs.cloudflare.com/ajax/libs/jquery-mapael/2.2 .0/js/jquery.mapael.min.js" ></script >
51
+ <script src =" //cdn.jsdelivr.net/npm/jquery-mapael@2.2 .0/js/jquery.mapael.min.js" ></script >
52
52
```
53
53
54
54
#### Using self-hosted
55
55
56
- Download the [ latest version] ( https://github.com/neveldo/jQuery-Mapael/releases/tag/2.1 .0 )
56
+ Download the [ latest version] ( https://github.com/neveldo/jQuery-Mapael/releases/tag/2.2 .0 )
57
57
and extract ` jquery.mapael.min.js ` in your project.
58
58
59
59
Then, add the script to your page (update the path as needed):
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jquery-mapael" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"main" : " ./js/jquery.mapael.js" ,
5
5
"description" : " jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps." ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 3
3
* Jquery Mapael - Dynamic maps jQuery plugin (based on raphael.js)
4
4
* Requires jQuery, raphael.js and jquery.mousewheel
5
5
*
6
- * Version: 2.1 .0
6
+ * Version: 2.2 .0
7
7
*
8
8
* Copyright (c) 2017 Vincent Brouté (https://www.vincentbroute.fr/mapael)
9
9
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
30
30
var pluginName = "mapael" ;
31
31
32
32
// Version number of jQuery Mapael. See http://semver.org/ for more information.
33
- var version = "2.1 .0" ;
33
+ var version = "2.2 .0" ;
34
34
35
35
/*
36
36
* Mapael constructor
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jquery-mapael" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"description" : " jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps." ,
5
5
"homepage" : " https://www.vincentbroute.fr/mapael/" ,
6
6
"main" : " ./js/jquery.mapael.js" ,
You can’t perform that action at this time.
0 commit comments