=== EMM Software Location Manager === Contributors: emm-software Tags: maps, locations, leaflet, custom post type Requires at least: 5.0 Tested up to: 6.9 Stable tag: 1.34 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html EMM Software Location Manager adds a custom post type for managing locations and displays them on a responsive Leaflet map. == Description == EMM Software Location Manager allows you to manage and display multiple physical locations on your WordPress website using an interactive and responsive map. The plugin is lightweight, REST API–optimized, and suitable for business listings, branch offices, franchises, warehouses, and service locations. It uses open-source mapping technology and follows WordPress.org plugin development guidelines. == Key Features == * Registers a Custom Post Type: **Locations** (`emmslm_location`) * Admin interface for: * Latitude & Longitude * Company Logo * Custom Map Pointer Icons * Image Gallery using the WordPress Media Uploader * Frontend shortcode to display locations on a Leaflet map * REST API based data loading for better performance * Compatible with modern WordPress versions == Installation == 1. Upload the **emm-software-location-manager** folder to the `/wp-content/plugins/` directory. 2. Activate the plugin from the **Plugins** menu in WordPress. 3. Go to **Locations → Add New** in the admin dashboard. 4. Enter location details such as coordinates, logo, pointer icon, and gallery images. 5. Add the shortcode **[emmslm_map]** to any Page, Post, or widget to display the map. == Usage == Basic shortcode usage: [emmslm_map] This will render an interactive map displaying all published locations. == External Services == This plugin uses third-party map tile services to display maps via Leaflet.js. = OpenStreetMap = Map tiles may be loaded from OpenStreetMap servers to render the map. Service URL: https://www.openstreetmap.org Terms of Use: https://www.openstreetmap.org/copyright Privacy Policy: https://wiki.osmfoundation.org/wiki/Privacy_Policy No personal user data is intentionally collected or sent by this plugin to external services. Tile requests are handled by the user's browser as part of standard map rendering. == Changelog == == Changelog == = 1.34 = * Fixed popup top cut issue on map * Improved popup auto-pan and zoom behavior * Improved gallery click handling