Plugin Directory

Changeset 1099073


Ignore:
Timestamp:
02/25/2015 09:24:19 AM (11 years ago)
Author:
HeroPlugins
Message:

Changes to prevent search engine indexing

Location:
hero-maps-pro
Files:
373 added
5 edited

Legend:

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

    r1095048 r1099073  
    66        Plugin URI: http://www.heroplugins.com
    77        Description: Easily create your own Google Maps with a simple drag and drop interface
    8         Version: 2.0.6
     8        Version: 2.0.7
    99        Author: Hero Plugins
    1010        Author URI: http://www.heroplugins.com
     
    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';
    61         private $plugin_version = '2.0.6';
     61        private $plugin_version = '2.0.7';
    6262        private $plugin_prefix = 'hmapspro_';
    6363        private $first_release = '2014-11-24';
    64         private $last_update = '2015-02-20';
     64        private $last_update = '2015-02-25';
    6565        private $api_version = '2.0.1';
    6666       
  • hero-maps-pro/trunk/readme.txt

    r1095048 r1099073  
    33Requires at least: 3.3
    44Tested up to: 4.1
    5 Stable Tag: 2.0.6
     5Stable Tag: 2.0.7
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858== Changelog ==
    5959
     60= 2.0.7 =
     61* Changes to prevent search engine indexing
     62
    6063= 2.0.6 =
    6164* Changed Google Maps to load over HTTPS
  • hero-maps-pro/trunk/views/dashboard/index.php

    r1088051 r1099073  
     1<?php
     2    header("X-Robots-Tag: noindex, nofollow", true);
     3?>
    14<script type="text/javascript" src="<?php echo $_GET['v']; ?>js/view.core.js"></script>
    25
  • hero-maps-pro/trunk/views/maps/index.php

    r1087159 r1099073  
     1<?php
     2    header("X-Robots-Tag: noindex, nofollow", true);
     3?>
    14<script type="text/javascript" src="<?php echo $_GET['v']; ?>js/view.core.js"></script>
    25
  • hero-maps-pro/trunk/views/markers/index.php

    r1087159 r1099073  
     1<?php
     2    header("X-Robots-Tag: noindex, nofollow", true);
     3?>
    14<script type="text/javascript" src="<?php echo $_GET['v']; ?>js/view.core.js"></script>
    25<div class="hero_viewport">
Note: See TracChangeset for help on using the changeset viewer.