Plugin Directory

Changeset 3202775


Ignore:
Timestamp:
12/05/2024 05:17:55 AM (15 months ago)
Author:
flippercode
Message:

bug fixed with multi site installations.

Location:
wp-google-map-plugin
Files:
859 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-google-map-plugin/trunk/classes/wpgmp-check-cookies.php

    r2956105 r3202775  
    3232    } elseif (function_exists('cn_cookies_accepted') && (bool) Cookie_Notice::cookies_accepted()) {
    3333        $is_allowed = true;
    34     }
     34    } elseif (function_exists('cookiebot_active') && cookiebot_active() && isset($_COOKIE["CookieConsent"])) {
     35        $is_allowed = true;
     36    }
    3537   
    3638    return $is_allowed;
  • wp-google-map-plugin/trunk/readme.txt

    r3189241 r3202775  
    66Author:            flippercode
    77Requires at least: 3.4
    8 Tested up to: 6.7.0
    9 Stable tag: 4.6.7
     8Tested up to: 6.6.2
     9Stable tag: 4.6.8
    1010Requires PHP: 5.3
    1111License: GPLv2 or later
     
    1818The most advanced yet easy to use Google maps plugin for WordPress. Create beautifully styled, modern & responsive google maps with multiple locations, custom marker icons, marker categories, custom infowindow messages, images and more. Enable marker category filter on frontend to allow users to filter the locations.
    1919
    20 > 👉 Create multiple google maps with different marker icons, marker categories and locations assigned to them.
    21 > 👉 We have seamlessly integrated support for the major WordPress GDPR plugins – Complianz – GDPR/CCPA Cookie Consent, GDPR Cookie Compliance (CCPA, DSGVO, Cookie Consent), CookieYes | GDPR Cookie Consent & Compliance Notice (CCPA Ready), iubenda | All-in-one Compliance for GDPR and Cookie Notice.
     20* Create multiple google maps with different marker icons, marker categories and locations assigned to them.
     21* We have seamlessly integrated support for the major WordPress GDPR plugins – Complianz – GDPR/CCPA Cookie Consent, GDPR Cookie Compliance (CCPA, DSGVO, Cookie Consent), CookieYes | GDPR Cookie Consent & Compliance Notice (CCPA Ready), iubenda | All-in-one Compliance for GDPR and Cookie Notice.
    2222
    2323With just few clicks, you will be able to add beautifully designed custom google maps to any page / post or widget with help of generated shortcode.
     
    3535
    3636= Lite Version (Free) =
    37 > ➡️  It's fully GDPR-compliant, ensuring secure and privacy-conscious Google Maps integration.
    38 > ➡️  Create multiple google maps with different marker icons, marker categories and locations assigned to them.
    39 > ➡️  Add unlimited locations with various information.
    40 > ➡️  Assign multiple locations to a single google maps.
    41 > ➡️  Display a info window message to any location.
    42 > ➡️  Maps Marker Infowindow Open On: Mouse Click or Mouse Hover.
    43 > ➡️  Display Google Maps on posts/pages using shortcode.
    44 > ➡️  Centering the map according to assigned locations.
    45 > ➡️  Decide center latitude and longitude for each map separtely.
    46 > ➡️  Easy way to assign category to any location.
    47 > ➡️  Select your marker icon for markers.
    48 > ➡️  Enable marker cluster functionality for markers.
    49 > ➡️  Easily edit or delete google map functionality.
    50 > ➡️  Assign your own markers to categories or choose colorful markers from +500 readymade markers provided by the [Maps Icons Collection](https://mapicons.mapsmarker.com).
    51 > ➡️  Select among 4 map type : Roadmap,Satellite,Hybrid,Terrain
    52 > ➡️  Set your map height and width.
    53 > ➡️  Set Google maps zoom level.
    54 > ➡️  Google Maps can be Draggable
    55 > ➡️  Display traffic real time conditions and overlays using Layers.
    56 > ➡️  Add bicycle path information to your maps using the Bicycling Layer.
    57 > ➡️  Enable Google Map Transit layer
    58 > ➡️  Marker Animation on Click or Mouse hover the marker.
    59 > ➡️  45° imagery functionality
    60 > ➡️  Add circle in your Maps plugin
    61 > ➡️  Create a Google maps just in seconds.
    62 > ➡️  Street view supported
    63 > ➡️  widget supportive : Display Google Maps on sidebars using widget.
    64 > ➡️  Pov Heading and Pov Pitch for street view.
    65 > ➡️  Fully Responsive.Display your map perfectly on all devices.
    66 > ➡️  Create 100% responsive maps effortlessly.Tested on real devices.
    67 > ➡️  A Cross Browser Compatible plugin. Fully tested on IE8, IE9, IE10 and all major browsers
    68 > ➡️  Multi-lingual Supported.
    69 > ➡️  Multisite Enabled and ability to activate it network wide.
    70 > ➡️  Map Stylization : Customizable Google maps style from https://snazzymaps.com.
    71 > ➡️  Search control on frontend map to search location easily.
    72 > ➡️  Filter markers by category.
    73 > ➡️  No content / data loss when migrating from free version to pro version.
     37*  It's fully GDPR-compliant, ensuring secure and privacy-conscious Google Maps integration.
     38*  Create multiple google maps with different marker icons, marker categories and locations assigned to them.
     39*  Add unlimited locations with various information.
     40*  Assign multiple locations to a single google maps.
     41*  Display a info window message to any location.
     42*  Maps Marker Infowindow Open On: Mouse Click or Mouse Hover.
     43*  Display Google Maps on posts/pages using shortcode.
     44*  Centering the map according to assigned locations.
     45*  Decide center latitude and longitude for each map separtely.
     46*  Easy way to assign category to any location.
     47*  Select your marker icon for markers.
     48*  Enable marker cluster functionality for markers.
     49*  Easily edit or delete google map functionality.
     50*  Assign your own markers to categories or choose colorful markers from +500 readymade markers provided by the [Maps Icons Collection](https://mapicons.mapsmarker.com).
     51*  Select among 4 map type : Roadmap,Satellite,Hybrid,Terrain
     52*  Set your map height and width.
     53*  Set Google maps zoom level.
     54*  Google Maps can be Draggable
     55*  Display traffic real time conditions and overlays using Layers.
     56*  Add bicycle path information to your maps using the Bicycling Layer.
     57*  Enable Google Map Transit layer
     58*  Marker Animation on Click or Mouse hover the marker.
     59*  45° imagery functionality
     60*  Add circle in your Maps plugin
     61*  Create a Google maps just in seconds.
     62*  Street view supported
     63*  widget supportive : Display Google Maps on sidebars using widget.
     64*  Pov Heading and Pov Pitch for street view.
     65*  Fully Responsive.Display your map perfectly on all devices.
     66*  Create 100% responsive maps effortlessly.Tested on real devices.
     67*  A Cross Browser Compatible plugin. Fully tested on IE8, IE9, IE10 and all major browsers
     68*  Multi-lingual Supported.
     69*  Multisite Enabled and ability to activate it network wide.
     70*  Map Stylization : Customizable Google maps style from https://snazzymaps.com.
     71*  Search control on frontend map to search location easily.
     72*  Filter markers by category.
     73*  No content / data loss when migrating from free version to pro version.
    7474
    7575
     
    8080Pro version plugin contains all the features of free version plugin plus some additional features which are listed below
    8181
    82 > 👉  Listing : Display listing in grid or list style under map. Fully responsive listing.
    83 > 👉  Map Layers : Display Traffic Layer , Bicycling Layer, Transit layer
    84 > 👉  Import/Export Locations : Import Export Locations supported using CSV.Sample csv is attached in pro version.
    85 > 👉  Draw shapes : rectangle, circle, polygon and polyline.
    86 > 👉  Display unlimited shapes. Display Message on shape click or Redirect to external link.
    87 > 👉  Direction & Route : Directions & Route Suggestion. Display directions results in KM and MILES.
    88 > 👉  Sort listing by location, category and address alphabetically in location listing.
    89 > 👉  Marker Category : Assign multiple categories to a location.
    90 > 👉  Infowindow Contents: Customize infowindow contents with help of Placeholders.
    91 > 👉  Display Posts Information, custom fields, taxonomies and featured images on infowindow message using placeholders.
    92 > 👉  Unlimited number of map markers and locations.
    93 > 👉  Set your own google map marker icon
    94 > 👉  Drag and drop feature for markers, custom animation support
    95 > 👉  Allows to display the user location on map.
    96 > 👉  Nearby locations based on user’s current location.
    97 > 👉  Display Posts/Pages or Custom Post Types on google maps using **custom fields**.
    98 > 👉  Center the map based on visitor’s current location.
    99 > 👉  Define overlays on Google maps via an easy to use interface.
    100 > 👉  Integrate GEOJSON in to google maps.
    101 > 👉  Display multiple Kml/Kmz Layer on the map.
    102 > 👉  Fusion Table Layers.
    103 > 👉  Add Geo location
    104 > 👉  Add any number of Google maps on pages/posts/sidebars.
    105 > 👉  Allows to insert the map as widget on sidebars.
    106 > 👉  Add unlimited locations using an easy to use interface for Google Maps.
    107 > 👉  Display location title, location category, location latitude, location longitude with location message in the infowindow.
    108 > 👉  Create unlimited maps and display on posts/pages using shortcode or in sidebar using widget.
    109 > 👉  Design your own Google map skins easily. Turn ON/OFF roads, places, water area.
    110 > 👉  Ability to display infowindow on mouse click on mouse hover.
    111 > 👉  Display your map perfectly on all devices. Create 100% responsive maps effortlessly.
    112 > 👉  Multi-lingual Supported.
    113 > 👉  Display physical maps based on terrain information.
    114 > 👉  Display Google Earth satellite images on just one click.
    115 > 👉  Display maps in a blend of normal and satellite views.
    116 > 👉  Setup POV Heading and POV Pitch of Street View to customize Street View output of a location.
    117 > 👉  Full support of controls of the Google map, such as zoom control, map type control, scale control, street view control, fullscreen and rotate control
    118 > 👉  Drag and drop feature for markers, custom animation support
    119 > 👉  Modify Locating Listing using Placeholder.
    120 > 👉  Hooks Supported - Use actions & filters to modify map,markers,listing and associated html on fly.
    121 > 👉  Display locations listing with filters & pagination. Fully customizable using backend settings and hooks.
    122 > 👉  Use "wpgmp_geo_tags_args", "wpgmp_geo_featured_image", "wpgmp_geotags_placeholder", "wpgmp_geotags_content" hooks to extend Posts on google maps functionality as you want.
    123 > 👉  Use External Database or Sources to add markers on google maps using new filter wpgmp_marker_source.
    124 > 👉  Load markers from external database or API sources with help of filters (Hooks).
    125 > 👉  A Cross Browser Compatible plugin. Fully tested on IE8, IE9, IE10 and all major browsers
    126 > 👉  Multisite Enabled and ability to activate it network wide.
    127 > 👉  Visit our Pro Edition [WP MAPS PRO](https://www.wpmapspro.com?utm_source=wordpress&utm_medium=liteversion&utm_campaign=freemium&utm_id=freemium)
    128 > 👉  Fully extensible & scalable plugin to make it ready for customisations according to website / business requirements.
     82*  Listing : Display listing in grid or list style under map. Fully responsive listing.
     83*  Map Layers : Display Traffic Layer , Bicycling Layer, Transit layer
     84*  Import/Export Locations : Import Export Locations supported using CSV.Sample csv is attached in pro version.
     85*  Draw shapes : rectangle, circle, polygon and polyline.
     86*  Display unlimited shapes. Display Message on shape click or Redirect to external link.
     87*  Direction & Route : Directions & Route Suggestion. Display directions results in KM and MILES.
     88*  Sort listing by location, category and address alphabetically in location listing.
     89*  Marker Category : Assign multiple categories to a location.
     90*  Infowindow Contents: Customize infowindow contents with help of Placeholders.
     91*  Display Posts Information, custom fields, taxonomies and featured images on infowindow message using placeholders.
     92*  Unlimited number of map markers and locations.
     93*  Set your own google map marker icon
     94*  Drag and drop feature for markers, custom animation support
     95*  Allows to display the user location on map.
     96*  Nearby locations based on user’s current location.
     97*  Display Posts/Pages or Custom Post Types on google maps using **custom fields**.
     98*  Center the map based on visitor’s current location.
     99*  Define overlays on Google maps via an easy to use interface.
     100*  Integrate GEOJSON in to google maps.
     101*  Display multiple Kml/Kmz Layer on the map.
     102*  Fusion Table Layers.
     103*  Add Geo location
     104*  Add any number of Google maps on pages/posts/sidebars.
     105*  Allows to insert the map as widget on sidebars.
     106*  Add unlimited locations using an easy to use interface for Google Maps.
     107*  Display location title, location category, location latitude, location longitude with location message in the infowindow.
     108*  Create unlimited maps and display on posts/pages using shortcode or in sidebar using widget.
     109*  Design your own Google map skins easily. Turn ON/OFF roads, places, water area.
     110*  Ability to display infowindow on mouse click on mouse hover.
     111*  Display your map perfectly on all devices. Create 100% responsive maps effortlessly.
     112*  Multi-lingual Supported.
     113*  Display physical maps based on terrain information.
     114*  Display Google Earth satellite images on just one click.
     115*  Display maps in a blend of normal and satellite views.
     116*  Setup POV Heading and POV Pitch of Street View to customize Street View output of a location.
     117*  Full support of controls of the Google map, such as zoom control, map type control, scale control, street view control, fullscreen and rotate control
     118*  Drag and drop feature for markers, custom animation support
     119*  Modify Locating Listing using Placeholder.
     120*  Hooks Supported - Use actions & filters to modify map,markers,listing and associated html on fly.
     121*  Display locations listing with filters & pagination. Fully customizable using backend settings and hooks.
     122*  Use "wpgmp_geo_tags_args", "wpgmp_geo_featured_image", "wpgmp_geotags_placeholder", "wpgmp_geotags_content" hooks to extend Posts on google maps functionality as you want.
     123*  Use External Database or Sources to add markers on google maps using new filter wpgmp_marker_source.
     124*  Load markers from external database or API sources with help of filters (Hooks).
     125*  A Cross Browser Compatible plugin. Fully tested on IE8, IE9, IE10 and all major browsers
     126*  Multisite Enabled and ability to activate it network wide.
     127*  Visit our Pro Edition [WP MAPS PRO](https://www.wpmapspro.com?utm_source=wordpress&utm_medium=liteversion&utm_campaign=freemium&utm_id=freemium)
     128*  Fully extensible & scalable plugin to make it ready for customisations according to website / business requirements.
    129129
    130130= Live Examples =
     
    170170== Changelog ==
    171171
     172= 4.6.8 =
     173* Fix : compatible with cookiebot plugin.
     174* Fix : Backup Table Constant issue solved.
     175
    172176= 4.6.7 =
    173177* Fix : Some backend strings were not translatable for site admins.
  • wp-google-map-plugin/trunk/wp-google-map-plugin.php

    r3168237 r3202775  
    66Author: flippercode
    77Author URI: https://weplugins.com/
    8 Version: 4.6.7
     8Version: 4.6.8
    99Text Domain: wp-google-map-plugin
    1010Domain Path: /lang
     
    583583            if($hook == 'plugins.php'){
    584584                wp_enqueue_style('wpgmp-modal-css', plugin_dir_url(__FILE__) . 'assets/css/modal.css');
    585                 wpgmp_add_feedback_form();
     585                if(function_exists('wpgmp_add_feedback_form')){
     586                    wpgmp_add_feedback_form();
     587                }
    586588            }
    587589           
     
    669671            $tables[] = str_replace( $wpdb->base_prefix, $wpdb->prefix, TBL_MAP );
    670672            $tables[] = str_replace( $wpdb->base_prefix, $wpdb->prefix, TBL_ROUTES );
    671             $tables[] = str_replace( $wpdb->base_prefix, $wpdb->prefix, TBL_BACKUPS );
    672673            return $tables;
    673674
     
    853854           
    854855            if ( ! defined( 'WPGMP_VERSION' ) )
    855             define( 'WPGMP_VERSION', '4.6.7' );
     856            define( 'WPGMP_VERSION', '4.6.8' );
    856857           
    857858            if ( ! defined( 'WPGMP_FOLDER' ) )
Note: See TracChangeset for help on using the changeset viewer.