Plugin Directory

Changeset 735090


Ignore:
Timestamp:
07/02/2013 03:03:09 PM (13 years ago)
Author:
mikelynn
Message:

Fixed missing requirement

Location:
wpgeocode/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpgeocode/trunk/readme.txt

    r734683 r735090  
    44Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GDQD948MQ3G3G
    55Tags: geocode, geocode filter, geotag, geomarketing, geomarking, geolocation, geofilter, location, local marketing, keywords
    6 Version: 1.0.9
     6Version: 1.0.11
    77Requires at least: 3.0
    88Tested up to: 3.2.4
     
    8888== Change Log ==
    8989
     90= 1.0.12 =
     91* Fixed missing requirement
     92
    9093= 1.0.11 =
    9194* Updated GeoIP PHP Api Version
     
    160163= 1.0.11 =
    161164* Updated GeoIP PHP Api Version
     165
     166= 1.0.12 =
     167* Fixed missing requirement
  • wpgeocode/trunk/wpgeocode.php

    r734683 r735090  
    55Tags: geocode, geotagging, geolocation, geotags, latitude, longitude, city, state, geomarketing, geolocation marketing
    66Description: Use WPGeocode to customize the content of your blog based on the location of your readers.
    7 Version: 1.0.11
     7Version: 1.0.12
    88Author: Michael Lynn
    99Author URI: http://www.mlynn.org/
     
    963963    return FALSE;
    964964    }
     965    require_once($wpgc_path.'includes/geocity.php');
    965966    require_once($wpgc_path.'includes/geoip.php');
    966967
Note: See TracChangeset for help on using the changeset viewer.