Plugin Directory

Changeset 3349796


Ignore:
Timestamp:
08/25/2025 02:35:43 PM (7 months ago)
Author:
plainware
Message:

3.9.61

Location:
locatoraid/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • locatoraid/trunk/locatoraid.php

    r3328795 r3349796  
    44Plugin URI: https://www.locatoraid.com/
    55Description: Store locator plugin
    6 Version: 3.9.60
     6Version: 3.9.61
    77Author: plainware.com
    88Author URI: https://www.locatoraid.com/
     
    1212
    1313if( ! defined('LC3_VERSION') ){
    14     define( 'LC3_VERSION', 3960 );
     14    define( 'LC3_VERSION', 3961 );
    1515}
    1616
  • locatoraid/trunk/modules/locations.coordinates/assets/js/map.js

    r3224504 r3349796  
    5555    {
    5656        $map.closest('.hcj2-container').find('input[name\$=latitude]').val( latLng.lat );
    57         $map.closest('.hcj2-container').find('input[name\$=longitude]').val( latLng.lat );
     57        $map.closest('.hcj2-container').find('input[name\$=longitude]').val( latLng.lng );
    5858    }
    5959
  • locatoraid/trunk/readme.txt

    r3328795 r3349796  
    44Tags: map, store locator, store finder, google maps, zip code
    55License: GPLv2 or later
    6 Stable tag: 3.9.60
     6Stable tag: 3.9.61
    77Requires at least: 3.3
    88Tested up to: 6.8
     
    8989
    9090== Changelog ==
     91
     92= 3.9.61 =
     93BUG: When editing a location's coordinates by moving the map icon the same value was being filled for both coordinates.
    9194
    9295= 3.9.60 =
Note: See TracChangeset for help on using the changeset viewer.