forked from ethercreative/simplemap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.json
46 lines (46 loc) · 1.28 KB
/
releases.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"version": "1.0.0",
"downloadUrl": "https://github.com/ethercreative/SimpleMap/archive/v1.0.0.zip",
"date": "2015-12-09T10:00:00-08:00",
"notes": [
"Initial Release"
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/ethercreative/SimpleMap/archive/v1.0.1.zip",
"date": "2015-12-11T10:00:00-08:00",
"notes": [
"Fixed: Hidden Lat/Lng/Address fields are now cleared when the Address Search input is empty."
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/ethercreative/SimpleMap/archive/v1.0.2.zip",
"date": "2016-03-29T10:00:00-08:00",
"notes": [
"Added link to docs",
"Added releases json for updates"
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/ethercreative/SimpleMap/archive/v1.1.0.zip",
"date": "2016-04-20T10:00:00-08:00",
"notes": [
"Merged #2 & #3 from https://github.com/cballenar",
"#2 - Added zoom",
"#3 - Improved handling of unknown locations",
"Improved error message display"
]
},
{
"version": "1.1.1",
"downloadUrl": "https://github.com/ethercreative/SimpleMap/archive/v1.1.1.zip",
"date": "2016-05-31T10:00:00-08:00",
"notes": [
"Added `parts` to the fieldtype output."
]
}
]