Version Description
- Fix: capitalization differences between images and html references fixed for default marker images
Download this release
Release Info
Developer | webdevmattcrom |
Plugin | Maps Builder – Google Maps Plugin |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 2.0.1
- README.txt +6 -3
- google-maps-builder.php +2 -2
- includes/admin/views/markers.php +26 -26
README.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: wordimpress, dlocc, webdevmattcrom
|
|
3 |
Donate link: http://wordimpress.com/
|
4 |
Tags: google maps, google map, google map widget, google map shortcode, maps, map, wp map, wp google maps, google maps directions, google maps builder, google maps plugin, google places, google places api, google maps api, google places reviews
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -24,7 +24,7 @@ Maps Builder isn't just another Google Maps plugin. It's built from the ground u
|
|
24 |
* **Optimized** - All scripts and styles are optimized and packaged with Grunt
|
25 |
* **No notices or warnings** We developed this plugins in debug mode. This results in high quality plugins with no errors, warnings or notices.
|
26 |
|
27 |
-
**[Check out the Plugin Demo](
|
28 |
|
29 |
**Want more? [Upgrade to Maps Builder Pro Today!](https://wordimpress.com/plugins/maps-builder-pro/)**
|
30 |
|
@@ -137,6 +137,9 @@ Maps Builder 2.0 is a significant upgrade. After you update, you'll see a notice
|
|
137 |
|
138 |
== Changelog ==
|
139 |
|
|
|
|
|
|
|
140 |
= 2.0 =
|
141 |
* General: This update focused on fixing a lot of pre-existing bugs commonly submitted to WordPress.org as well as improving the plugin base for future code enhancements.
|
142 |
* New: Enhanced Full Screen Maps Builder mode that allows you to build maps in a customizer-like experience.
|
3 |
Donate link: http://wordimpress.com/
|
4 |
Tags: google maps, google map, google map widget, google map shortcode, maps, map, wp map, wp google maps, google maps directions, google maps builder, google maps plugin, google places, google places api, google maps api, google places reviews
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 4.5
|
7 |
+
Stable tag: 2.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
24 |
* **Optimized** - All scripts and styles are optimized and packaged with Grunt
|
25 |
* **No notices or warnings** We developed this plugins in debug mode. This results in high quality plugins with no errors, warnings or notices.
|
26 |
|
27 |
+
**[Check out the Plugin Demo](http://mapsbuilder.wordimpress.com/)**
|
28 |
|
29 |
**Want more? [Upgrade to Maps Builder Pro Today!](https://wordimpress.com/plugins/maps-builder-pro/)**
|
30 |
|
137 |
|
138 |
== Changelog ==
|
139 |
|
140 |
+
= 2.0.1 =
|
141 |
+
* Fix: capitalization differences between images and html references fixed for default marker images
|
142 |
+
|
143 |
= 2.0 =
|
144 |
* General: This update focused on fixing a lot of pre-existing bugs commonly submitted to WordPress.org as well as improving the plugin base for future code enhancements.
|
145 |
* New: Enhanced Full Screen Maps Builder mode that allows you to build maps in a customizer-like experience.
|
google-maps-builder.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin Name: Maps Builder
|
6 |
* Plugin URI: http://wordimpress.com/
|
7 |
* Description: Create stylish and powerful Google Maps quickly and easily.
|
8 |
-
* Version: 2.0
|
9 |
* Author: WordImpress
|
10 |
* Author URI: http://wordimpress.com/
|
11 |
* Text Domain: google-maps-builder
|
@@ -197,7 +197,7 @@ if ( ! class_exists( 'Google_Maps_Builder' ) ) : /**
|
|
197 |
}
|
198 |
// Plugin version
|
199 |
if ( ! defined( 'GMB_VERSION' ) ) {
|
200 |
-
define( 'GMB_VERSION', '2.0' );
|
201 |
}
|
202 |
// Plugin Root File
|
203 |
if ( ! defined( 'GMB_PLUGIN_FILE' ) ) {
|
5 |
* Plugin Name: Maps Builder
|
6 |
* Plugin URI: http://wordimpress.com/
|
7 |
* Description: Create stylish and powerful Google Maps quickly and easily.
|
8 |
+
* Version: 2.0.1
|
9 |
* Author: WordImpress
|
10 |
* Author URI: http://wordimpress.com/
|
11 |
* Text Domain: google-maps-builder
|
197 |
}
|
198 |
// Plugin version
|
199 |
if ( ! defined( 'GMB_VERSION' ) ) {
|
200 |
+
define( 'GMB_VERSION', '2.0.1' );
|
201 |
}
|
202 |
// Plugin Root File
|
203 |
if ( ! defined( 'GMB_PLUGIN_FILE' ) ) {
|
includes/admin/views/markers.php
CHANGED
@@ -568,82 +568,82 @@
|
|
568 |
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange-dot.png' ?>" alt=""></a>
|
569 |
</li>
|
570 |
<li>
|
571 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
572 |
</li>
|
573 |
<li>
|
574 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
575 |
</li>
|
576 |
<li>
|
577 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
578 |
</li>
|
579 |
<li>
|
580 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
581 |
</li>
|
582 |
<li>
|
583 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
584 |
</li>
|
585 |
<li>
|
586 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
587 |
</li>
|
588 |
<li>
|
589 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
590 |
</li>
|
591 |
<li>
|
592 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
593 |
</li>
|
594 |
<li>
|
595 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
596 |
</li>
|
597 |
<li>
|
598 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
599 |
</li>
|
600 |
<li>
|
601 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
602 |
</li>
|
603 |
<li>
|
604 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
605 |
</li>
|
606 |
<li>
|
607 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
608 |
</li>
|
609 |
<li>
|
610 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
611 |
</li>
|
612 |
<li>
|
613 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
614 |
</li>
|
615 |
<li>
|
616 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
617 |
</li>
|
618 |
<li>
|
619 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
620 |
</li>
|
621 |
<li>
|
622 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
623 |
</li>
|
624 |
<li>
|
625 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
626 |
</li>
|
627 |
<li>
|
628 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
629 |
</li>
|
630 |
<li>
|
631 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
632 |
</li>
|
633 |
<li>
|
634 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
635 |
</li>
|
636 |
<li>
|
637 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
638 |
</li>
|
639 |
<li>
|
640 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
641 |
</li>
|
642 |
<li>
|
643 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
644 |
</li>
|
645 |
<li>
|
646 |
-
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/
|
647 |
</li>
|
648 |
<li>
|
649 |
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/paleblue-blank.png' ?>" alt=""></a>
|
568 |
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange-dot.png' ?>" alt=""></a>
|
569 |
</li>
|
570 |
<li>
|
571 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerA.png' ?>" alt=""></a>
|
572 |
</li>
|
573 |
<li>
|
574 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerB.png' ?>" alt=""></a>
|
575 |
</li>
|
576 |
<li>
|
577 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerC.png' ?>" alt=""></a>
|
578 |
</li>
|
579 |
<li>
|
580 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerD.png' ?>" alt=""></a>
|
581 |
</li>
|
582 |
<li>
|
583 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerE.png' ?>" alt=""></a>
|
584 |
</li>
|
585 |
<li>
|
586 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerF.png' ?>" alt=""></a>
|
587 |
</li>
|
588 |
<li>
|
589 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerG.png' ?>" alt=""></a>
|
590 |
</li>
|
591 |
<li>
|
592 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerH.png' ?>" alt=""></a>
|
593 |
</li>
|
594 |
<li>
|
595 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerI.png' ?>" alt=""></a>
|
596 |
</li>
|
597 |
<li>
|
598 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerJ.png' ?>" alt=""></a>
|
599 |
</li>
|
600 |
<li>
|
601 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerK.png' ?>" alt=""></a>
|
602 |
</li>
|
603 |
<li>
|
604 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerL.png' ?>" alt=""></a>
|
605 |
</li>
|
606 |
<li>
|
607 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerM.png' ?>" alt=""></a>
|
608 |
</li>
|
609 |
<li>
|
610 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerN.png' ?>" alt=""></a>
|
611 |
</li>
|
612 |
<li>
|
613 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerO.png' ?>" alt=""></a>
|
614 |
</li>
|
615 |
<li>
|
616 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerP.png' ?>" alt=""></a>
|
617 |
</li>
|
618 |
<li>
|
619 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerQ.png' ?>" alt=""></a>
|
620 |
</li>
|
621 |
<li>
|
622 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerR.png' ?>" alt=""></a>
|
623 |
</li>
|
624 |
<li>
|
625 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerS.png' ?>" alt=""></a>
|
626 |
</li>
|
627 |
<li>
|
628 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerT.png' ?>" alt=""></a>
|
629 |
</li>
|
630 |
<li>
|
631 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerU.png' ?>" alt=""></a>
|
632 |
</li>
|
633 |
<li>
|
634 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerV.png' ?>" alt=""></a>
|
635 |
</li>
|
636 |
<li>
|
637 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerW.png' ?>" alt=""></a>
|
638 |
</li>
|
639 |
<li>
|
640 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerX.png' ?>" alt=""></a>
|
641 |
</li>
|
642 |
<li>
|
643 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerY.png' ?>" alt=""></a>
|
644 |
</li>
|
645 |
<li>
|
646 |
+
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/orange_MarkerZ.png' ?>" alt=""></a>
|
647 |
</li>
|
648 |
<li>
|
649 |
<a href="#" class="maps-icon"><img src="<?php echo GMB_PLUGIN_URL . 'assets/img/default-icons/paleblue-blank.png' ?>" alt=""></a>
|