Geocoder: Changelog
*** March 13, 2024 - Version 1.11 Released- Updated to support CMS v3.65
- lat/lng values now defined as strings instead of floats in $_REQUEST
- Misc code improvements
-------------------------------------------------------------------------------
*** October 11, 2023 - Version 1.10 Released
- geocoder_getOptions() update to correct issue with new CMSB count function.
- geocoder_getOptions() query simplification.
-------------------------------------------------------------------------------
*** October 25, 2018, Version 1.09 Released
- Updated documentation for July 2018 Google API changes
- Added new API test system to the plugin menu.
-------------------------------------------------------------------------------
*** April 09, 2018 - Version 1.08 Released
- Fixed error: Fixed issue with API key not being registered by Google API
-------------------------------------------------------------------------------
*** January 22, 2018 - Version 1.07 Released
- Fixed error: Undefined variable partialMatch
- Default "use partial matches" to true to match legacy behaviour
-------------------------------------------------------------------------------
*** December 30, 2017 - Version 1.06 Released
- Updated for PHP 7 and mysqli
- Code Generator: Added new map type: Multiple Addresses and OverlappingMarkerSpiderfier (expands overlapping markers)
- Partial address matches no longer return guessed possible coordinates
- Added new option for using partial (guessed) address matches (see plugin for: GEOCODER_USE_PARTIAL_MATCHES)
- Plugins Menu > Geocode Tables now offers suggestions for partial address matches (Did you mean ...)
- Developers: Added new function gc_getDistanceBetweenCoordinates() for getting sitance between two coordinates
- Misc Code and other minor improvements
-------------------------------------------------------------------------------
*** July 7, 2016 - Version 1.05 Released
- Added API key value to Google map JS
- Added instructions on how to create a Google API key.
-------------------------------------------------------------------------------
*** February 4, 2016 - Version 1.04 Released
- Removed unnecessary debugging files from v1.03 build
- Re-added text files on how to install and upgrade plugin
-------------------------------------------------------------------------------
*** January 11, 2016 - Version 1.03 Released
- Updated to work with CMS 3.00
-------------------------------------------------------------------------------
*** November 7, 2013 - Version 1.02 Released
NEW FEATURES
- Added geocoder_getDistanceDuration() function for getting distance and driving duration between two points
- Simplified getRecords() code (see sample_search.php for example)
CODE CHANGES & BUG FIXES
- Improved error reporting when geocoding fails for one or more reasons
- Added _distanceIsNull column alias to support older MySQL versions (http://bugs.mysql.com/bug.php?id=11694)
- Misc Code and other minor improvements
-------------------------------------------------------------------------------
*** November 7, 2010 - Version 1.01 Released
- Internal release only
-------------------------------------------------------------------------------
*** November 29, 2010 - Version 1.00 Released
First Release
-------------------------------------------------------------------------------
*** NOTE: NEW ENTRIES ARE LISTED AT THE TOP ***