-
Notifications
You must be signed in to change notification settings - Fork 13
/
changelog.json
132 lines (132 loc) · 4.83 KB
/
changelog.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
[
{
"version": "1.5.1",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.5.1.zip",
"date": "2017-10-31T16:30:00+00:00",
"notes": [
"[Fixed] Failure to use Google API key from settings when generating a dymanic Google map.",
"[Fixed] Use secure Google API url for geocoding addresses."
]
},
{
"version": "1.5.0",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.5.0.zip",
"date": "2017-06-14T21:30:00+00:00",
"notes": [
"[Added] `craft.vzAddress.countries` variable containing an array of all the countries in the world."
]
},
{
"version": "1.4.2",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.4.2.zip",
"date": "2017-02-28T11:00:00+00:00",
"notes": [
"[Improved] Accept either `style` or `styles` attributes for Google Maps styling."
]
},
{
"version": "1.4.1",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.4.1.zip",
"date": "2017-02-21T20:00:00+00:00",
"notes": [
"[Improved] Handle missing Google API key more gracefully."
]
},
{
"version": "1.4.0",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.4.0.zip",
"date": "2017-02-14T23:00:00+00:00",
"notes": [
"[Added] New `dynamicMap` tag outputs an embedded Google map to the page.",
"[Added] Support for the [FeedMe](https://github.com/engram-design/FeedMe) plugin.",
"[Improved] The `style` parameter on all map tags has been renamed to `styles` to match Google Maps API."
]
},
{
"version": "1.3.0",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.3.0.zip",
"date": "2017-01-17T12:00:00+00:00",
"notes": [
"[Added] Support for Google map style configuration."
]
},
{
"version": "1.2.0",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.2.0.zip",
"date": "2017-01-09T12:00:00+00:00",
"notes": [
"[Added] Google API Key setting, which will apply to all map tags.",
"[Improved] All Google Maps URLs are now secure by default."
]
},
{
"version": "1.1.1",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.1.1.zip",
"date": "2016-11-16T12:00:00+00:00",
"notes": [
"[Fixed] Prevent syntax error in PHP 5.3."
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.1.0.zip",
"date": "2016-10-23T12:00:00+00:00",
"notes": [
"[Added] Support for importing address data using the [Import](https://github.com/boboldehampsink/import) plugin."
]
},
{
"version": "1.0.6",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.0.6.zip",
"date": "2016-10-19T12:00:00+00:00",
"notes": [
"[Fixed] Leave API key in original case."
]
},
{
"version": "1.0.5",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.0.5.zip",
"date": "2016-09-16T12:00:00+00:00",
"notes": [
"[Fixed] Duplicate map URL output."
]
},
{
"version": "1.0.4",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.0.4.zip",
"date": "2016-09-12T12:00:00+00:00",
"notes": [
"[Fixed] Google static maps output.",
"[Added] Static maps template tags now accept the `key` parameter for your Google API key."
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.0.3.zip",
"date": "2016-09-12T12:00:00+00:00",
"notes": [
"**Now requires Craft 2.5 or higher.**",
"[Added] Plugin icon for Craft 2.5.",
"[Added] Can now use Address fields as a column in element indexes.",
"[Improved] Better custom field layout.",
"[Improved] Use the site's default locale as the default country for new fields.",
"[Fixed] Remove duplicate name in microformatted outputs."
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.0.2.zip",
"date": "2016-03-30T12:00:00+0000",
"notes": [
"[Fixed] Reset the template path after including the formatting address, so includes later in the template aren't broken."
]
},
{
"version": "1.0.0",
"downloadUrl": "",
"date": "2014-12-08T12:00:00+0000",
"notes": [
"Initial release for Craft."
]
}
]