From 223c2315d1a579f10d326b6646a30151c24a1102 Mon Sep 17 00:00:00 2001 From: Tam Date: Mon, 5 Mar 2018 11:45:08 +0000 Subject: [PATCH] v3.3.2 ### Added - Added docs for using a config file to configure the plugin. ### Fixed - Fixed JOIN alias issue when using the Element API plugin (via @idontmessabout) --- CHANGELOG.md | 7 +++++++ README.md | 4 ++++ composer.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e18e95c..17c210b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 3.3.2 - 2018-03-05 +### Added +- Added docs for using a config file to configure the plugin. + +### Fixed +- Fixed JOIN alias issue when using the Element API plugin (via @idontmessabout) + ## 3.3.1 - 2018-01-30 ### Fixed - Fixed JS bug on settings page diff --git a/README.md b/README.md index 90c8a57..e8b4fb6 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ A list of the available values can be found [here](https://developers.google.com To access the short version of any part, append `_short` to the end of its name. e.g. `{{ myMapField.country_short }}`. +### Configuration + +You can configure the plugin either via the Craft CP or by duplicating the `config.php` file to `craft/config/simplemap.php`. + ### Searching and Sorting You can search for elements using the location specified in your map field. When searching by your map field you also have the option to sort the results by distance. diff --git a/composer.json b/composer.json index 2517140..e4e400b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ether/simplemap", "description": "A beautifully simple Google Map field type.", - "version": "3.3.1", + "version": "3.3.2", "type": "craft-plugin", "license": "MIT", "minimum-stability": "dev",