Plugin Directory

Changeset 1423926


Ignore:
Timestamp:
05/25/2016 09:44:28 AM (10 years ago)
Author:
dnljhnmrsdn
Message:

Additional Assets & Readme Update

Location:
simple-custom-google-map
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • simple-custom-google-map/trunk/readme.txt

    r1423910 r1423926  
    1313== Description ==
    1414
    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.
     15Simple 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.
    3916
    4017== Installation ==
    4118
    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
     191. Upload the plugin files to your plugins directory, or install the plugin via WordPress.
     202. Activate the plugin through the 'Plugins' screen.
    48213. Use the 'Map Styles' screen to configure the plugin
    49224. Configure the map to your heart's content, use built in widget, or add '[styled_google_map]' shortcode.
     
    5225== Screenshots ==
    5326
    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
     271. The Simple Custom Google Maps configuration screen.
    5928
    6029== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.