This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
releases.json
50 lines (50 loc) · 1.88 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
47
48
49
50
[
{
"version": "1.2.2",
"downloadUrl": "https://github.com/mmikkel/CpFieldLinks-Craft/archive/master.zip",
"date": "2016-09-23T10:00:00-08:00",
"notes": [
"[Fixed] _Really_ fixes the missing PHP 5.3 support – thanks @monachilada"
]
},
{
"version": "1.2.1",
"downloadUrl": "https://github.com/mmikkel/CpFieldLinks-Craft/archive/master.zip",
"date": "2016-09-16T10:00:00-08:00",
"notes": [
"[Fixed] Fixed issue with PHP 5.3"
]
},
{
"version": "1.2",
"downloadUrl": "https://github.com/mmikkel/CpFieldLinks-Craft/archive/master.zip",
"date": "2016-07-09T10:00:00-08:00",
"notes": [
"[Added] Matrix support",
"[Added] Element Editor modals support",
"[Added] Full support for Craft Commerce (including variants)",
"[Added] Added 'Edit Product Type' link to Commerce Products",
"[Improved] Plugin now works as intended in Live Preview",
"[Improved] Field cogwheels are no longer tabbable",
"[Improved] Fixed position for 'Edit Entry Type' cogwheel"
]
},
{
"version": "1.1",
"downloadUrl": "https://github.com/mmikkel/CpFieldLinks-Craft/archive/master.zip",
"date": "2016-05-23T10:00:00-08:00",
"notes": [
"[Added] CP Field Links is now active/visible for all logged in admin users, regardless of devMode status.",
"[Fixed] Defined schema version"
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/mmikkel/CpFieldLinks-Craft/archive/master.zip",
"date": "2016-01-02T10:00:00-08:00",
"notes": [
"[Added] Added release feed, documentation URL and description",
"[Improved] Moved Edit source button to a better position"
]
}
]