Version Description
:- 2018-08-15 :- Low priority = * Improved Google API error handling back end, module issues more comprehensive alerts * GoogleAPIErrorHandler moved to /js/v8/google-api-error-handler.js * Added CSS fix for recent Google UI changes (Buttons in triplicate)
Download this release
Release Info
Developer | perryrylance |
Plugin | ![]() |
Version | 7.10.26 |
Comparing to | |
See all releases |
Code changes from version 7.10.25 to 7.10.26
- css/wpgmza_style.css +1 -2
- includes/build.log +187 -130
- includes/class.rest-api.php +1 -1
- js/v8/google-api-error-handler.js +31 -0
- js/v8/scripts.json +7 -0
- js/wpgmaps.js +1 -22
- readme.txt +17 -1
- wpGoogleMaps.php +7 -2
css/wpgmza_style.css
CHANGED
@@ -199,7 +199,7 @@
|
|
199 |
.wpgmza-not-found-msg p {
|
200 |
margin-bottom: 0;
|
201 |
}
|
202 |
-
.wpgmza_map img {
|
203 |
border: none !important;
|
204 |
background-color:transparent !important;
|
205 |
padding:0 !important;
|
@@ -749,4 +749,3 @@ ul.wpgmza_marker_list_class {
|
|
749 |
color: #333;
|
750 |
|
751 |
}
|
752 |
-
|
199 |
.wpgmza-not-found-msg p {
|
200 |
margin-bottom: 0;
|
201 |
}
|
202 |
+
.wpgmza_map img:not(button img) {
|
203 |
border: none !important;
|
204 |
background-color:transparent !important;
|
205 |
padding:0 !important;
|
749 |
color: #333;
|
750 |
|
751 |
}
|
|
includes/build.log
CHANGED
@@ -1,130 +1,187 @@
|
|
1 |
-
2018-
|
2 |
-
2018-
|
3 |
-
2018-
|
4 |
-
2018-
|
5 |
-
2018-
|
6 |
-
2018-
|
7 |
-
2018-
|
8 |
-
2018-
|
9 |
-
2018-
|
10 |
-
2018-
|
11 |
-
2018-
|
12 |
-
2018-
|
13 |
-
2018-
|
14 |
-
2018-
|
15 |
-
2018-
|
16 |
-
2018-
|
17 |
-
2018-
|
18 |
-
2018-
|
19 |
-
2018-
|
20 |
-
2018-
|
21 |
-
2018-
|
22 |
-
2018-
|
23 |
-
2018-
|
24 |
-
2018-
|
25 |
-
2018-
|
26 |
-
2018-
|
27 |
-
2018-
|
28 |
-
2018-
|
29 |
-
2018-
|
30 |
-
2018-
|
31 |
-
2018-
|
32 |
-
2018-
|
33 |
-
2018-
|
34 |
-
2018-
|
35 |
-
2018-
|
36 |
-
2018-
|
37 |
-
2018-
|
38 |
-
2018-
|
39 |
-
2018-
|
40 |
-
2018-
|
41 |
-
2018-
|
42 |
-
2018-
|
43 |
-
2018-
|
44 |
-
2018-
|
45 |
-
2018-
|
46 |
-
2018-
|
47 |
-
2018-
|
48 |
-
2018-
|
49 |
-
2018-
|
50 |
-
2018-
|
51 |
-
2018-
|
52 |
-
2018-
|
53 |
-
2018-
|
54 |
-
2018-
|
55 |
-
2018-
|
56 |
-
2018-
|
57 |
-
2018-
|
58 |
-
2018-
|
59 |
-
2018-
|
60 |
-
2018-
|
61 |
-
2018-
|
62 |
-
2018-
|
63 |
-
2018-
|
64 |
-
2018-
|
65 |
-
2018-
|
66 |
-
2018-
|
67 |
-
2018-
|
68 |
-
2018-
|
69 |
-
2018-
|
70 |
-
2018-
|
71 |
-
2018-
|
72 |
-
2018-
|
73 |
-
2018-
|
74 |
-
2018-
|
75 |
-
2018-
|
76 |
-
2018-
|
77 |
-
2018-
|
78 |
-
2018-
|
79 |
-
2018-
|
80 |
-
2018-
|
81 |
-
2018-
|
82 |
-
2018-
|
83 |
-
2018-
|
84 |
-
2018-
|
85 |
-
2018-
|
86 |
-
2018-
|
87 |
-
2018-
|
88 |
-
2018-
|
89 |
-
2018-
|
90 |
-
2018-
|
91 |
-
2018-
|
92 |
-
2018-
|
93 |
-
2018-
|
94 |
-
2018-
|
95 |
-
2018-
|
96 |
-
2018-
|
97 |
-
2018-
|
98 |
-
2018-
|
99 |
-
2018-
|
100 |
-
2018-
|
101 |
-
2018-
|
102 |
-
2018-
|
103 |
-
2018-
|
104 |
-
2018-
|
105 |
-
2018-
|
106 |
-
2018-
|
107 |
-
2018-
|
108 |
-
2018-
|
109 |
-
2018-
|
110 |
-
2018-
|
111 |
-
2018-
|
112 |
-
2018-
|
113 |
-
2018-
|
114 |
-
2018-
|
115 |
-
2018-
|
116 |
-
2018-
|
117 |
-
2018-
|
118 |
-
2018-
|
119 |
-
2018-
|
120 |
-
2018-
|
121 |
-
2018-
|
122 |
-
2018-
|
123 |
-
2018-
|
124 |
-
2018-
|
125 |
-
2018-
|
126 |
-
2018-
|
127 |
-
2018-
|
128 |
-
2018-
|
129 |
-
2018-
|
130 |
-
2018-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2018-08-15 09:23:42 :- Scanning dependencies
|
2 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/circle.js
|
3 |
+
2018-08-15 09:23:42 :- Found wpgmza-circle
|
4 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-map-object
|
5 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/compatibility.js
|
6 |
+
2018-08-15 09:23:42 :- Found wpgmza-compatibility
|
7 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
8 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/core.js
|
9 |
+
2018-08-15 09:23:42 :- Found wpgmza
|
10 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/css-escape.js
|
11 |
+
2018-08-15 09:23:42 :- Found wpgmza-wpgmza-css
|
12 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
13 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/distance.js
|
14 |
+
2018-08-15 09:23:42 :- Found wpgmza-distance
|
15 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
16 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/event-dispatcher.js
|
17 |
+
2018-08-15 09:23:42 :- Found wpgmza-event-dispatcher
|
18 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
19 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/event.js
|
20 |
+
2018-08-15 09:23:42 :- Found wpgmza-event
|
21 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
22 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/friendly-error.js
|
23 |
+
2018-08-15 09:23:42 :- Found wpgmza-friendly-error
|
24 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
25 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/geocoder.js
|
26 |
+
2018-08-15 09:23:42 :- Found wpgmza-geocoder
|
27 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
28 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/google-api-error-handler.js
|
29 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-api-error-handler
|
30 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
31 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/info-window.js
|
32 |
+
2018-08-15 09:23:42 :- Found wpgmza-info-window
|
33 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-event-dispatcher
|
34 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/latlng.js
|
35 |
+
2018-08-15 09:23:42 :- Found wpgmza-lat-lng
|
36 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
37 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/latlngbounds.js
|
38 |
+
2018-08-15 09:23:42 :- Found wpgmza-lat-lng-bounds
|
39 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
40 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/map-object.js
|
41 |
+
2018-08-15 09:23:42 :- Found wpgmza-map-object
|
42 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-event-dispatcher
|
43 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/map-settings-page.js
|
44 |
+
2018-08-15 09:23:42 :- Found wpgmza-map-settings-page
|
45 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
46 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/map-settings.js
|
47 |
+
2018-08-15 09:23:42 :- Found wpgmza-map-settings
|
48 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
49 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/map.js
|
50 |
+
2018-08-15 09:23:42 :- Found wpgmza-map
|
51 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-event-dispatcher
|
52 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/maps-engine-dialog.js
|
53 |
+
2018-08-15 09:23:42 :- Found wpgmza-maps-engine-dialog
|
54 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
55 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/marker.js
|
56 |
+
2018-08-15 09:23:42 :- Found wpgmza-marker
|
57 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
58 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/modern-store-locator-circle.js
|
59 |
+
2018-08-15 09:23:42 :- Found wpgmza-modern-store-locator-circle
|
60 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
61 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/modern-store-locator.js
|
62 |
+
2018-08-15 09:23:42 :- Found wpgmza-modern-store-locator
|
63 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
64 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/polygon.js
|
65 |
+
2018-08-15 09:23:42 :- Found wpgmza-polygon
|
66 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-map-object
|
67 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/polyline.js
|
68 |
+
2018-08-15 09:23:42 :- Found wpgmza-polyline
|
69 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-map-object
|
70 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/rest-api.js
|
71 |
+
2018-08-15 09:23:42 :- Found wpgmza-wpgmza-rest-api
|
72 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
73 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/v7-custom-script.js
|
74 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/version.js
|
75 |
+
2018-08-15 09:23:42 :- Found wpgmza-version
|
76 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza
|
77 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-circle.js
|
78 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-circle
|
79 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-circle
|
80 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-geocoder.js
|
81 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-geocoder
|
82 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-geocoder
|
83 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-info-window.js
|
84 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-info-window
|
85 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-info-window
|
86 |
+
2018-08-15 09:23:42 :- Adding Pro dependency wpgmza-pro-info-window
|
87 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-map.js
|
88 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-map
|
89 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-map
|
90 |
+
2018-08-15 09:23:42 :- Adding Pro dependency wpgmza-pro-map
|
91 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-marker.js
|
92 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-marker
|
93 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-marker
|
94 |
+
2018-08-15 09:23:42 :- Adding Pro dependency wpgmza-pro-marker
|
95 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-modern-store-locator-circle.js
|
96 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-modern-store-locator-circle
|
97 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-modern-store-locator-circle
|
98 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-modern-store-locator.js
|
99 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-modern-store-locator
|
100 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-modern-store-locator
|
101 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-polygon.js
|
102 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-polygon
|
103 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-polygon
|
104 |
+
2018-08-15 09:23:42 :- Adding Pro dependency wpgmza-pro-polygon
|
105 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-polyline.js
|
106 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-polyline
|
107 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-polyline
|
108 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-vertex-context-menu.js
|
109 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-vertex-context-menu
|
110 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza_api_call
|
111 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-circle.js
|
112 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-circle
|
113 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-circle
|
114 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-geocoder.js
|
115 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-geocoder
|
116 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-geocoder
|
117 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-info-window.js
|
118 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-info-window
|
119 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-info-window
|
120 |
+
2018-08-15 09:23:42 :- Adding Pro dependency wpgmza-pro-info-window
|
121 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-map.js
|
122 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-map
|
123 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-map
|
124 |
+
2018-08-15 09:23:42 :- Adding Pro dependency wpgmza-pro-map
|
125 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-marker.js
|
126 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-marker
|
127 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-marker
|
128 |
+
2018-08-15 09:23:42 :- Adding Pro dependency wpgmza-pro-marker
|
129 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-modern-store-locator-circle.js
|
130 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-modern-store-locator-circle
|
131 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-modern-store-locator-circle
|
132 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-modern-store-locator.js
|
133 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-modern-store-locator
|
134 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-modern-store-locator
|
135 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-polygon.js
|
136 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-polygon
|
137 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-polygon
|
138 |
+
2018-08-15 09:23:42 :- Adding Pro dependency wpgmza-pro-polygon
|
139 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-polyline.js
|
140 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-polyline
|
141 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-polyline
|
142 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/content-editor-map-button.js
|
143 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/heatmap.js
|
144 |
+
2018-08-15 09:23:42 :- Found wpgmza-heatmap
|
145 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-map-object
|
146 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/pro-info-window.js
|
147 |
+
2018-08-15 09:23:42 :- Found wpgmza-pro-info-window
|
148 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-info-window
|
149 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/pro-map.js
|
150 |
+
2018-08-15 09:23:42 :- Found wpgmza-pro-map
|
151 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-map
|
152 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/pro-marker.js
|
153 |
+
2018-08-15 09:23:42 :- Found wpgmza-pro-marker
|
154 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-marker
|
155 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/pro-polygon.js
|
156 |
+
2018-08-15 09:23:42 :- Found wpgmza-pro-polygon
|
157 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-polygon
|
158 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-heatmap.js
|
159 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-heatmap
|
160 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-heatmap
|
161 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-info-window.js
|
162 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-pro-info-window
|
163 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-google-info-window
|
164 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-map.js
|
165 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-pro-map
|
166 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-google-map
|
167 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-marker.js
|
168 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-pro-marker
|
169 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-google-marker
|
170 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-polygon.js
|
171 |
+
2018-08-15 09:23:42 :- Found wpgmza-google-pro-polygon
|
172 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-google-polygon
|
173 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-heatmap.js
|
174 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-heatmap
|
175 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-heatmap
|
176 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-info-window.js
|
177 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-pro-info-window
|
178 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-ol-info-window
|
179 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-map.js
|
180 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-pro-map
|
181 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-ol-map
|
182 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-marker.js
|
183 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-pro-marker
|
184 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-ol-marker
|
185 |
+
2018-08-15 09:23:42 :- Reading E:\Programming\Code Cabin\htdocs-quick-fix\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-polygon.js
|
186 |
+
2018-08-15 09:23:42 :- Found wpgmza-ol-pro-polygon
|
187 |
+
2018-08-15 09:23:42 :- Adding dependency wpgmza-ol-polygon
|
includes/class.rest-api.php
CHANGED
@@ -42,7 +42,7 @@ class RestAPI
|
|
42 |
|
43 |
$results = $wpdb->get_results("SELECT * FROM $wpgmza_tblname");
|
44 |
|
45 |
-
// TODO: Select all custom field data too, in one query, and add that to the marker data in the following loop
|
46 |
|
47 |
foreach($results as $obj)
|
48 |
unset($obj->latlng);
|
42 |
|
43 |
$results = $wpdb->get_results("SELECT * FROM $wpgmza_tblname");
|
44 |
|
45 |
+
// TODO: Select all custom field data too, in one query, and add that to the marker data in the following loop. Ideally we could add a bulk get function to the CRUD classes which takes IDs?
|
46 |
|
47 |
foreach($results as $obj)
|
48 |
unset($obj->latlng);
|
js/v8/google-api-error-handler.js
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* @namespace WPGMZA
|
3 |
+
* @module GoogleAPIErrorHandler
|
4 |
+
* @requires WPGMZA
|
5 |
+
*/
|
6 |
+
(function($){
|
7 |
+
|
8 |
+
WPGMZA.GoogleAPIErrorHandler = function() {
|
9 |
+
|
10 |
+
if(WPGMZA.settings.engine != "google-maps")
|
11 |
+
return;
|
12 |
+
|
13 |
+
var _error = console.error;
|
14 |
+
|
15 |
+
console.error = function(message)
|
16 |
+
{
|
17 |
+
var m = message.match(/^Google Maps.+error: (.+)\s+(http(s?):\/\/.+)/m);
|
18 |
+
|
19 |
+
if(m)
|
20 |
+
{
|
21 |
+
var friendlyMessage = "Google Maps API Error:" + m[1].replace(/([A-Z])/g, " $1") + " - See " + m[2] + " for more information";
|
22 |
+
alert(friendlyMessage);
|
23 |
+
}
|
24 |
+
|
25 |
+
_error.apply(this, arguments);
|
26 |
+
}
|
27 |
+
}
|
28 |
+
|
29 |
+
WPGMZA.googleAPIErrorHandler = new WPGMZA.GoogleAPIErrorHandler();
|
30 |
+
|
31 |
+
})(jQuery);
|
js/v8/scripts.json
CHANGED
@@ -60,6 +60,13 @@
|
|
60 |
"wpgmza"
|
61 |
]
|
62 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
"wpgmza-info-window": {
|
64 |
"src": "js\/v8\/info-window.js",
|
65 |
"pro": false,
|
60 |
"wpgmza"
|
61 |
]
|
62 |
},
|
63 |
+
"wpgmza-google-api-error-handler": {
|
64 |
+
"src": "js\/v8\/google-api-error-handler.js",
|
65 |
+
"pro": false,
|
66 |
+
"dependencies": [
|
67 |
+
"wpgmza"
|
68 |
+
]
|
69 |
+
},
|
70 |
"wpgmza-info-window": {
|
71 |
"src": "js\/v8\/info-window.js",
|
72 |
"pro": false,
|
js/wpgmaps.js
CHANGED
@@ -868,28 +868,7 @@ function toRad(Value) {
|
|
868 |
return "rgba(" + rgba.r + ", " + rgba.g + ", " + rgba.b + ", " + rgba.a + ")";
|
869 |
}
|
870 |
|
871 |
-
|
872 |
-
|
873 |
-
if(WPGMZA.settings.engine != "google-maps")
|
874 |
-
return;
|
875 |
-
|
876 |
-
var _error = console.error;
|
877 |
-
|
878 |
-
console.error = function(message)
|
879 |
-
{
|
880 |
-
var m = message.match(/^Google Maps API error: (\w+) (.+)/);
|
881 |
-
|
882 |
-
if(m)
|
883 |
-
{
|
884 |
-
var friendlyMessage = m[1].replace(/([A-Z])/g, " $1") + " - See " + m[2] + " for more information";
|
885 |
-
alert(friendlyMessage);
|
886 |
-
}
|
887 |
-
|
888 |
-
_error.apply(this, arguments);
|
889 |
-
}
|
890 |
-
}
|
891 |
-
|
892 |
-
WPGMZA.googleAPIErrorHandler = new WPGMZA.GoogleAPIErrorHandler();
|
893 |
|
894 |
})(jQuery);
|
895 |
|
868 |
return "rgba(" + rgba.r + ", " + rgba.g + ", " + rgba.b + ", " + rgba.a + ")";
|
869 |
}
|
870 |
|
871 |
+
// GoogleAPIErrorHandler moved to /js/v8/google-api-error-handler.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
872 |
|
873 |
})(jQuery);
|
874 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: WPGMaps, NickDuncan, CodeCabin_, DylanAuty, PerryRylance
|
|
3 |
Donate link: http://www.wpgmaps.com
|
4 |
Tags: google maps, maps, map, map markers, google map, google maps plugin, wp google maps, wp google map, map plugin, directions, google map plugin, map widget
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 4.9.
|
7 |
Requires PHP: 5.3
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2
|
@@ -216,6 +216,22 @@ Please upgrade your version of WP Google Maps to version 6.0.27 as it includes m
|
|
216 |
|
217 |
== Changelog ==
|
218 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
= 7.10.23 :- 2018-07-23 :- Medium priority =
|
220 |
* Fixed REST API endpoint URL incorrect for installations in subfolders
|
221 |
* Added PHP version requirement 5.3 to readme.txt
|
3 |
Donate link: http://www.wpgmaps.com
|
4 |
Tags: google maps, maps, map, map markers, google map, google maps plugin, wp google maps, wp google map, map plugin, directions, google map plugin, map widget
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 4.9.8
|
7 |
Requires PHP: 5.3
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2
|
216 |
|
217 |
== Changelog ==
|
218 |
|
219 |
+
= 7.10.26 :- 2018-08-15 :- Low priority =
|
220 |
+
* Improved Google API error handling back end, module issues more comprehensive alerts
|
221 |
+
* GoogleAPIErrorHandler moved to /js/v8/google-api-error-handler.js
|
222 |
+
* Added CSS fix for recent Google UI changes (Buttons in triplicate)
|
223 |
+
|
224 |
+
= 7.10.25 :- 2018-08-10 :- Low priority =
|
225 |
+
* Fixed "Undefined variable" notice
|
226 |
+
|
227 |
+
= 7.10.24 :- 2018-07-31 :- Low Priority =
|
228 |
+
* Added regex callback for class autoloader for installations where token_get_all is not available
|
229 |
+
* Added spatial function prefix to spatial data migration function
|
230 |
+
* Added lat and lng properties to GoogleGeocoder result (for Pro 5 & UGM compatibility)
|
231 |
+
* Altered Map module to deserialize other_settings and merge into the map settings object
|
232 |
+
* Altered parent:: to \Exception:: in CSS selector parser
|
233 |
+
* Fixed version detection for MySQL 8
|
234 |
+
|
235 |
= 7.10.23 :- 2018-07-23 :- Medium priority =
|
236 |
* Fixed REST API endpoint URL incorrect for installations in subfolders
|
237 |
* Added PHP version requirement 5.3 to readme.txt
|
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.10.
|
7 |
Author: WP Google Maps
|
8 |
Author URI: https://www.wpgmaps.com
|
9 |
Text Domain: wp-google-maps
|
@@ -11,10 +11,15 @@ Domain Path: /languages
|
|
11 |
*/
|
12 |
|
13 |
/*
|
|
|
|
|
|
|
|
|
|
|
14 |
* 7.10.25 :- 2018-08-10 :- Low priority
|
15 |
* Fixed "Undefined variable" notice
|
16 |
*
|
17 |
-
* 7.10.24 :- 2018-
|
18 |
* Added regex callback for class autoloader for installations where token_get_all is not available
|
19 |
* Added spatial function prefix to spatial data migration function
|
20 |
* Added lat and lng properties to GoogleGeocoder result (for Pro 5 & UGM compatibility)
|
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.10.26
|
7 |
Author: WP Google Maps
|
8 |
Author URI: https://www.wpgmaps.com
|
9 |
Text Domain: wp-google-maps
|
11 |
*/
|
12 |
|
13 |
/*
|
14 |
+
* 7.10.26 :- 2018-08-15 :- Low priority
|
15 |
+
* Improved Google API error handling back end, module issues more comprehensive alerts
|
16 |
+
* GoogleAPIErrorHandler moved to /js/v8/google-api-error-handler.js
|
17 |
+
* Added CSS fix for recent Google UI changes (Buttons in triplicate)
|
18 |
+
*
|
19 |
* 7.10.25 :- 2018-08-10 :- Low priority
|
20 |
* Fixed "Undefined variable" notice
|
21 |
*
|
22 |
+
* 7.10.24 :- 2018-07-31 :- Low Priority
|
23 |
* Added regex callback for class autoloader for installations where token_get_all is not available
|
24 |
* Added spatial function prefix to spatial data migration function
|
25 |
* Added lat and lng properties to GoogleGeocoder result (for Pro 5 & UGM compatibility)
|