From 87785c8168ade3359876f2d4cdd0e69129a48420 Mon Sep 17 00:00:00 2001 From: Tam Date: Fri, 3 Nov 2017 17:31:15 +0000 Subject: [PATCH] Updated README & CHANGELOG --- CHANGELOG.md | 2 +- README.md | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5796079..c2ecec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## 3.0.0 - 2017-11-02 +## 3.0.0 - 2017-11-03 ### Changed - Initial Craft 3 Release \ No newline at end of file diff --git a/README.md b/README.md index 6f68cf0..8513375 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ A beautifully simple Google Map field type for **Craft 3**. Full localization support, compatible with Matrix, supports searching by location and sorting by distance. -![How it looks](resources/preview.png) +[Click here for the **Craft 2.5** version.](https://github.com/ethercreative/simplemap/tree/v2) -## Installation -**`TODO`** +![How it looks](resources/preview.png) ## Usage Create the field as you would any other. @@ -50,8 +49,6 @@ You can access your browser API key in templates using `craft.simpleMap.apiKey`. ### Displaying a Map -**`TODO: Update template variables`** - This plugin does **not** generate a front-end map; how you do that and what map library you use is up to you. However, since we have received a lot of questions asking how to do so, here are a couple of examples. Using [Google Maps](https://developers.google.com/maps/documentation/javascript/tutorial):