Plugin Directory

Changeset 1063426


Ignore:
Timestamp:
01/08/2015 09:31:40 PM (11 years ago)
Author:
mcnardelli
Message:

Updated readme.txt and included icons

Location:
where-i-was-where-i-will-be
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • where-i-was-where-i-will-be/trunk/readme.txt

    r1060919 r1063426  
    1 WIWWIWB
    2 =======
     1=== Plugin Name ===
     2Contributors: mcnardelli
     3Tags: maps, google maps, places, travel
     4Requires at least: 4.0
     5Tested up to: 4.1
     6Stable tag: trunk
     7License: GPLv2 or later
     8License URI: http://www.gnu.org/licenses/gpl-2.0.html
    39
    4 Where I Was, Where I Will Be [WP Plugin]
     10A Plugin that use Google Maps to show where you was and where you will be! Although you can use it to show anything in a map!
    511
    6 A Simple WP Plugin using Google Maps Api to show the places where you went!
     12== Description ==
    713
    8 |Attribute              | Type                  | Value if not set      | Description           |
    9 | :-------------------- | :-------------------- | :-------------------: | :-------------------- |
    10 |start_date             | Date (MM/DD/YYYY)     | {EMPTY}               | Show local that you visited since this date. |
    11 |end_date               | Date (MM/DD/YYYY)     | {EMPTY}               | Show local that you visit until this date. |
    12 |only_until_today       | True / False          | False                 | Show local that you have visited until today. (if set as True, it will ignore the value in _end_date_) |
    13 |type                   | Choose from a list    |                       | All itens Show only selected types. |
    14 |local                  | Choose from a list    |                       | All Itens Show only selected locals. (if set, it will ignore the value in _type_ field.) |
    15 |show_no_arrival        | True / False          | False                 | Show local if Start Date wasn’t set. |
    16 |class                  | Text                  |   {EMPTY}             | Map div class |
    17 |width                  | Text                  |   100%                | Map width |
    18 |height                 | Text                  |   400px               | Map height |
    19 |map_id                 | Text                  |   map_{aleatory text) | Map Id |
    20 |zoom                   | Select                |   AUTO                | Initial zoom. If set as AUTO, it will show all locals (if there is only one local, it will show it with zoom = 10. If set as a number and there are more than on local, it will be ignored, except if you mark _force zoom_)
    21 |force_zoom             | True / False          | False                 | Force zoom when zoom isn’t set as AUTO. _See zoom description._ |
    22 |map_type               | Select                |   Road Map            | Type of map |
    23 |zoom_control           | Select                |   Disabled            | Show zoom control on map. |
    24 |zoom_position          | Select                |   TOP_LEFT            | Position of zoom control on map. Field _zoom_control_ must be enabled. |
    25 |control_style          | Select                |   Disabled            | Style of control on map (manual zoom). |
    26 |control_position       | Select                |   TOP_RIGHT           | Position of control on map. Field _control_style_ must be enabled. |
    27 |pan_control            | Select                |   Disabled            | Show pan control on map (shown area). |
    28 |pan_position           | Select                |   TOP_LEFT            | Position of Pan position. Field _pan_control_ must be enabled. |
    29 |scale_control          | Select                |   Disabled            | Show scale. |
    30 |streetview_control     | Select                |   Disabled            | Show street view button on map. |
    31 |streetview_position    | Select                |   TOP_LEFT            | Position of street view button on map. Field _streetview_control_ must be enabled. |
    32 |center_button          | Select                |   Enabled             | Show a button to show all local on map. |
    33 |center_button_position | Select                |   BOTTOM_CENTER       | Position of Center Button. Field _center_button_ must be enabled. |
     14With this plugin you have freedom to show places using Google Maps Api.
    3415
    35 More about _Control Position_ on Google Maps: https://developers.google.com/maps/documentation/javascript/controls#ControlPositioning
     16You have a lot of place registered, but just one to show one? It is easy!
     17You want to show more than one map in a page? No Problem!
     18You want to use custom pin to show your places? Just upload it!
    3619
    37 More about _Map Types_ on Google Maps: https://developers.google.com/maps/documentation/javascript/maptypes#BasicMapTypes
     20You can show place for time (when you arrived at the place and when you left ). You can plan you travel ahead, but show only up to the current day.
    3821
    39 Site: https://github.com/mcnardelli/WIWWIWB
     22== Installation ==
     23
     241. Upload all files to the `/wp-content/plugins/` directory
     251. Activate the Where I Was, Where I Will be plugin through the 'Plugins' menu in WordPress
     261. Insert new locals
     271. Have fun
     28
     29== Screenshots ==
     30
     311. Inserting a New Local
     322. Select the right place. The pin is draggable
     333. How it will show in your site (each color is a different type)
     344. Insert a picture at the local
     355. Use this plugin to insert a single place on the map
     366. It's fully customizable, and easy to create the shortcode
     377. You also can change how the map will be displayed
     38
     39== Changelog ==
     40
     41= 1.0.1 =
     42* Change name of some variable to avoid conflict with themes and other plugins
     43
     44= 1.0 =
     45* First Release
Note: See TracChangeset for help on using the changeset viewer.