Plugin Directory

Changeset 1087186


Ignore:
Timestamp:
02/11/2015 03:12:21 PM (11 years ago)
Author:
HeroPlugins
Message:

updated

Location:
hero-maps-pro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hero-maps-pro/tags/2.0.1/hmapspro.php

    r1087162 r1087186  
    5555
    5656        #PLUGIN CONFIG
    57         private $plugin_name = 'hero-maps-pro';
    58         private $plugin_ajax_prefix = 'hmapspro_';
     57        private $plugin_name = 'hmapspro';
     58        private $plugin_dir_name = 'hero-maps-pro';
    5959        private $plugin_friendly_name = 'Hero Maps Pro';
    6060        private $plugin_friendly_description = 'Easily create your own Google Maps with a simple drag and drop interface';
     
    6363        private $first_release = '2014-11-24';
    6464        private $last_update = '2015-02-09';
    65         private $api_version = '2.0.0';
     65        private $api_version = '2.0.1';
    6666       
    6767        #CLASS VARS
     
    7878            $this->plugin_dir = dirname(__FILE__);
    7979            $this->plugin_basename = plugin_basename(__FILE__);
    80             $this->plugin_url = plugins_url($this->plugin_name) .'/';
     80            $this->plugin_url = plugins_url($this->plugin_dir_name) .'/';
    8181           
    8282            //instantiate helper class
     
    123123           
    124124            //instantiate registrations class (register all plugin-related ajax hooks)
    125             new hmapspro_registration($this->plugin_ajax_prefix, $backend, $frontend);
     125            new hmapspro_registration($this->plugin_prefix, $backend, $frontend);
    126126           
    127127            //configure auto-generation class and hooks (used for development purposes)
  • hero-maps-pro/trunk/hmapspro.php

    r1087162 r1087186  
    5555
    5656        #PLUGIN CONFIG
    57         private $plugin_name = 'hero-maps-pro';
    58         private $plugin_ajax_prefix = 'hmapspro_';
     57        private $plugin_name = 'hmapspro';
     58        private $plugin_dir_name = 'hero-maps-pro';
    5959        private $plugin_friendly_name = 'Hero Maps Pro';
    6060        private $plugin_friendly_description = 'Easily create your own Google Maps with a simple drag and drop interface';
     
    6363        private $first_release = '2014-11-24';
    6464        private $last_update = '2015-02-09';
    65         private $api_version = '2.0.0';
     65        private $api_version = '2.0.1';
    6666       
    6767        #CLASS VARS
     
    7878            $this->plugin_dir = dirname(__FILE__);
    7979            $this->plugin_basename = plugin_basename(__FILE__);
    80             $this->plugin_url = plugins_url($this->plugin_name) .'/';
     80            $this->plugin_url = plugins_url($this->plugin_dir_name) .'/';
    8181           
    8282            //instantiate helper class
     
    123123           
    124124            //instantiate registrations class (register all plugin-related ajax hooks)
    125             new hmapspro_registration($this->plugin_ajax_prefix, $backend, $frontend);
     125            new hmapspro_registration($this->plugin_prefix, $backend, $frontend);
    126126           
    127127            //configure auto-generation class and hooks (used for development purposes)
Note: See TracChangeset for help on using the changeset viewer.