Plugin Directory

Changeset 651882


Ignore:
Timestamp:
01/13/2013 07:28:09 AM (13 years ago)
Author:
skall
Message:

Update DATABASE Schema

Location:
places-wp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • places-wp/tags/1.0.1/lib/installer/installer.php

    r651876 r651882  
    1212      `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
    1313      `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,
    1418      `location` Point NOT NULL,
    1519      `created` TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
  • places-wp/trunk/README.txt

    r651880 r651882  
    11=== Places WP Lite ===
    22Contributors: 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 mashup
     3Tags: 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
    44Requires at least: 3.0.1
    55Tested up to: 3.5
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Places is the most popular wordpress extension to enable places support into your wordpress website/blog.
     10Places is the most popular wordpress extension to enable extended places support into your wordpress website/blog.
    1111
    1212== Description ==
     
    1515add meta tags to the page header for better geo tagging.
    1616
    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 your
    18 app integrated to geo-location system.
     17This 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.
     18We will bring in many advanced features to make your app integrated to geo-location system.
    1919
     20The 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.
    2043
    2144== Installation ==
     
    2649== Changelog ==
    2750
     51= 1.0.2 =
     52* Introducing Place Types
     53* Introducing special entity type Place
     54* List of places
     55
    2856= 1.0.1 =
    2957* HTML 5 based share location.
    3058* Geolocation meta tags, for better geo-tagging.
    3159* Tested with WP Super Cache plugin.
     60
     61
Note: See TracChangeset for help on using the changeset viewer.