Changeset 1423926
- Timestamp:
- 05/25/2016 09:44:28 AM (10 years ago)
- Location:
- simple-custom-google-map
- Files:
-
- 3 added
- 1 edited
-
assets/banner-772x250.jpg (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-custom-google-map/trunk/readme.txt
r1423910 r1423926 13 13 == Description == 14 14 15 This is the long description. No limit, and you can use Markdown (as well as in the following sections). 16 17 For backwards compatibility, if this section is missing, the full length of the short description will be used, and 18 Markdown parsed. 19 20 A few notes about the sections above: 21 22 * "Contributors" is a comma separated list of wordpress.org usernames 23 * "Tags" is a comma separated list of tags that apply to the plugin 24 * "Requires at least" is the lowest version that the plugin will work on 25 * "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on 26 higher versions... this is just the highest one you've verified. 27 * Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for 28 stable. 29 30 Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so 31 if the `/trunk/readme.txt` file says that the stable tag is `4.3`, then it is `/tags/4.3/readme.txt` that'll be used 32 for displaying information about the plugin. In this situation, the only thing considered from the trunk `readme.txt` 33 is the stable tag pointer. Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in 34 your in-development version, without having that information incorrectly disclosed about the current stable version 35 that lacks those changes -- as long as the trunk's `readme.txt` points to the correct stable tag. 36 37 If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where 38 you put the stable version, in order to eliminate any doubt. 15 Simple custom Google Map adds a simple, intuitive interface to create and style a Google Map to suit your website's styling. Simple drag and drop interface means that you can drag the pointer to any position on the admin preview map, and this will be mirrored on your website front-end. 39 16 40 17 == Installation == 41 18 42 This section describes how to install the plugin and get it working. 43 44 e.g. 45 46 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 47 2. Activate the plugin through the 'Plugins' screen in WordPress 19 1. Upload the plugin files to your plugins directory, or install the plugin via WordPress. 20 2. Activate the plugin through the 'Plugins' screen. 48 21 3. Use the 'Map Styles' screen to configure the plugin 49 22 4. Configure the map to your heart's content, use built in widget, or add '[styled_google_map]' shortcode. … … 52 25 == Screenshots == 53 26 54 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 55 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets 56 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png` 57 (or jpg, jpeg, gif). 58 2. This is the second screen shot 27 1. The Simple Custom Google Maps configuration screen. 59 28 60 29 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.