Changeset 735090
- Timestamp:
- 07/02/2013 03:03:09 PM (13 years ago)
- Location:
- wpgeocode/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wpgeocode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpgeocode/trunk/readme.txt
r734683 r735090 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GDQD948MQ3G3G 5 5 Tags: geocode, geocode filter, geotag, geomarketing, geomarking, geolocation, geofilter, location, local marketing, keywords 6 Version: 1.0. 96 Version: 1.0.11 7 7 Requires at least: 3.0 8 8 Tested up to: 3.2.4 … … 88 88 == Change Log == 89 89 90 = 1.0.12 = 91 * Fixed missing requirement 92 90 93 = 1.0.11 = 91 94 * Updated GeoIP PHP Api Version … … 160 163 = 1.0.11 = 161 164 * Updated GeoIP PHP Api Version 165 166 = 1.0.12 = 167 * Fixed missing requirement -
wpgeocode/trunk/wpgeocode.php
r734683 r735090 5 5 Tags: geocode, geotagging, geolocation, geotags, latitude, longitude, city, state, geomarketing, geolocation marketing 6 6 Description: Use WPGeocode to customize the content of your blog based on the location of your readers. 7 Version: 1.0.1 17 Version: 1.0.12 8 8 Author: Michael Lynn 9 9 Author URI: http://www.mlynn.org/ … … 963 963 return FALSE; 964 964 } 965 require_once($wpgc_path.'includes/geocity.php'); 965 966 require_once($wpgc_path.'includes/geoip.php'); 966 967
Note: See TracChangeset
for help on using the changeset viewer.