Version Description
- Fix: Conflict with the Give donation plugin using the same function name throwing a fatal error upon activation. Fixed with custom prefix.
Download this release
Release Info
Developer | webdevmattcrom |
Plugin | Maps Builder – Google Maps Plugin |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1 to 2.1.1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://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.6.1
|
7 |
-
Stable tag: 2.1
|
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.1 =
|
141 |
* Enhancement: Support basic HTML like images and YouTube embeds in InfoBubbles - https://github.com/WordImpress/Google-Maps-Builder/issues/218
|
142 |
* Enhancement: Greatly improved InfoBubble CSS and sizing - https://github.com/WordImpress/Google-Maps-Builder/issues/214
|
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.6.1
|
7 |
+
Stable tag: 2.1.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.1.1 =
|
141 |
+
* Fix: Conflict with the Give donation plugin using the same function name throwing a fatal error upon activation. Fixed with custom prefix.
|
142 |
+
|
143 |
= 2.1 =
|
144 |
* Enhancement: Support basic HTML like images and YouTube embeds in InfoBubbles - https://github.com/WordImpress/Google-Maps-Builder/issues/218
|
145 |
* Enhancement: Greatly improved InfoBubble CSS and sizing - https://github.com/WordImpress/Google-Maps-Builder/issues/214
|
google-maps-builder.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin Name: Maps Builder
|
6 |
* Plugin URI: http://mapsbuilder.wordimpress.com/
|
7 |
* Description: Create stylish and powerful Google Maps quickly and easily.
|
8 |
-
* Version: 2.1
|
9 |
* Author: WordImpress
|
10 |
* Author URI: https://wordimpress.com/
|
11 |
* Text Domain: google-maps-builder
|
@@ -36,7 +36,7 @@ if ( ! defined( 'GMB_PLUGIN_BASE' ) ) {
|
|
36 |
}
|
37 |
// Plugin version
|
38 |
if ( ! defined( 'GMB_VERSION' ) ) {
|
39 |
-
define( 'GMB_VERSION', '2.1' );
|
40 |
}
|
41 |
// Plugin Root File
|
42 |
if ( ! defined( 'GMB_PLUGIN_FILE' ) ) {
|
5 |
* Plugin Name: Maps Builder
|
6 |
* Plugin URI: http://mapsbuilder.wordimpress.com/
|
7 |
* Description: Create stylish and powerful Google Maps quickly and easily.
|
8 |
+
* Version: 2.1.1
|
9 |
* Author: WordImpress
|
10 |
* Author URI: https://wordimpress.com/
|
11 |
* Text Domain: google-maps-builder
|
36 |
}
|
37 |
// Plugin version
|
38 |
if ( ! defined( 'GMB_VERSION' ) ) {
|
39 |
+
define( 'GMB_VERSION', '2.1.1' );
|
40 |
}
|
41 |
// Plugin Root File
|
42 |
if ( ! defined( 'GMB_PLUGIN_FILE' ) ) {
|
languages/google-maps-builder.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the GPL-2.0+.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Maps Builder 2.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordimpress.com/\n"
|
7 |
-
"POT-Creation-Date: 2016-09-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
2 |
# This file is distributed under the GPL-2.0+.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Maps Builder 2.1.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordimpress.com/\n"
|
7 |
+
"POT-Creation-Date: 2016-09-30 04:29:33+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
vendor/wordimpress/maps-builder-core/includes/install.php
CHANGED
@@ -95,16 +95,14 @@ function gmb_run_install() {
|
|
95 |
* @param int $site_id The Site ID
|
96 |
* @param array $meta Blog Meta
|
97 |
*/
|
98 |
-
function
|
99 |
|
100 |
if ( is_plugin_active_for_network( GMB_PLUGIN_BASE ) ) {
|
101 |
-
|
102 |
switch_to_blog( $blog_id );
|
103 |
gmb_install();
|
104 |
restore_current_blog();
|
105 |
-
|
106 |
}
|
107 |
|
108 |
}
|
109 |
|
110 |
-
add_action( 'wpmu_new_blog', '
|
95 |
* @param int $site_id The Site ID
|
96 |
* @param array $meta Blog Meta
|
97 |
*/
|
98 |
+
function gmb_on_create_blog( $blog_id, $user_id, $domain, $path, $site_id, $meta ) {
|
99 |
|
100 |
if ( is_plugin_active_for_network( GMB_PLUGIN_BASE ) ) {
|
|
|
101 |
switch_to_blog( $blog_id );
|
102 |
gmb_install();
|
103 |
restore_current_blog();
|
|
|
104 |
}
|
105 |
|
106 |
}
|
107 |
|
108 |
+
add_action( 'wpmu_new_blog', 'gmb_on_create_blog', 10, 6 );
|