Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Jun 6, 2017
1 parent c075ff5 commit d52080a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@ var map = new mapboxgl.Map({
## Changelog

### 1.6.0
-
- Added alternative Server API key setting #38
- Fix maps not saving because of troubles with dots and commas #41 - @Zae
- Non-translatable fields now actually don’t translate #43
- Added error handling for failed server geocode requests #37
- You can no longer tap to move the marker on mobile (drag map instead) #33

### 1.5.1
- Fixed the Lat/Lng inputs not accepting decimals in Chrome #36
Expand Down
12 changes: 12 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,17 @@
"notes": [
"[Fixed] Fixed the Lat/Lng inputs not accepting decimals in Chrome #36"
]
},
{
"version": "1.6.0",
"downloadUrl": "https://github.com/ethercreative/simplemap/archive/v1.6.0.zip",
"date": "2017-06-06T12:36:00-08:00",
"notes": [
"[Added] Added alternative Server API key setting #38",
"[Fixed] Fix maps not saving because of troubles with dots and commas #41 - @Zae",
"[Fixed] Non-translatable fields now actually don’t translate #43",
"[Fixed] Added error handling for failed server geocode requests #37",
"[Improved] You can no longer tap to move the marker on mobile (drag map instead) #33"
]
}
]

0 comments on commit d52080a

Please sign in to comment.