Changeset 3330642
- Timestamp:
- 07/19/2025 01:47:21 PM (9 months ago)
- Location:
- my-maps/trunk
- Files:
-
- 5 edited
-
languages/my-maps-ru_RU.mo (modified) (previous)
-
languages/my-maps-ru_RU.po (modified) (1 diff)
-
my-maps.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
templates/admin/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
my-maps/trunk/languages/my-maps-ru_RU.po
r3330608 r3330642 2 2 msgstr "" 3 3 "Project-Id-Version: My Maps\n" 4 "POT-Creation-Date: 2025-07-19 14:3 7+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" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" -
my-maps/trunk/my-maps.php
r3330608 r3330642 8 8 * Description: Creating shortcode maps, using friendly interface 9 9 * Plugin URI: https://plance.top/ 10 * Version: 1.1. 010 * Version: 1.1.1 11 11 * Author: plance 12 12 * Author URI: http://plance.top/ -
my-maps/trunk/readme.txt
r3330608 r3330642 4 4 Requires at least: 4.0.0 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 18 18 - Display the map anywhere on your site using the shortcode: `[my-map id="8"]`, where `id` is the unique identifier of the map. 19 19 20 Shortcode 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 25 Example: 26 `[my-map id="8" width="800" height="600" zoom="14"]` 27 20 28 Perfect for contact pages, location previews, or any situation where a map with a single address pin is required. 21 29 … … 28 36 29 37 = 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.38 Use 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`. 31 39 32 40 = Can I add more than one location to the map? = … … 39 47 == Changelog == 40 48 49 = 1.1.1 = 50 * Change help. 51 41 52 = 1.1.0 = 42 53 * Complete code refactoring. -
my-maps/trunk/templates/admin/settings.php
r3330608 r3330642 23 23 <li>— <?php esc_html_e( 'Places API', 'my-maps' ); ?><li> 24 24 <li>— <?php esc_html_e( 'Geocoding API', 'my-maps' ); ?><li> 25 <li>— <?php esc_html_e( 'Maps Static API', 'my-maps' ); ?><li> 25 26 </ul> 26 27 <?php submit_button(); ?>
Note: See TracChangeset
for help on using the changeset viewer.