Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Dec 18, 2017
1 parent c72626d commit a0b4ab3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.1.2 - 2017-12-18
### Fixed
- Fixed settings not translating for non-English languages
- Fixed boundary settings fields not accepting decimals

## 3.1.1 - 2017-11-30
### Fixed
- Fixed bug where maps were failing to save.
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.1.1",
"version": "3.1.2",
"type": "craft-plugin",
"license": "MIT",
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/field-settings.twig
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
size="10" step="0.000000001"
name="boundaryRestrictionSWLat"
value="{{ field.boundaryRestrictionSWLat }}"
autocomplete="off"
autocomplete="off"
placeholder="{{ 'Latitude'|t("simplemap") }}"
>
<input
Expand Down

0 comments on commit a0b4ab3

Please sign in to comment.