Version Description
:- 2019-03-08 :- Low priority = * Removed debugging code from class.query.php * Fixed mismatched setting name for Store Locator distance units causing "miles" to be ignored
Download this release
Release Info
Developer | perryrylance |
Plugin | WP Google Maps |
Version | 7.11.12 |
Comparing to | |
See all releases |
Code changes from version 7.11.11 to 7.11.12
- base/includes/credits.php.bak +91 -0
- base/includes/welcome.php.bak +117 -0
- includes/build.log +280 -280
- includes/class.crud.php +1 -1
- includes/class.map.php +1 -1
- includes/class.marker-filter.php +2 -19
- includes/class.query.php +20 -6
- includes/class.rest-api.php +4 -4
- includes/tables/class.ajax-table.php +4 -0
- readme.txt +4 -0
- wpGoogleMaps.php +5 -1
base/includes/credits.php.bak
ADDED
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div class="wrap about-wrap">
|
2 |
+
|
3 |
+
<h1><?php _e("Welcome to WP Google Maps version 7.0","wp-google-maps"); ?></h1>
|
4 |
+
|
5 |
+
<div class="about-text"><?php _e("Thank you for updating! WP Google Maps version 7 helps you build amazing maps through a simple interface and powerful functionality along with world class support.","wp-google-maps"); ?></div>
|
6 |
+
|
7 |
+
<div class="wpgmza-badge" style=''></div>
|
8 |
+
|
9 |
+
<h2 class="nav-tab-wrapper wp-clearfix">
|
10 |
+
<a href="admin.php?page=wp-google-maps-menu&action=welcome_page" class="nav-tab"><?php _e("Welcome","wp-google-maps"); ?></a>
|
11 |
+
<a href="admin.php?page=wp-google-maps-menu&action=credits" class="nav-tab nav-tab-active"><?php _e("Credits","wp-google-maps"); ?></a>
|
12 |
+
|
13 |
+
</h2>
|
14 |
+
|
15 |
+
<p class="about-description"><?php _e("WP Google Maps is created by an international team of developers.","wp-google-maps"); ?></p>
|
16 |
+
<h3 class="wp-people-group"><?php _e("Project Leaders","wp-google-maps"); ?></h3>
|
17 |
+
<ul class="wp-people-group " id="wp-people-group-project-leaders">
|
18 |
+
|
19 |
+
<li class="wp-person" id="wp-person-nickduncan">
|
20 |
+
<a href="https://profiles.wordpress.org/nickduncan/" class="web"><img src="https://secure.gravatar.com/avatar/38d79f24b5a649e132f8ed93f6dc2d37?s=60&d=mm&r=g" srcset="https://secure.gravatar.com/avatar/38d79f24b5a649e132f8ed93f6dc2d37?s=64&d=mm&r=g 2x" class="gravatar" alt="">
|
21 |
+
Nick Duncan</a>
|
22 |
+
<span class="title"><?php _e("Founder & Lead Developer","wp-google-maps"); ?></span>
|
23 |
+
</li>
|
24 |
+
<li class="wp-person" id="wp-person-perry">
|
25 |
+
<a href="https://github.com/orgs/CodeCabin/people/PerryRylance" class="web"><img src="https://avatars3.githubusercontent.com/u/14136738?s=96&v=4" srcset="https://avatars3.githubusercontent.com/u/14136738?s=96&v=4 2x" class="gravatar" alt="">
|
26 |
+
Perry Rylance</a>
|
27 |
+
<span class="title"><?php _e("Lead Developer & Support","wp-google-maps"); ?></span>
|
28 |
+
</li>
|
29 |
+
</ul>
|
30 |
+
<h3 class="wp-people-group"><?php _e("Contributors","wp-google-maps"); ?></h3>
|
31 |
+
<ul class="wp-people-group " id="wp-people-group-core-developers">
|
32 |
+
|
33 |
+
<li class="wp-person" id="wp-person-dylanauty">
|
34 |
+
<a href="https://profiles.wordpress.org/dylanauty/" class="web"><img src="https://secure.gravatar.com/avatar/3e032ec3258ebc08eeed69568141164a?s=64&d=mm&r=g" srcset="https://secure.gravatar.com/avatar/3e032ec3258ebc08eeed69568141164a?s=64&d=mm&r=g 2x" class="gravatar" alt="">
|
35 |
+
Dylan Auty</a>
|
36 |
+
<span class="title"><?php _e("Support & Developer","wp-google-maps"); ?></span>
|
37 |
+
</li>
|
38 |
+
|
39 |
+
<li class="wp-person" id="wp-person-dylanauty">
|
40 |
+
<a href="https://github.com/JarekCodeCabin" class="web"><img src="https://avatars3.githubusercontent.com/u/25925938?s=460&v=4" srcset="https://avatars3.githubusercontent.com/u/25925938?s=460&v=4 2x" class="gravatar" alt="">
|
41 |
+
Jarek Kacprzak</a>
|
42 |
+
<span class="title"><?php _e("Support & Developer","wp-google-maps"); ?></span>
|
43 |
+
</li>
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
<li class="wp-person" id="wp-person-tamduncan">
|
48 |
+
<a href="https://twitter.com/thebossybabe" class="web"><img src="https://pbs.twimg.com/profile_images/378800000229252467/623181616d530dc6e8088939814b0f5d_400x400.jpeg" srcset="https://pbs.twimg.com/profile_images/378800000229252467/623181616d530dc6e8088939814b0f5d_400x400.jpeg 2x" class="gravatar" alt="">
|
49 |
+
Tam Duncan</a>
|
50 |
+
<span class="title"><?php _e("Marketing","wp-google-maps"); ?></span>
|
51 |
+
</li>
|
52 |
+
<li class="wp-person" id="wp-person-dylank">
|
53 |
+
<a href="https://github.com/orgs/CodeCabin/people/dylank6169" class="web"><img src="https://avatars3.githubusercontent.com/u/25743655?s=96&v=4" srcset="https://avatars3.githubusercontent.com/u/25743655?s=96&v=4 2x" class="gravatar" alt="">
|
54 |
+
Dylan Kotzé</a>
|
55 |
+
<span class="title"><?php _e("Support & Developer","wp-google-maps"); ?></span>
|
56 |
+
</li>
|
57 |
+
<li class="wp-person" id="wp-person-trevor">
|
58 |
+
<a href="https://github.com/orgs/CodeCabin/people/andtrev" class="web"><img src="https://avatars3.githubusercontent.com/u/13884866?s=96&v=4" class="gravatar" alt="">
|
59 |
+
Trevor Anderson</a>
|
60 |
+
<span class="title"><?php _e("Support & Developer","wp-google-maps"); ?></span>
|
61 |
+
</li>
|
62 |
+
|
63 |
+
<li class="wp-person" id="wp-person-veronique">
|
64 |
+
<a href="https://github.com/orgs/CodeCabin/people/VeroniqueSmit" class="web"><img src="https://avatars1.githubusercontent.com/u/22832458?s=96&v=4" class="gravatar" alt="">
|
65 |
+
Veronique Smit</a>
|
66 |
+
<span class="title"><?php _e("Support","wp-google-maps"); ?></span>
|
67 |
+
</li>
|
68 |
+
|
69 |
+
<li class="wp-person" id="wp-person-pat">
|
70 |
+
<a href="https://github.com/patdumond" class="web"><img src="https://avatars3.githubusercontent.com/u/9320495?s=460&v=4" class="gravatar" alt="">
|
71 |
+
Pat Dumond</a>
|
72 |
+
<span class="title"><?php _e("Documentation","wp-google-maps"); ?></span>
|
73 |
+
</li>
|
74 |
+
<li class="wp-person" id="wp-person-nathanmiller">
|
75 |
+
<a href="https://profiles.wordpress.org/jarryd-long/" class="web"><img src="https://ca.slack-edge.com/T0CCUAUDD-U0CDJ724Q-g4e0ca967af9-1024" srcset="https://ca.slack-edge.com/T0CCUAUDD-U0CDJ724Q-g4e0ca967af9-1024 2x" class="gravatar" alt="">
|
76 |
+
Nathan Miller</a>
|
77 |
+
<span class="title"><?php _e("Support","wp-google-maps"); ?></span>
|
78 |
+
</li>
|
79 |
+
|
80 |
+
<li class="wp-person" id="wp-person-gerardarall">
|
81 |
+
<a href="https://github.com/arall" class="web"><img src="https://avatars2.githubusercontent.com/u/1453137?s=60&v=4" srcset="https://avatars2.githubusercontent.com/u/1453137?s=60&v=4 2x" class="gravatar" alt="">
|
82 |
+
Gerard Arall</a>
|
83 |
+
<span class="title"><?php _e("Security suggestions","wp-google-maps"); ?></span>
|
84 |
+
</li>
|
85 |
+
|
86 |
+
|
87 |
+
<p class="clear"><?php _e("Want to see your name on this page?","wp-google-maps"); ?> <a href="https://github.com/CodeCabin/wp-google-maps/"><?php _e("Get involved on GitHub.","wp-google-maps"); ?></a></p>
|
88 |
+
|
89 |
+
<a class="button-primary" style='padding:10px; height:inherit;' href="admin.php?page=wp-google-maps-menu&override=1"><?php echo __("OK! Let's start","wp-google-maps"); ?></a>
|
90 |
+
|
91 |
+
</div>
|
base/includes/welcome.php.bak
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php global $wpgmza_global_array; ?>
|
2 |
+
<div class="wrap about-wrap">
|
3 |
+
<p> </p>
|
4 |
+
<h1><?php echo sprintf( __( "Welcome to WP Google Maps version %s","wp-google-maps"), "7.0" ); ?></h1>
|
5 |
+
|
6 |
+
<div class="about-text"><?php _e("Build amazing maps through a simple interface and powerful functionality along with world class support.","wp-google-maps"); ?></div>
|
7 |
+
|
8 |
+
<div class="wpgmza-badge" style=''></div>
|
9 |
+
|
10 |
+
<a class="button-primary" style='padding:5px; padding-right:15px; padding-left:15px; height:inherit;' href="admin.php?page=wp-google-maps-menu&override=1"><?php echo __("Skip intro and create a map","wp-google-maps"); ?></a>
|
11 |
+
<p> </p>
|
12 |
+
|
13 |
+
|
14 |
+
<h2 class="nav-tab-wrapper wp-clearfix">
|
15 |
+
<a href="admin.php?page=wp-google-maps-menu&action=welcome_page" class="nav-tab nav-tab-active"><?php _e("Welcome","wp-google-maps"); ?></a>
|
16 |
+
<a href="admin.php?page=wp-google-maps-menu&action=credits" class="nav-tab"><?php _e("Credits","wp-google-maps"); ?></a>
|
17 |
+
|
18 |
+
</h2>
|
19 |
+
|
20 |
+
<div class="feature-section two-col">
|
21 |
+
<div class="col">
|
22 |
+
<h4><?php _e("Unlimited Markers","wp-google-maps"); ?></h4>
|
23 |
+
<p><?php _e("Create as many markers as you like","wp-google-maps"); ?></p>
|
24 |
+
<img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature1.jpg' style="border:1px solid #ccc;" />
|
25 |
+
</div>
|
26 |
+
<div class="col">
|
27 |
+
<h4><?php _e("Store Locator","wp-google-maps"); ?></h4>
|
28 |
+
<p><?php _e("Let users search for products, branches and stores near them","wp-google-maps"); ?></p>
|
29 |
+
<img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature2.jpg?1=2' style="border:1px solid #ccc;" />
|
30 |
+
</div>
|
31 |
+
</div>
|
32 |
+
<div class="feature-section two-col">
|
33 |
+
<div class="col">
|
34 |
+
<h4><?php _e("Themes","wp-google-maps"); ?></h4>
|
35 |
+
<p><?php _e("Select from various <a href='http://wpgmaps.com/map-themes/' target='_BLANK'>map themes</a>, or make your own.","wp-google-maps"); ?></p>
|
36 |
+
<img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature3.jpg' style="border:1px solid #ccc;" />
|
37 |
+
</div>
|
38 |
+
<div class="col">
|
39 |
+
<h4><?php _e("Polylines","wp-google-maps"); ?>, <?php _e("Polygons","wp-google-maps"); ?>, <?php _e("Circles","wp-google-maps"); ?>, <?php _e("and Squares","wp-google-maps"); ?></h4>
|
40 |
+
<p><?php _e("Add custom shapes such as polygons, polylines, circles and sqaures!","wp-google-maps"); ?></p>
|
41 |
+
<img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature4.jpg' style="border:1px solid #ccc;" />
|
42 |
+
</div>
|
43 |
+
</div>
|
44 |
+
|
45 |
+
|
46 |
+
<hr />
|
47 |
+
|
48 |
+
<div class="feature-section normal clear" >
|
49 |
+
<div class="changelog ">
|
50 |
+
|
51 |
+
<?php if ($wpgmza_global_array['code'] != "100") {
|
52 |
+
|
53 |
+
// NB: GDPR
|
54 |
+
?>
|
55 |
+
|
56 |
+
<!--<h3 style='margin-top:20px;'><?php _e("How did you find out about us?","wp-google-maps"); ?></h3>
|
57 |
+
|
58 |
+
<div class="feature-section normal">
|
59 |
+
<form action='' method='POST' name='wpgmaps_feedback'>
|
60 |
+
<p><ul class="wpgmza_welcome_poll" style="list-style: none outside none;">
|
61 |
+
<li style="list-style: none outside none;">
|
62 |
+
<input type="radio" id="wpgmaps_findus_repository" value="repository" name="wpgmaps_findus">
|
63 |
+
<label for="wpgmaps_search_term"><?php _e("WordPress.org plugin repository","wp-google-maps"); ?></label>
|
64 |
+
<br /><input type="text" id="wpgmaps_search_term" class="regular-text" style='margin-top:5px; margin-left:40px;' name="wpgmaps_search_term" placeholder="<?php _e("What search term did you use?","wp-google-maps"); ?>">
|
65 |
+
</li>
|
66 |
+
<li style="list-style: none outside none;">
|
67 |
+
<input type="radio" id="wpgmaps_findus_searchengine" value="search_engine" name="wpgmaps_findus">
|
68 |
+
<label for="wpgmaps_findus_searchengine"><?php _e("Google or other search engine","wp-google-maps"); ?></label>
|
69 |
+
</li>
|
70 |
+
<li style="list-style: none outside none;">
|
71 |
+
<input type="radio" id="wpgmaps_findus_friend" value="friend" name="wpgmaps_findus">
|
72 |
+
<label for="wpgmaps_findus_friend"><?php _e("Friend recommendation","wp-google-maps"); ?></label>
|
73 |
+
</li>
|
74 |
+
<li style="list-style: none outside none;">
|
75 |
+
<input type="radio" id="wpgmaps_findus_other" value="other" name="wpgmaps_findus">
|
76 |
+
<label for="wpgmaps_findus_other"><?php _e("Other","wp-google-maps"); ?></label>
|
77 |
+
<br /><input type="text" id="wpgmaps_findus_other_url" class="regular-text" style='margin-top:5px; margin-left:40px;' name="wpgmaps_findus_other_url" placeholder="<?php _e("Please explain","wp-google-maps"); ?>">
|
78 |
+
|
79 |
+
</li>
|
80 |
+
|
81 |
+
|
82 |
+
</ul></p>
|
83 |
+
<input class='button-primary' type='submit' name='wpgmza_save_feedback' value='<?php _e("Submit and create a map","wp-google-maps"); ?>'>
|
84 |
+
|
85 |
+
</form>-->
|
86 |
+
</div>
|
87 |
+
<?php } else { ?>
|
88 |
+
<div class="wpgm_notice_message">
|
89 |
+
<ul>
|
90 |
+
<li>
|
91 |
+
<?php echo $wpgmza_global_array['message']; ?>
|
92 |
+
</li>
|
93 |
+
</ul>
|
94 |
+
</div>
|
95 |
+
<?php } ?>
|
96 |
+
|
97 |
+
<div class="feature-section three-col">
|
98 |
+
<div class='col'>
|
99 |
+
<h4><?php _e("New to WP Google Maps?","wp-google-maps"); ?></h4>
|
100 |
+
<p><?php _e("You may want to","wp-google-maps"); ?> <a href='http://wpgmaps.com/documentation/' target='_blank' title='Documentation'><?php _e("review our documentation","wp-google-maps"); ?></a> <?php _e("before you get started. If you're a tech-savvy individual, you may skip this step.","wp-google-maps"); ?></p>
|
101 |
+
</div>
|
102 |
+
<div class='col'>
|
103 |
+
<h4><?php _e("Help me!","wp-google-maps"); ?></h4>
|
104 |
+
<p><?php _e("Visit our","wp-google-maps"); ?> <a title='Support Desk' target='_blank' href='http://www.wpgmaps.com/support/'><?php _e("Support Desk","wp-google-maps"); ?></a> <?php _e("for quick and friendly help. We'll answer your request within 24hours.","wp-google-maps"); ?></p>
|
105 |
+
</div>
|
106 |
+
<div class='col'>
|
107 |
+
<h4><?php _e("Feedback","wp-google-maps"); ?></h4>
|
108 |
+
<p><?php _e("We need you to help us make this plugin better.","wp-google-maps"); ?> <a href='http://www.wpgmaps.com/contact-us/' title='Feedback' target='_BLANK'><?php _e("Send us your feedback","wp-google-maps"); ?></a> <?php _e("and we'll act on it as soon as humanly possible.","wp-google-maps"); ?></p>
|
109 |
+
</div>
|
110 |
+
</div>
|
111 |
+
|
112 |
+
<a class="button-primary" style='padding:5px; padding-right:15px; padding-left:15px; height:inherit;' href="admin.php?page=wp-google-maps-menu&override=1"><?php echo __("OK! Let's start","wp-google-maps"); ?></a>
|
113 |
+
|
114 |
+
</div>
|
115 |
+
</div>
|
116 |
+
|
117 |
+
</div>
|
includes/build.log
CHANGED
@@ -1,280 +1,280 @@
|
|
1 |
-
2019-03-07
|
2 |
-
2019-03-07
|
3 |
-
2019-03-07
|
4 |
-
2019-03-07
|
5 |
-
2019-03-07
|
6 |
-
2019-03-07
|
7 |
-
2019-03-07
|
8 |
-
2019-03-07
|
9 |
-
2019-03-07
|
10 |
-
2019-03-07
|
11 |
-
2019-03-07
|
12 |
-
2019-03-07
|
13 |
-
2019-03-07
|
14 |
-
2019-03-07
|
15 |
-
2019-03-07
|
16 |
-
2019-03-07
|
17 |
-
2019-03-07
|
18 |
-
2019-03-07
|
19 |
-
2019-03-07
|
20 |
-
2019-03-07
|
21 |
-
2019-03-07
|
22 |
-
2019-03-07
|
23 |
-
2019-03-07
|
24 |
-
2019-03-07
|
25 |
-
2019-03-07
|
26 |
-
2019-03-07
|
27 |
-
2019-03-07
|
28 |
-
2019-03-07
|
29 |
-
2019-03-07
|
30 |
-
2019-03-07
|
31 |
-
2019-03-07
|
32 |
-
2019-03-07
|
33 |
-
2019-03-07
|
34 |
-
2019-03-07
|
35 |
-
2019-03-07
|
36 |
-
2019-03-07
|
37 |
-
2019-03-07
|
38 |
-
2019-03-07
|
39 |
-
2019-03-07
|
40 |
-
2019-03-07
|
41 |
-
2019-03-07
|
42 |
-
2019-03-07
|
43 |
-
2019-03-07
|
44 |
-
2019-03-07
|
45 |
-
2019-03-07
|
46 |
-
2019-03-07
|
47 |
-
2019-03-07
|
48 |
-
2019-03-07
|
49 |
-
2019-03-07
|
50 |
-
2019-03-07
|
51 |
-
2019-03-07
|
52 |
-
2019-03-07
|
53 |
-
2019-03-07
|
54 |
-
2019-03-07
|
55 |
-
2019-03-07
|
56 |
-
2019-03-07
|
57 |
-
2019-03-07
|
58 |
-
2019-03-07
|
59 |
-
2019-03-07
|
60 |
-
2019-03-07
|
61 |
-
2019-03-07
|
62 |
-
2019-03-07
|
63 |
-
2019-03-07
|
64 |
-
2019-03-07
|
65 |
-
2019-03-07
|
66 |
-
2019-03-07
|
67 |
-
2019-03-07
|
68 |
-
2019-03-07
|
69 |
-
2019-03-07
|
70 |
-
2019-03-07
|
71 |
-
2019-03-07
|
72 |
-
2019-03-07
|
73 |
-
2019-03-07
|
74 |
-
2019-03-07
|
75 |
-
2019-03-07
|
76 |
-
2019-03-07
|
77 |
-
2019-03-07
|
78 |
-
2019-03-07
|
79 |
-
2019-03-07
|
80 |
-
2019-03-07
|
81 |
-
2019-03-07
|
82 |
-
2019-03-07
|
83 |
-
2019-03-07
|
84 |
-
2019-03-07
|
85 |
-
2019-03-07
|
86 |
-
2019-03-07
|
87 |
-
2019-03-07
|
88 |
-
2019-03-07
|
89 |
-
2019-03-07
|
90 |
-
2019-03-07
|
91 |
-
2019-03-07
|
92 |
-
2019-03-07
|
93 |
-
2019-03-07
|
94 |
-
2019-03-07
|
95 |
-
2019-03-07
|
96 |
-
2019-03-07
|
97 |
-
2019-03-07
|
98 |
-
2019-03-07
|
99 |
-
2019-03-07
|
100 |
-
2019-03-07
|
101 |
-
2019-03-07
|
102 |
-
2019-03-07
|
103 |
-
2019-03-07
|
104 |
-
2019-03-07
|
105 |
-
2019-03-07
|
106 |
-
2019-03-07
|
107 |
-
2019-03-07
|
108 |
-
2019-03-07
|
109 |
-
2019-03-07
|
110 |
-
2019-03-07
|
111 |
-
2019-03-07
|
112 |
-
2019-03-07
|
113 |
-
2019-03-07
|
114 |
-
2019-03-07
|
115 |
-
2019-03-07
|
116 |
-
2019-03-07
|
117 |
-
2019-03-07
|
118 |
-
2019-03-07
|
119 |
-
2019-03-07
|
120 |
-
2019-03-07
|
121 |
-
2019-03-07
|
122 |
-
2019-03-07
|
123 |
-
2019-03-07
|
124 |
-
2019-03-07
|
125 |
-
2019-03-07
|
126 |
-
2019-03-07
|
127 |
-
2019-03-07
|
128 |
-
2019-03-07
|
129 |
-
2019-03-07
|
130 |
-
2019-03-07
|
131 |
-
2019-03-07
|
132 |
-
2019-03-07
|
133 |
-
2019-03-07
|
134 |
-
2019-03-07
|
135 |
-
2019-03-07
|
136 |
-
2019-03-07
|
137 |
-
2019-03-07
|
138 |
-
2019-03-07
|
139 |
-
2019-03-07
|
140 |
-
2019-03-07
|
141 |
-
2019-03-07
|
142 |
-
2019-03-07
|
143 |
-
2019-03-07
|
144 |
-
2019-03-07
|
145 |
-
2019-03-07
|
146 |
-
2019-03-07
|
147 |
-
2019-03-07
|
148 |
-
2019-03-07
|
149 |
-
2019-03-07
|
150 |
-
2019-03-07
|
151 |
-
2019-03-07
|
152 |
-
2019-03-07
|
153 |
-
2019-03-07
|
154 |
-
2019-03-07
|
155 |
-
2019-03-07
|
156 |
-
2019-03-07
|
157 |
-
2019-03-07
|
158 |
-
2019-03-07
|
159 |
-
2019-03-07
|
160 |
-
2019-03-07
|
161 |
-
2019-03-07
|
162 |
-
2019-03-07
|
163 |
-
2019-03-07
|
164 |
-
2019-03-07
|
165 |
-
2019-03-07
|
166 |
-
2019-03-07
|
167 |
-
2019-03-07
|
168 |
-
2019-03-07
|
169 |
-
2019-03-07
|
170 |
-
2019-03-07
|
171 |
-
2019-03-07
|
172 |
-
2019-03-07
|
173 |
-
2019-03-07
|
174 |
-
2019-03-07
|
175 |
-
2019-03-07
|
176 |
-
2019-03-07
|
177 |
-
2019-03-07
|
178 |
-
2019-03-07
|
179 |
-
2019-03-07
|
180 |
-
2019-03-07
|
181 |
-
2019-03-07
|
182 |
-
2019-03-07
|
183 |
-
2019-03-07
|
184 |
-
2019-03-07
|
185 |
-
2019-03-07
|
186 |
-
2019-03-07
|
187 |
-
2019-03-07
|
188 |
-
2019-03-07
|
189 |
-
2019-03-07
|
190 |
-
2019-03-07
|
191 |
-
2019-03-07
|
192 |
-
2019-03-07
|
193 |
-
2019-03-07
|
194 |
-
2019-03-07
|
195 |
-
2019-03-07
|
196 |
-
2019-03-07
|
197 |
-
2019-03-07
|
198 |
-
2019-03-07
|
199 |
-
2019-03-07
|
200 |
-
2019-03-07
|
201 |
-
2019-03-07
|
202 |
-
2019-03-07
|
203 |
-
2019-03-07
|
204 |
-
2019-03-07
|
205 |
-
2019-03-07
|
206 |
-
2019-03-07
|
207 |
-
2019-03-07
|
208 |
-
2019-03-07
|
209 |
-
2019-03-07
|
210 |
-
2019-03-07
|
211 |
-
2019-03-07
|
212 |
-
2019-03-07
|
213 |
-
2019-03-07
|
214 |
-
2019-03-07
|
215 |
-
2019-03-07
|
216 |
-
2019-03-07
|
217 |
-
2019-03-07
|
218 |
-
2019-03-07
|
219 |
-
2019-03-07
|
220 |
-
2019-03-07
|
221 |
-
2019-03-07
|
222 |
-
2019-03-07
|
223 |
-
2019-03-07
|
224 |
-
2019-03-07
|
225 |
-
2019-03-07
|
226 |
-
2019-03-07
|
227 |
-
2019-03-07
|
228 |
-
2019-03-07
|
229 |
-
2019-03-07
|
230 |
-
2019-03-07
|
231 |
-
2019-03-07
|
232 |
-
2019-03-07
|
233 |
-
2019-03-07
|
234 |
-
2019-03-07
|
235 |
-
2019-03-07
|
236 |
-
2019-03-07
|
237 |
-
2019-03-07
|
238 |
-
2019-03-07
|
239 |
-
2019-03-07
|
240 |
-
2019-03-07
|
241 |
-
2019-03-07
|
242 |
-
2019-03-07
|
243 |
-
2019-03-07
|
244 |
-
2019-03-07
|
245 |
-
2019-03-07
|
246 |
-
2019-03-07
|
247 |
-
2019-03-07
|
248 |
-
2019-03-07
|
249 |
-
2019-03-07
|
250 |
-
2019-03-07
|
251 |
-
2019-03-07
|
252 |
-
2019-03-07
|
253 |
-
2019-03-07
|
254 |
-
2019-03-07
|
255 |
-
2019-03-07
|
256 |
-
2019-03-07
|
257 |
-
2019-03-07
|
258 |
-
2019-03-07
|
259 |
-
2019-03-07
|
260 |
-
2019-03-07
|
261 |
-
2019-03-07
|
262 |
-
2019-03-07
|
263 |
-
2019-03-07
|
264 |
-
2019-03-07
|
265 |
-
2019-03-07
|
266 |
-
2019-03-07
|
267 |
-
2019-03-07
|
268 |
-
2019-03-07
|
269 |
-
2019-03-07
|
270 |
-
2019-03-07
|
271 |
-
2019-03-07
|
272 |
-
2019-03-07
|
273 |
-
2019-03-07
|
274 |
-
2019-03-07
|
275 |
-
2019-03-07
|
276 |
-
2019-03-07
|
277 |
-
2019-03-07
|
278 |
-
2019-03-07
|
279 |
-
2019-03-07
|
280 |
-
2019-03-07
|
1 |
+
2019-03-08 07:46:54 :- Scanning dependencies
|
2 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/circle.js
|
3 |
+
2019-03-08 07:46:54 :- Found wpgmza-circle
|
4 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-map-object
|
5 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/compatibility.js
|
6 |
+
2019-03-08 07:46:54 :- Found wpgmza-compatibility
|
7 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
8 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/core.js
|
9 |
+
2019-03-08 07:46:54 :- Found wpgmza
|
10 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/css-escape.js
|
11 |
+
2019-03-08 07:46:54 :- Found wpgmza-css
|
12 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
13 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/distance.js
|
14 |
+
2019-03-08 07:46:54 :- Found wpgmza-distance
|
15 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
16 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/event-dispatcher.js
|
17 |
+
2019-03-08 07:46:54 :- Found wpgmza-event-dispatcher
|
18 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
19 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/event.js
|
20 |
+
2019-03-08 07:46:54 :- Found wpgmza-event
|
21 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
22 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/friendly-error.js
|
23 |
+
2019-03-08 07:46:54 :- Found wpgmza-friendly-error
|
24 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
25 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/geocoder.js
|
26 |
+
2019-03-08 07:46:54 :- Found wpgmza-geocoder
|
27 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
28 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-api-error-handler.js
|
29 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-api-error-handler
|
30 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
31 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/info-window.js
|
32 |
+
2019-03-08 07:46:54 :- Found wpgmza-info-window
|
33 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-event-dispatcher
|
34 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/latlng.js
|
35 |
+
2019-03-08 07:46:54 :- Found wpgmza-lat-lng
|
36 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
37 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/latlngbounds.js
|
38 |
+
2019-03-08 07:46:54 :- Found wpgmza-lat-lng-bounds
|
39 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
40 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/map-object.js
|
41 |
+
2019-03-08 07:46:54 :- Found wpgmza-map-object
|
42 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-event-dispatcher
|
43 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/map-settings-page.js
|
44 |
+
2019-03-08 07:46:54 :- Found wpgmza-map-settings-page
|
45 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
46 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/map-settings.js
|
47 |
+
2019-03-08 07:46:54 :- Found wpgmza-map-settings
|
48 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
49 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/map.js
|
50 |
+
2019-03-08 07:46:54 :- Found wpgmza-map
|
51 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-event-dispatcher
|
52 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/maps-engine-dialog.js
|
53 |
+
2019-03-08 07:46:54 :- Found wpgmza-maps-engine-dialog
|
54 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
55 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/marker-filter.js
|
56 |
+
2019-03-08 07:46:54 :- Found wpgmza-marker-filter
|
57 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-event-dispatcher
|
58 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/marker.js
|
59 |
+
2019-03-08 07:46:54 :- Found wpgmza-marker
|
60 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
61 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/modern-store-locator-circle.js
|
62 |
+
2019-03-08 07:46:54 :- Found wpgmza-modern-store-locator-circle
|
63 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
64 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/modern-store-locator.js
|
65 |
+
2019-03-08 07:46:54 :- Found wpgmza-modern-store-locator
|
66 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
67 |
+
2019-03-08 07:46:54 :- Adding Pro dependency wpgmza-use-my-location-button
|
68 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/native-maps-icon.js
|
69 |
+
2019-03-08 07:46:54 :- Found wpgmza-native-maps-app-icon
|
70 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
71 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/polygon.js
|
72 |
+
2019-03-08 07:46:54 :- Found wpgmza-polygon
|
73 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-map-object
|
74 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/polyline.js
|
75 |
+
2019-03-08 07:46:54 :- Found wpgmza-polyline
|
76 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-map-object
|
77 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/popout-panel.js
|
78 |
+
2019-03-08 07:46:54 :- Found wpgmza-popout-panel
|
79 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
80 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/rest-api.js
|
81 |
+
2019-03-08 07:46:54 :- Found wpgmza-wpgmza-rest-api
|
82 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
83 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/store-locator.js
|
84 |
+
2019-03-08 07:46:54 :- Found wpgmza-store-locator
|
85 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-event-dispatcher
|
86 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/text.js
|
87 |
+
2019-03-08 07:46:54 :- Found wpgmza-text
|
88 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
89 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/v7-custom-script.js
|
90 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/version.js
|
91 |
+
2019-03-08 07:46:54 :- Found wpgmza-version
|
92 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
93 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/3rd-party-integration/integration.js
|
94 |
+
2019-03-08 07:46:54 :- Found wpgmza-integration
|
95 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
96 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/3rd-party-integration/gutenberg/dist/gutenberg.js
|
97 |
+
2019-03-08 07:46:54 :- Found wpgmza-gutenberg
|
98 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-integration
|
99 |
+
2019-03-08 07:46:54 :- Adding dependency wp-i18n
|
100 |
+
2019-03-08 07:46:54 :- Adding dependency wp-blocks
|
101 |
+
2019-03-08 07:46:54 :- Adding dependency wp-editor
|
102 |
+
2019-03-08 07:46:54 :- Adding dependency wp-components
|
103 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/compatibility/google-ui-compatibility.js
|
104 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-ui-compatibility
|
105 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
106 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-circle.js
|
107 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-circle
|
108 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-circle
|
109 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-geocoder.js
|
110 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-geocoder
|
111 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-geocoder
|
112 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-html-overlay.js
|
113 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-html-overlay
|
114 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza
|
115 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-info-window.js
|
116 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-info-window
|
117 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-info-window
|
118 |
+
2019-03-08 07:46:54 :- Adding Pro dependency wpgmza-pro-info-window
|
119 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-map.js
|
120 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-map
|
121 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-map
|
122 |
+
2019-03-08 07:46:54 :- Adding Pro dependency wpgmza-pro-map
|
123 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-marker.js
|
124 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-marker
|
125 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-marker
|
126 |
+
2019-03-08 07:46:54 :- Adding Pro dependency wpgmza-pro-marker
|
127 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-modern-store-locator-circle.js
|
128 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-modern-store-locator-circle
|
129 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-modern-store-locator-circle
|
130 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-modern-store-locator.js
|
131 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-modern-store-locator
|
132 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-modern-store-locator
|
133 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-polygon.js
|
134 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-polygon
|
135 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-polygon
|
136 |
+
2019-03-08 07:46:54 :- Adding Pro dependency wpgmza-pro-polygon
|
137 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-polyline.js
|
138 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-polyline
|
139 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-polyline
|
140 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-text-overlay.js
|
141 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-text-overlay
|
142 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-text
|
143 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-text.js
|
144 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-text
|
145 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-text
|
146 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-vertex-context-menu.js
|
147 |
+
2019-03-08 07:46:54 :- Found wpgmza-google-vertex-context-menu
|
148 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza_api_call
|
149 |
+
2019-03-08 07:46:54 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-circle.js
|
150 |
+
2019-03-08 07:46:54 :- Found wpgmza-ol-circle
|
151 |
+
2019-03-08 07:46:54 :- Adding dependency wpgmza-circle
|
152 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-geocoder.js
|
153 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-geocoder
|
154 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-geocoder
|
155 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-info-window.js
|
156 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-info-window
|
157 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-info-window
|
158 |
+
2019-03-08 07:46:55 :- Adding Pro dependency wpgmza-pro-info-window
|
159 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-map.js
|
160 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-map
|
161 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-map
|
162 |
+
2019-03-08 07:46:55 :- Adding Pro dependency wpgmza-pro-map
|
163 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-marker.js
|
164 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-marker
|
165 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-marker
|
166 |
+
2019-03-08 07:46:55 :- Adding Pro dependency wpgmza-pro-marker
|
167 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-modern-store-locator-circle.js
|
168 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-modern-store-locator-circle
|
169 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-modern-store-locator-circle
|
170 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-modern-store-locator.js
|
171 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-modern-store-locator
|
172 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-modern-store-locator
|
173 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-polygon.js
|
174 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-polygon
|
175 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-polygon
|
176 |
+
2019-03-08 07:46:55 :- Adding Pro dependency wpgmza-pro-polygon
|
177 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-polyline.js
|
178 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-polyline
|
179 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-polyline
|
180 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-text.js
|
181 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-text
|
182 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-text
|
183 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/tables/admin-marker-datatable.js
|
184 |
+
2019-03-08 07:46:55 :- Found wpgmza-admin-marker-data-table
|
185 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-data-table
|
186 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/tables/datatable.js
|
187 |
+
2019-03-08 07:46:55 :- Found wpgmza-data-table
|
188 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza
|
189 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/content-editor-map-button.js
|
190 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/custom-field-filter-controller.js
|
191 |
+
2019-03-08 07:46:55 :- Found wpgmza-custom-field-filter-controller
|
192 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza
|
193 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/custom-field-filter-widget.js
|
194 |
+
2019-03-08 07:46:55 :- Found wpgmza-custom-field-filter-widget
|
195 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza
|
196 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/heatmap.js
|
197 |
+
2019-03-08 07:46:55 :- Found wpgmza-heatmap
|
198 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-map-object
|
199 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/modern-directions-box.js
|
200 |
+
2019-03-08 07:46:55 :- Found wpgmza-modern-directions-box
|
201 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-popout-panel
|
202 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/modern-directions-result-box.js
|
203 |
+
2019-03-08 07:46:55 :- Found wpgmza-modern-directions-result-box
|
204 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-popout-panel
|
205 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/modern-marker-listing-marker-view.js
|
206 |
+
2019-03-08 07:46:55 :- Found wpgmza-modern-marker-listing-marker-view
|
207 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-popout-panel
|
208 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-info-window.js
|
209 |
+
2019-03-08 07:46:55 :- Found wpgmza-pro-info-window
|
210 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-info-window
|
211 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-map.js
|
212 |
+
2019-03-08 07:46:55 :- Found wpgmza-pro-map
|
213 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-map
|
214 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-marker-filter.js
|
215 |
+
2019-03-08 07:46:55 :- Found wpgmza-pro-marker-filter
|
216 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-marker-filter
|
217 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-marker.js
|
218 |
+
2019-03-08 07:46:55 :- Found wpgmza-pro-marker
|
219 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-marker
|
220 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-polygon.js
|
221 |
+
2019-03-08 07:46:55 :- Found wpgmza-pro-polygon
|
222 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-polygon
|
223 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-store-locator.js
|
224 |
+
2019-03-08 07:46:55 :- Found wpgmza-pro-store-locator
|
225 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-store-locator
|
226 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/use-my-location-button.js
|
227 |
+
2019-03-08 07:46:55 :- Found wpgmza-use-my-location-button
|
228 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-event-dispatcher
|
229 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/xml-cache-converter.js
|
230 |
+
2019-03-08 07:46:55 :- Found wpgmza-xml-cache-converter
|
231 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza
|
232 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/3rd-party-integration/gutenberg/dist/pro-gutenberg.js
|
233 |
+
2019-03-08 07:46:55 :- Found wpgmza-pro-gutenberg
|
234 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-gutenberg
|
235 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-heatmap.js
|
236 |
+
2019-03-08 07:46:55 :- Found wpgmza-google-heatmap
|
237 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-heatmap
|
238 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-info-window.js
|
239 |
+
2019-03-08 07:46:55 :- Found wpgmza-google-pro-info-window
|
240 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-google-info-window
|
241 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-map.js
|
242 |
+
2019-03-08 07:46:55 :- Found wpgmza-google-pro-map
|
243 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-google-map
|
244 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-marker.js
|
245 |
+
2019-03-08 07:46:55 :- Found wpgmza-google-pro-marker
|
246 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-google-marker
|
247 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-polygon.js
|
248 |
+
2019-03-08 07:46:55 :- Found wpgmza-google-pro-polygon
|
249 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-google-polygon
|
250 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/marker-listings/advanced-table-datatable.js
|
251 |
+
2019-03-08 07:46:55 :- Found wpgmza-advanced-table-data-table
|
252 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza
|
253 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/marker-listings/advanced-table-marker-listing.js
|
254 |
+
2019-03-08 07:46:55 :- Found wpgmza-advanced-table-marker-listing
|
255 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-marker-listing
|
256 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/marker-listings/carousel-marker-listing.js
|
257 |
+
2019-03-08 07:46:55 :- Found wpgmza-carousel-marker-listing
|
258 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-marker-listing
|
259 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/marker-listings/marker-listing.js
|
260 |
+
2019-03-08 07:46:55 :- Found wpgmza-marker-listing
|
261 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza
|
262 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/marker-listings/modern-marker-listing.js
|
263 |
+
2019-03-08 07:46:55 :- Found wpgmza-modern-marker-listing
|
264 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-marker-listing
|
265 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-popout-panel
|
266 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-heatmap.js
|
267 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-heatmap
|
268 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-heatmap
|
269 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-info-window.js
|
270 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-pro-info-window
|
271 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-ol-info-window
|
272 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-map.js
|
273 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-pro-map
|
274 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-ol-map
|
275 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-marker.js
|
276 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-pro-marker
|
277 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-ol-marker
|
278 |
+
2019-03-08 07:46:55 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-polygon.js
|
279 |
+
2019-03-08 07:46:55 :- Found wpgmza-ol-pro-polygon
|
280 |
+
2019-03-08 07:46:55 :- Adding dependency wpgmza-ol-polygon
|
includes/class.crud.php
CHANGED
@@ -366,7 +366,7 @@ class Crud extends Factory implements \IteratorAggregate, \JsonSerializable
|
|
366 |
|
367 |
$arbitrary_data_column_name = $this->get_arbitrary_data_column_name();
|
368 |
|
369 |
-
if($arbitrary_data_column_name && isset($this->fields
|
370 |
{
|
371 |
$this->parse_arbitrary_data($this->fields[$arbitrary_data_column_name]);
|
372 |
unset($this->fields[$arbitrary_data_column_name]);
|
366 |
|
367 |
$arbitrary_data_column_name = $this->get_arbitrary_data_column_name();
|
368 |
|
369 |
+
if($arbitrary_data_column_name && isset($this->fields[$arbitrary_data_column_name]))
|
370 |
{
|
371 |
$this->parse_arbitrary_data($this->fields[$arbitrary_data_column_name]);
|
372 |
unset($this->fields[$arbitrary_data_column_name]);
|
includes/class.map.php
CHANGED
@@ -25,7 +25,7 @@ class Map extends Crud
|
|
25 |
switch($name)
|
26 |
{
|
27 |
case "storeLocatorDistanceUnits":
|
28 |
-
if(!empty($this->
|
29 |
return Distance::UNITS_MI;
|
30 |
else
|
31 |
return Distance::UNITS_KM;
|
25 |
switch($name)
|
26 |
{
|
27 |
case "storeLocatorDistanceUnits":
|
28 |
+
if(!empty($this->store_locator_distance) && $this->store_locator_distance == 1)
|
29 |
return Distance::UNITS_MI;
|
30 |
else
|
31 |
return Distance::UNITS_KM;
|
includes/class.marker-filter.php
CHANGED
@@ -138,12 +138,11 @@ class MarkerFilter extends Factory
|
|
138 |
|
139 |
$query = $this->getQuery();
|
140 |
|
141 |
-
if($fields
|
142 |
$query->fields[] = '*';
|
143 |
else
|
144 |
foreach($fields as $field)
|
145 |
$query->fields[] = $field;
|
146 |
-
//$query->fields = $fields;
|
147 |
|
148 |
$sql = $query->build();
|
149 |
|
@@ -166,20 +165,4 @@ class MarkerFilter extends Factory
|
|
166 |
}
|
167 |
|
168 |
|
169 |
-
}
|
170 |
-
|
171 |
-
/*$filter = MarkerFilter::createInstance();
|
172 |
-
|
173 |
-
header('Content-type: text/plain');
|
174 |
-
|
175 |
-
$filter->map_id = 1;
|
176 |
-
$filter->center = array(
|
177 |
-
'lat' => 51,
|
178 |
-
'lng' => -3
|
179 |
-
);
|
180 |
-
$filter->radius = 500;
|
181 |
-
//$filter->keywords = 'test';
|
182 |
-
|
183 |
-
print_r( $filter->getFilteredIDs() );
|
184 |
-
|
185 |
-
exit;*/
|
138 |
|
139 |
$query = $this->getQuery();
|
140 |
|
141 |
+
if(empty($fields))
|
142 |
$query->fields[] = '*';
|
143 |
else
|
144 |
foreach($fields as $field)
|
145 |
$query->fields[] = $field;
|
|
|
146 |
|
147 |
$sql = $query->build();
|
148 |
|
165 |
}
|
166 |
|
167 |
|
168 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/class.query.php
CHANGED
@@ -75,9 +75,8 @@ class Query
|
|
75 |
if(!is_array($value))
|
76 |
throw new \Exception('Fields must be an array');
|
77 |
|
78 |
-
|
79 |
-
|
80 |
-
array_splice($this->_fields, 0, count($this->_fields), $value);
|
81 |
|
82 |
break;
|
83 |
|
@@ -153,10 +152,17 @@ class Query
|
|
153 |
switch($this->_type)
|
154 |
{
|
155 |
case 'SELECT':
|
156 |
-
if(empty($this->_fields
|
157 |
-
|
|
|
|
|
|
|
|
|
|
|
158 |
else
|
159 |
-
$
|
|
|
|
|
160 |
break;
|
161 |
|
162 |
case 'INSERT':
|
@@ -170,6 +176,14 @@ class Query
|
|
170 |
|
171 |
$qstr .= " " . $this->_table;
|
172 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
$where = $this->_where->toArray();
|
174 |
if(!empty($where))
|
175 |
$qstr .= " WHERE " . implode(' AND ', $where);
|
75 |
if(!is_array($value))
|
76 |
throw new \Exception('Fields must be an array');
|
77 |
|
78 |
+
foreach($value as $k => $v)
|
79 |
+
$this->_fields->{$k} = $v;
|
|
|
80 |
|
81 |
break;
|
82 |
|
152 |
switch($this->_type)
|
153 |
{
|
154 |
case 'SELECT':
|
155 |
+
if(empty($this->_fields))
|
156 |
+
throw new \Exception('You must specify fields to select');
|
157 |
+
|
158 |
+
$arr = $this->_fields->toArray();
|
159 |
+
|
160 |
+
if(!empty($arr))
|
161 |
+
$str = implode(', ', $this->_fields->toArray());
|
162 |
else
|
163 |
+
$str = '*';
|
164 |
+
|
165 |
+
$qstr .= " $str FROM";
|
166 |
break;
|
167 |
|
168 |
case 'INSERT':
|
176 |
|
177 |
$qstr .= " " . $this->_table;
|
178 |
|
179 |
+
if(!empty($this->_join))
|
180 |
+
{
|
181 |
+
$qstr .= ' ';
|
182 |
+
|
183 |
+
foreach($this->_join as $join)
|
184 |
+
$qstr .= 'JOIN ' . $join;
|
185 |
+
}
|
186 |
+
|
187 |
$where = $this->_where->toArray();
|
188 |
if(!empty($where))
|
189 |
$qstr .= " WHERE " . implode(' AND ', $where);
|
includes/class.rest-api.php
CHANGED
@@ -75,15 +75,15 @@ class RestAPI extends Factory
|
|
75 |
case 'GET':
|
76 |
if(preg_match('#/wpgmza/v1/markers/(\d+)#', $route, $m))
|
77 |
{
|
78 |
-
|
79 |
-
$marker = new Marker($m[1]);
|
80 |
return $marker;
|
81 |
}
|
82 |
|
83 |
$fields = null;
|
84 |
-
|
|
|
85 |
$fields = explode(',', $_GET['fields']);
|
86 |
-
else
|
87 |
$fields = $_GET['fields'];
|
88 |
|
89 |
if(!empty($_GET['filter']))
|
75 |
case 'GET':
|
76 |
if(preg_match('#/wpgmza/v1/markers/(\d+)#', $route, $m))
|
77 |
{
|
78 |
+
$marker = Marker::createInstance($m[1]);
|
|
|
79 |
return $marker;
|
80 |
}
|
81 |
|
82 |
$fields = null;
|
83 |
+
|
84 |
+
if(isset($_GET['fields']) && is_string($_GET['fields']))
|
85 |
$fields = explode(',', $_GET['fields']);
|
86 |
+
else if(!empty($_GET['fields']))
|
87 |
$fields = $_GET['fields'];
|
88 |
|
89 |
if(!empty($_GET['filter']))
|
includes/tables/class.ajax-table.php
CHANGED
@@ -260,6 +260,10 @@ class AjaxTable extends Table
|
|
260 |
$qstr .= " HAVING $having";
|
261 |
|
262 |
// This code allows for more natural numeric sorting on text fields, not just numeric fields
|
|
|
|
|
|
|
|
|
263 |
$qstr .= " ORDER BY ISNULL({$order_column}), {$order_column}+0 {$order_dir}, {$order_column}";
|
264 |
|
265 |
// Limit
|
260 |
$qstr .= " HAVING $having";
|
261 |
|
262 |
// This code allows for more natural numeric sorting on text fields, not just numeric fields
|
263 |
+
if(empty($order_column))
|
264 |
+
$order_column = 'id';
|
265 |
+
if(empty($order_dir))
|
266 |
+
$order_dir = 'ASC';
|
267 |
$qstr .= " ORDER BY ISNULL({$order_column}), {$order_column}+0 {$order_dir}, {$order_column}";
|
268 |
|
269 |
// Limit
|
readme.txt
CHANGED
@@ -217,6 +217,10 @@ Please upgrade your version of WP Google Maps to version 6.0.27 as it includes m
|
|
217 |
|
218 |
== Changelog ==
|
219 |
|
|
|
|
|
|
|
|
|
220 |
= 7.11.11 :- 2019-03-07 :- Low priority =
|
221 |
* Allowed LatLngBounds to wrap around 180th meridian, Gold now clusters correctly on wide or zoomed out maps
|
222 |
* Fixed wildcard not being used when no fields passed to Query
|
217 |
|
218 |
== Changelog ==
|
219 |
|
220 |
+
= 7.11.12 :- 2019-03-08 :- Low priority =
|
221 |
+
* Removed debugging code from class.query.php
|
222 |
+
* Fixed mismatched setting name for Store Locator distance units causing "miles" to be ignored
|
223 |
+
|
224 |
= 7.11.11 :- 2019-03-07 :- Low priority =
|
225 |
* Allowed LatLngBounds to wrap around 180th meridian, Gold now clusters correctly on wide or zoomed out maps
|
226 |
* Fixed wildcard not being used when no fields passed to Query
|
wpGoogleMaps.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Google Maps
|
4 |
Plugin URI: https://www.wpgmaps.com
|
5 |
Description: The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss.
|
6 |
-
Version: 7.11.
|
7 |
Author: WP Google Maps
|
8 |
Author URI: https://www.wpgmaps.com
|
9 |
Text Domain: wp-google-maps
|
@@ -11,6 +11,10 @@ Domain Path: /languages
|
|
11 |
*/
|
12 |
|
13 |
/*
|
|
|
|
|
|
|
|
|
14 |
* 7.11.11 :- 2019-03-07 :- Low priority
|
15 |
* Allowed LatLngBounds to wrap around 180th meridian, Gold now clusters correctly on wide or zoomed out maps
|
16 |
* Altered AjaxTable to treat text fields containing numeric data as numeric, giving more natural sort order on those fields
|
3 |
Plugin Name: WP Google Maps
|
4 |
Plugin URI: https://www.wpgmaps.com
|
5 |
Description: The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss.
|
6 |
+
Version: 7.11.12
|
7 |
Author: WP Google Maps
|
8 |
Author URI: https://www.wpgmaps.com
|
9 |
Text Domain: wp-google-maps
|
11 |
*/
|
12 |
|
13 |
/*
|
14 |
+
* 7.11.12 :- 2019-03-08 :- Low priority
|
15 |
+
* Removed debugging code from class.query.php
|
16 |
+
* Fixed mismatched setting name for Store Locator distance units causing "miles" to be ignored
|
17 |
+
*
|
18 |
* 7.11.11 :- 2019-03-07 :- Low priority
|
19 |
* Allowed LatLngBounds to wrap around 180th meridian, Gold now clusters correctly on wide or zoomed out maps
|
20 |
* Altered AjaxTable to treat text fields containing numeric data as numeric, giving more natural sort order on those fields
|