Skip to content

Commit 82e33ff

Browse files
committed
version changed
1 parent 566d8a1 commit 82e33ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Version](https://img.shields.io/badge/Release-v1.4.4-green.svg?style=flat) ![Widgetkit](https://img.shields.io/badge/Widgetkit-v2.4.x+-green.svg?style=flat) ![Joomla](https://img.shields.io/badge/Joomla!-v3.4.x+-yellow.svg?style=flat) ![Wordpress](https://img.shields.io/badge/Wordpress-v4.4.x+-yellow.svg?style=flat)
1+
![Version](https://img.shields.io/badge/Release-v1.4.6-green.svg?style=flat) ![Widgetkit](https://img.shields.io/badge/Widgetkit-v2.4.x+-green.svg?style=flat) ![Joomla](https://img.shields.io/badge/Joomla!-v3.4.x+-yellow.svg?style=flat) ![Wordpress](https://img.shields.io/badge/Wordpress-v4.4.x+-yellow.svg?style=flat)
22

33
![MapEx widget logo](https://raw.githubusercontent.com/wiki/rvalitov/widgetkit-map-ex/images/mapex-logo.png)
44

@@ -30,7 +30,7 @@ The new features that the MapEx has and that are not available in the original M
3030
* **Access to the original [Google Map object](https://developers.google.com/maps/documentation/javascript/reference#Map)** - Javascript object that is used in creation of the map. So, the user may change and/or modify the object as he needs from any web page using Javascript which provides vast opportunities for Javascript programmers to customize the map using native [Google Map API](https://developers.google.com/maps/documentation/javascript/tutorial), [read more](https://github.com/rvalitov/widgetkit-map-ex/wiki/Working-with-Google-Map-object-(for-Javascript-programmers)).
3131

3232
# Supported platforms
33-
* The latest code is based on Widgetkit 2.5.3, however it should work with any Widgetkit 2.4.x and later (recommended 2.5.0+).
33+
* The latest code is based on Widgetkit 2.5.3, however it should work with any Widgetkit 2.4.x and later (recommended 2.5.0+). Tested on Widgetkit 2.6.x, too.
3434
* Joomla 3.4.x or later required
3535

3636
Widget should work with Wordpress 4.4.x (according to feedback from users; I can't test it personally, because I don't have the required subscription). If you will face any problems using this widget on WordPress, you can contact me to make some changes to the code of this widget if necessary.

map_ex/assets/updater.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jQuery(document).ready(function($){
77
/* Start of widget specific settings */
88
var distr_name='widgetkit-map-ex';
99
var widget_name='MapEx';
10-
var widget_version='v1.4.5';
10+
var widget_version='v1.4.6';
1111
/*CAUTION: the month is zero-based*/
12-
var widget_date=printNiceDate(new Date(2016,02,29));
12+
var widget_date=printNiceDate(new Date(2016,03,07));
1313
var widget_logo='https://raw.githubusercontent.com/wiki/rvalitov/widgetkit-map-ex/images/mapex-logo.png';
1414
var widget_wiki=git_url+distr_name+'/wiki';
1515
var widget_website=git_url+distr_name;

0 commit comments

Comments
 (0)