Plugin Directory

Changeset 3330642


Ignore:
Timestamp:
07/19/2025 01:47:21 PM (9 months ago)
Author:
plance
Message:

Change help section

Location:
my-maps/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • my-maps/trunk/languages/my-maps-ru_RU.po

    r3330608 r3330642  
    22msgstr ""
    33"Project-Id-Version: My Maps\n"
    4 "POT-Creation-Date: 2025-07-19 14:37+0300\n"
    5 "PO-Revision-Date: 2025-07-19 14:38+0300\n"
     4"POT-Creation-Date: 2025-07-19 14:38+0300\n"
     5"PO-Revision-Date: 2025-07-19 14:48+0300\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
  • my-maps/trunk/my-maps.php

    r3330608 r3330642  
    88 * Description: Creating shortcode maps, using friendly interface
    99 * Plugin URI:  https://plance.top/
    10  * Version:     1.1.0
     10 * Version:     1.1.1
    1111 * Author:      plance
    1212 * Author URI:  http://plance.top/
  • my-maps/trunk/readme.txt

    r3330608 r3330642  
    44Requires at least: 4.0.0
    55Tested up to: 6.8
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1818- Display the map anywhere on your site using the shortcode: `[my-map id="8"]`, where `id` is the unique identifier of the map.
    1919
     20Shortcode also supports the following optional parameters:
     21- `width` – sets the width of the map
     22- `height` – sets the height of the map
     23- `zoom` – sets the zoom level of the map
     24
     25Example:
     26`[my-map id="8" width="800" height="600" zoom="14"]`
     27
    2028Perfect for contact pages, location previews, or any situation where a map with a single address pin is required.
    2129
     
    2836
    2937= How do I embed a map on my site? =
    30 Use the shortcode `[my-map id="X"]` where `X` is the ID of the map you've created.
     38Use the shortcode `[my-map id="X"]`, where `X` is the ID of the map you've created. You can optionally add parameters: `width`, `height`, `zoom`.
    3139
    3240= Can I add more than one location to the map? =
     
    3947== Changelog ==
    4048
     49= 1.1.1 =
     50* Change help.
     51
    4152= 1.1.0 =
    4253* Complete code refactoring.
  • my-maps/trunk/templates/admin/settings.php

    r3330608 r3330642  
    2323            <li>— <?php esc_html_e( 'Places API', 'my-maps' ); ?><li>
    2424            <li>— <?php esc_html_e( 'Geocoding API', 'my-maps' ); ?><li>
     25            <li>— <?php esc_html_e( 'Maps Static API', 'my-maps' ); ?><li>
    2526        </ul>
    2627        <?php submit_button(); ?>
Note: See TracChangeset for help on using the changeset viewer.