From 5ab3de60b6c7ad3f0c164eb3184604d47fc85502 Mon Sep 17 00:00:00 2001 From: Isaac Gray Date: Wed, 27 Feb 2019 11:26:13 +0100 Subject: [PATCH] Bump version --- .craftplugin | 2 +- CHANGELOG.md | 5 +++++ composer.json | 2 +- src/Locate.php | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.craftplugin b/.craftplugin index eb91dee..1ad206d 100644 --- a/.craftplugin +++ b/.craftplugin @@ -1 +1 @@ -{"pluginName":"Locate","pluginDescription":"Harness the power of the Google Autocomplete API inside Craft. Adds an autocomplete search box to Craft entries.","pluginVersion":"2.0.2","pluginAuthorName":"Isaac Gray","pluginVendorName":"swixpop","pluginAuthorUrl":"https://www.vaersaagod.no/","pluginAuthorGithub":"swixpop","codeComments":"yes","pluginComponents":["controllers","fieldtypes","models","services","settings"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"} +{"pluginName":"Locate","pluginDescription":"Harness the power of the Google Autocomplete API inside Craft. Adds an autocomplete search box to Craft entries.","pluginVersion":"2.1.1","pluginAuthorName":"Isaac Gray","pluginVendorName":"swixpop","pluginAuthorUrl":"https://www.vaersaagod.no/","pluginAuthorGithub":"swixpop","codeComments":"yes","pluginComponents":["controllers","fieldtypes","models","services","settings"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cb19b..69f1eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 2.1.1 - 2019-02-27 +### Fixed +- Bug where place data with emojis would prevent saving of field +- Bug where hitting enter to select a place would instead trigger a save on the entry before place was selected + ## 2.1.0 - 2018-09-14 ### Fixed - Clearing a location field now *actually* removes all field data from the database :) diff --git a/composer.json b/composer.json index b922b04..d09d24c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "swixpop/locate", "description": "Harness the power of the Google Autocomplete API inside Craft. Adds an autocomplete search box to Craft entries.", "type": "craft-plugin", - "version": "2.1.0", + "version": "2.1.1", "keywords": [ "craft", "cms", diff --git a/src/Locate.php b/src/Locate.php index e709bab..b8861eb 100644 --- a/src/Locate.php +++ b/src/Locate.php @@ -44,7 +44,7 @@ class Locate extends Plugin /** * @var string */ - public $schemaVersion = '2.0.2'; + public $schemaVersion = '2.1.1'; /** * @var bool