Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
swixpop committed Feb 27, 2019
1 parent f9e1ee0 commit 5ab3de6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .craftplugin
Original file line number Diff line number Diff line change
@@ -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"}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Locate.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Locate extends Plugin
/**
* @var string
*/
public $schemaVersion = '2.0.2';
public $schemaVersion = '2.1.1';

/**
* @var bool
Expand Down

0 comments on commit 5ab3de6

Please sign in to comment.