forked from elivz/VzUrl-Craft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.json
37 lines (37 loc) · 1.27 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
[
{
"version": "1.0.0",
"downloadUrl": "https://github.com/elivz/VzUrl-Craft/archive/1.0.0.zip",
"date": "2014-12-07T12:00:00+00:00",
"notes": [
"Initial public release"
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/elivz/VzUrl-Craft/archive/1.0.1.zip",
"date": "2015-07-06T12:00:00+00:00",
"notes": [
"[Improved] Use placeholder for initial value display.",
"[Improved] Always mark URLs beginning with `?` or `#` as valid.",
"[Improved] Update PHP code to use PSR-2 style."
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/elivz/VzUrl-Craft/archive/1.0.2.zip",
"date": "2015-10-03T12:00:00+00:00",
"notes": [
"[Added] VZ URL fields can now be displayed as a column in the entry index in Craft 2.5."
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/elivz/VzUrl-Craft/archive/1.0.3.zip",
"date": "2016-07-09T12:00:00+00:00",
"notes": [
"[Fixed] Release feed URL.",
"[Improved] Made the initial regex URL check more lenient, to avoid marking weird URLs as inavalid incorrectly."
]
}
]