This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.json
124 lines (124 loc) · 3.59 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
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
[
{
"version": "0.3.0",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.3.0.zip",
"date": "2016-05-27T13:56:24",
"notes": [
"[Added] Initial release."
]
},
{
"version": "0.3.1",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.3.1.zip",
"date": "2016-05-30T23:26:16",
"notes": [
"[Fixed] Resolved invalid reference to hashed_id in input template."
]
},
{
"version": "0.3.2",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.3.2.zip",
"date": "2016-06-02T11:06:10-05:00",
"notes": [
"[Added] Added releases.json file."
]
},
{
"version": "0.3.3",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.3.3.zip",
"date": "2016-06-02T11:30:25-05:00",
"notes": [
"[Fixed] Fixed plugin version number."
]
},
{
"version": "0.3.4",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.3.4.zip",
"date": "2016-06-27T14:58:31+00:00",
"notes": [
"[Fixed] Fixed thumbnail cache directory issue."
]
},
{
"version": "0.3.5",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.3.5.zip",
"date": "2016-08-16T18:06:00+00:00",
"notes": [
"[Improved] Fieldtype returns actual value when no video is selected."
]
},
{
"version": "0.3.6",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.3.6.zip",
"date": "2016-10-14T19:17:21+00:00",
"notes": [
"[Fixed] Fixed an issue where only videos from one project were showing when more than one project was selected."
]
},
{
"version": "0.3.7",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.3.7.zip",
"date": "2017-04-13T17:38:05+00:00",
"notes": [
"[Improved] Updated deprecated template methods."
]
},
{
"version": "0.3.8",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.3.8.zip",
"date": "2017-06-27T17:01:28+00:00",
"notes": [
"[Added] Added thumbnail template tag."
]
},
{
"version": "0.3.9",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.3.9.zip",
"date": "2017-07-20T22:38:10+00:00",
"notes": [
"[Added] Added external image pre-cache on save entry."
]
},
{
"version": "0.4.0",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.4.0.zip",
"date": "2017-07-27T19:16:58+00:00",
"notes": [
"[Added] Added Import plugin compatibility."
]
},
{
"version": "0.4.1",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.4.1.zip",
"date": "2017-08-03T21:22:19+00:00",
"notes": [
"[Fixed] Fixed empty .csv import column issue."
]
},
{
"version": "0.4.2",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.4.2.zip",
"date": "2017-09-14T21:06:13+00:00",
"notes": [
"[Fixed] Fixed issue where required Wistia fields were not validating.",
"[Fixed] Fixed issue where nonexistent hashed ids stopped page load.",
"[Added] Added http session cache clearing on plugin settings save."
]
},
{
"version": "0.4.3",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.4.3.zip",
"date": "2017-10-19T20:53:17+00:00",
"notes": [
"[Added] Added error handling message when no videos are available."
]
},
{
"version": "0.4.4",
"downloadUrl": "https://github.com/lewiscommunications/craft-wistia/archive/0.4.4.zip",
"date": "2017-11-09T21:29:49+00:00",
"notes": [
"[Fixed] Fixed issue where video error was displaying when videos were available."
]
}
]