Skip to content

Commit 5c5f299

Browse files
committed
[fix] new link to styling wizard because Google changed its URL, fixes #26
1 parent 82e33ff commit 5c5f299

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

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.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;

map_ex/views/edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
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'] == ''">

0 commit comments

Comments
 (0)