Changeset 651882
- Timestamp:
- 01/13/2013 07:28:09 AM (13 years ago)
- Location:
- places-wp
- Files:
-
- 2 edited
-
tags/1.0.1/lib/installer/installer.php (modified) (1 diff)
-
trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
places-wp/tags/1.0.1/lib/installer/installer.php
r651876 r651882 12 12 `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, 13 13 `ip` VARCHAR(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, 14 `continent_code` VARCHAR(60) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, 15 `country_code` VARCHAR(60) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, 16 `country` VARCHAR(60) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, 17 `city` VARCHAR(60) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, 14 18 `location` Point NOT NULL, 15 19 `created` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, -
places-wp/trunk/README.txt
r651880 r651882 1 1 === Places WP Lite === 2 2 Contributors: Skall - Techunits 3 Tags: Places, Geolocation, GeoIP Location, Google Map, GMap API, Widget,Openstreetmap, Controls, Cross-browser, Directions, Fusion tables, Geo, Geo-mashup, Georss, Google, Google fusion queries, Google fusion tables, Google maps v3, GPX, Info window, KML, Location by address, Location by latitude/longitude, Map short code, Marker, Marker Geo mashup3 Tags: Places, Geolocation, GeoIP Location, Google Map, GMap API, Openstreetmap, Controls, Cross-browser, Directions, Fusion tables, Geo, Geo-mashup, Georss, Google, Google fusion queries, Google fusion tables, Google maps v3, GPX, Info window, KML, Location by address, Location by latitude/longitude, Map short code, Marker, Marker Geo mashup 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.5 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Places is the most popular wordpress extension to enable places support into your wordpress website/blog.10 Places is the most popular wordpress extension to enable extended places support into your wordpress website/blog. 11 11 12 12 == Description == … … 15 15 add meta tags to the page header for better geo tagging. 16 16 17 This plugin store all data into your local database, so you don't have to worry about any external api service or payment. The current version is just a start to journey. We will bring in many advanced features to make your18 app integrated to geo-location system.17 This plugin store all data into your local database, so you don't have to worry about any external api service or payment. The current version is just a start to journey. 18 We will bring in many advanced features to make your app integrated to geo-location system. 19 19 20 The current version is the basic version of the plugin. To have more flexibility you should take a look to our Premium version here. <a href="">Visit Premium Website</a> 21 22 <h4>Basic Features</h4> 23 * HTML 5 based share location. 24 * Sync GeoIP info with Techunits GeoIP Location API. 25 * Google Maps based for Location selection, geotagging to Pages & Posts. 26 * GeoIP Location Log & Stats. 27 * Create/Update Place Type can be used for Place list categorization. 28 * Create/Update Place. 29 * Show list of places into frontend. 30 * Embed place info to any posts, pages or custom post-type with shortcodes. 31 * Default Settings manager. 32 * Custom Templating Supported. 33 * Custom Marker Selection from list of 100+ markers. 34 * Widget enabled. 35 * Cross browser compatible 36 * Support for online map creation. 37 * Exclusive Online support via email from the plugin page itself. 38 39 <h4>Premium Features</h4> 40 * Get list of Nearby places. 41 * Filter posts by nearby places. 42 * Exclusive Online support via email from the plugin page & Skype Call. 20 43 21 44 == Installation == … … 26 49 == Changelog == 27 50 51 = 1.0.2 = 52 * Introducing Place Types 53 * Introducing special entity type Place 54 * List of places 55 28 56 = 1.0.1 = 29 57 * HTML 5 based share location. 30 58 * Geolocation meta tags, for better geo-tagging. 31 59 * Tested with WP Super Cache plugin. 60 61
Note: See TracChangeset
for help on using the changeset viewer.