Changeset 1063426
- Timestamp:
- 01/08/2015 09:31:40 PM (11 years ago)
- Location:
- where-i-was-where-i-will-be
- Files:
-
- 2 added
- 1 edited
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
where-i-was-where-i-will-be/trunk/readme.txt
r1060919 r1063426 1 WIWWIWB 2 ======= 1 === Plugin Name === 2 Contributors: mcnardelli 3 Tags: maps, google maps, places, travel 4 Requires at least: 4.0 5 Tested up to: 4.1 6 Stable tag: trunk 7 License: GPLv2 or later 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 3 9 4 Where I Was, Where I Will Be [WP Plugin] 10 A 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! 5 11 6 A Simple WP Plugin using Google Maps Api to show the places where you went! 12 == Description == 7 13 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. | 14 With this plugin you have freedom to show places using Google Maps Api. 34 15 35 More about _Control Position_ on Google Maps: https://developers.google.com/maps/documentation/javascript/controls#ControlPositioning 16 You have a lot of place registered, but just one to show one? It is easy! 17 You want to show more than one map in a page? No Problem! 18 You want to use custom pin to show your places? Just upload it! 36 19 37 More about _Map Types_ on Google Maps: https://developers.google.com/maps/documentation/javascript/maptypes#BasicMapTypes 20 You 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. 38 21 39 Site: https://github.com/mcnardelli/WIWWIWB 22 == Installation == 23 24 1. Upload all files to the `/wp-content/plugins/` directory 25 1. Activate the Where I Was, Where I Will be plugin through the 'Plugins' menu in WordPress 26 1. Insert new locals 27 1. Have fun 28 29 == Screenshots == 30 31 1. Inserting a New Local 32 2. Select the right place. The pin is draggable 33 3. How it will show in your site (each color is a different type) 34 4. Insert a picture at the local 35 5. Use this plugin to insert a single place on the map 36 6. It's fully customizable, and easy to create the shortcode 37 7. 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.