Plugin Directory

Changeset 3081725

Timestamp:
05/06/2024 07:27:01 AM (3 months ago)
Author:
supsystic.com
Message:

VERSION 1.5.11

Location:
google-maps-easy
Files:
577 added
4 edited

Legend:

Unmodified
Added
Removed
  • google-maps-easy/trunk/config.php

    r3074796 r3081725  
    5050
    5151    define('GMP_PLUGIN_INSTALLED', true);
    52     define('GMP_VERSION_PLUGIN', '1.11.14');    //GMP_VERSION is pre-defined constant for PHP GMP module http://php.net/manual/en/book.gmp.php
     52    define('GMP_VERSION_PLUGIN', '1.11.1');    //GMP_VERSION is pre-defined constant for PHP GMP module http://php.net/manual/en/book.gmp.php
    5353    define('GMP_USER', 'user');
    5454
  • google-maps-easy/trunk/gmp.php

    r3074796 r3081725  
    44 * Plugin URI: https://supsystic.com/plugins/google-maps-plugin/
    55 * Description: The easiest way to create Google Map with markers or locations. Display any data on the map: text, images, videos. Custom map marker icons
    6  * Version: 1.11.14
     6 * Version: 1.11.1
    77 * Author: supsystic.com
    88 * Author URI: https://supsystic.com
  • google-maps-easy/trunk/modules/csv/controller.php

    r3025666 r3081725  
    371371    }
    372372    private function _prepareValueToExport($val) {
     373
     374
     375
    373376        $sitePath = $this->_getSitePath();
    374377        return htmlspecialchars(str_replace($sitePath, '[GMP_SITE_PATH]', $val));
  • google-maps-easy/trunk/readme.txt

    r3074796 r3081725  
    66Tags: google map, map, Google Maps, map markers, location
    77Tested up to: 6.5
    8 Stable tag: 1.11.14
     8Stable tag: 1.11.1
    99
    1010Google Maps with markers, locations and clusterization, KML layers and filters. Custom Google map markers with text, images, videos, links.
     
    290290
    291291== Changelog ==
     292
     293
     294
    292295Easy Google Map Plugin v1.11.14 / 22.04.2024 =
    293296 * Fixed map import/export option
Note: See TracChangeset for help on using the changeset viewer.