diff --git a/app/SimpleLocator.php b/app/SimpleLocator.php index fbdeafc..19e26e3 100644 --- a/app/SimpleLocator.php +++ b/app/SimpleLocator.php @@ -12,7 +12,7 @@ public static function init() $ls_env = 'live'; global $simple_locator_version; - $simple_locator_version = '1.5.4'; + $simple_locator_version = '1.5.5'; $app = new SimpleLocator\Bootstrap; } diff --git a/readme.txt b/readme.txt index 3cbdd92..13177f7 100644 --- a/readme.txt +++ b/readme.txt @@ -105,7 +105,7 @@ This plugin relies on the Google Maps Javascript API. Please refer to the API do == Changelog == = 1.5.5 = -* Search log (list view) added +* Search log (list & map view) added along with filters and CSV export. History save must be enabled to view the search log. = 1.5.4 = * Google now requires a valid API key for all Javascript applications.