Plugin Directory

Changeset 2092060


Ignore:
Timestamp:
05/21/2019 07:16:01 AM (7 years ago)
Author:
MapFig
Message:

Updating mf_plugin.php and readme.txt

Location:
mapfig-premium-leaflet-map-maker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mapfig-premium-leaflet-map-maker/trunk/mf_plugin.php

    r2091891 r2092060  
    1 <?php 
     1<?php
    22/**
    33 * Plugin Name: AcuGIS Leaflet Plugin
    44 * Description: A Plugin & widget by acugis.com that allows you to create/display map on Posts/Pages as well as on widget areas.
    5  * Author: AcuGIS Inc
    6  * Author URI: http://www.acugis.com/
    7  * Plugin URI: http://www.acugis.com/wordpress-plugins.html
     5 * Author: Cited, Inc
     6 * Author URI: https://www.acugis.com/
     7 * Plugin URI: https://www.acugis.com/leaflet-map-plugin/
    88 * Version: 5.1.1.0
    99 * License: GPL
    1010 */
    11  
     11
    1212 global $wpdb;
    1313 define('social_TITLE', 'social');
     
    1919 define('MAPFIG_PREMIUM_EMP_DOCROOT', dirname(__FILE__));
    2020 define('MAPFIG_PREMIUM_EMP_WEBROOT', str_replace(getcwd(), home_url(), dirname(__FILE__)));
    21  
    22  include 'config.php'; 
    23  
     21
     22 include 'config.php';
     23
    2424 register_activation_hook(__FILE__, 'mapfig_premium_tb_mf_install');
    2525 register_deactivation_hook(__FILE__, 'mapfig_premium_tb_mf_uninstall');
    2626 add_action('admin_menu', 'mapfig_premium_mf_menu');
    27  
     27
    2828 add_action('admin_init', 'mapfig_premium_my_script_enqueuer');
    2929 add_action( 'wp_enqueue_scripts', 'mapfig_premium_my_script_enqueuer');
    3030
    31  include 'lib/model.php'; 
     31 include 'lib/model.php';
    3232 include 'lib/install.php';
    3333 include 'lib/upgrade.php';
  • mapfig-premium-leaflet-map-maker/trunk/readme.txt

    r2091891 r2092060  
    2222* [Docs and Help](https://www.acugis.com/leaflet-map-plugin/docs/)
    2323
    24 The MapFig Leaflet Maps Plugin allows you to create and display custom, stylish maps simply and easily.
    25 
    26 The plugin works with any map provider (Google, OpenStreetMap, MapBox, BING, MapQuest, etc..) as well as our own maps.
    27 
    28 The MapFig Leaflet Map plugin is designed for ease of use.  Just click the marker icon and drop it onto the map.  Enter the location or address and address auto-complete will place the marker where you want it. 
     24The AcuGIS Leaflet Maps Plugin allows you to create and display custom, stylish maps simply and easily.
     25
     26The AcuGIS works with any map provider (Google, OpenStreetMap, MapBox, BING, MapQuest, etc..) as well as our own maps.
     27
     28The AcuGIS Leaflet Map plugin is designed for ease of use.  Just click the marker icon and drop it onto the map.  Enter the location or address and address auto-complete will place the marker where you want it. 
    2929
    3030In addition to markers, you can also draw lines, polygons and squares.
     
    3636An integrated Widget is also included as well as Social Share, export, and all of the features below.
    3737
    38 The MapFig Leaflet Map plugin is 100% free with a limit of 5 maps. 
     38The AcuGIS Leaflet Map plugin is 100% free with a limit of 5 maps. 
    3939
    4040For unlimited maps, it is only $5! The $5 also provides you with direct support and free updates and upgrades. 
     
    4343= Features =
    4444
    45 The MapFig Leaflet Maps main features are:
     45The AcuGIS MapFig Leaflet Maps main features are:
    4646
    4747* Markers, Lines, and Polygons
Note: See TracChangeset for help on using the changeset viewer.