File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 )
1+ ![ Version] ( https://img.shields.io/badge/Release-v1.4.7 -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
Original file line number Diff line number Diff 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.6 ' ;
10+ var widget_version = 'v1.4.7 ' ;
1111 /*CAUTION: the month is zero-based*/
12- var widget_date = printNiceDate ( new Date ( 2016 , 03 , 07 ) ) ;
12+ var widget_date = printNiceDate ( new Date ( 2016 , 05 , 03 ) ) ;
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 ;
Original file line number Diff line number Diff line change 430430 </div>
431431
432432 <div class="uk-form-row uk-text-center" ng-if="widget.data['styling_mode'] == 'json'">
433- <a href="http://gmaps-samples-v3.googlecode.com/svn/trunk /styledmaps/wizard/index.html" class="uk-button uk-button-primary uk-container-center" target="_blank">Launch the Styled Maps Wizard<i class="uk-icon uk-icon-external-link uk-margin-small-left"></i></a>
433+ <a href="http://googlemaps.github.io/js-samples /styledmaps/wizard/index.html" class="uk-button uk-button-primary uk-container-center" target="_blank">Launch the Styled Maps Wizard<i class="uk-icon uk-icon-external-link uk-margin-small-left"></i></a>
434434 </div>
435435
436436 <div class="uk-form-row" ng-if="widget.data['styling_mode'] == ''">
You can’t perform that action at this time.
0 commit comments