Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
Tam committed Mar 5, 2018
1 parent 9bda959 commit 223c231
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 223c231

Please sign in to comment.