Changeset 3349796
- Timestamp:
- 08/25/2025 02:35:43 PM (7 months ago)
- Location:
- locatoraid/trunk
- Files:
-
- 3 edited
-
locatoraid.php (modified) (2 diffs)
-
modules/locations.coordinates/assets/js/map.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
locatoraid/trunk/locatoraid.php
r3328795 r3349796 4 4 Plugin URI: https://www.locatoraid.com/ 5 5 Description: Store locator plugin 6 Version: 3.9.6 06 Version: 3.9.61 7 7 Author: plainware.com 8 8 Author URI: https://www.locatoraid.com/ … … 12 12 13 13 if( ! defined('LC3_VERSION') ){ 14 define( 'LC3_VERSION', 396 0);14 define( 'LC3_VERSION', 3961 ); 15 15 } 16 16 -
locatoraid/trunk/modules/locations.coordinates/assets/js/map.js
r3224504 r3349796 55 55 { 56 56 $map.closest('.hcj2-container').find('input[name\$=latitude]').val( latLng.lat ); 57 $map.closest('.hcj2-container').find('input[name\$=longitude]').val( latLng.l at);57 $map.closest('.hcj2-container').find('input[name\$=longitude]').val( latLng.lng ); 58 58 } 59 59 -
locatoraid/trunk/readme.txt
r3328795 r3349796 4 4 Tags: map, store locator, store finder, google maps, zip code 5 5 License: GPLv2 or later 6 Stable tag: 3.9.6 06 Stable tag: 3.9.61 7 7 Requires at least: 3.3 8 8 Tested up to: 6.8 … … 89 89 90 90 == Changelog == 91 92 = 3.9.61 = 93 BUG: When editing a location's coordinates by moving the map icon the same value was being filled for both coordinates. 91 94 92 95 = 3.9.60 =
Note: See TracChangeset
for help on using the changeset viewer.