forked from venveo/craft-elixir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.json
66 lines (65 loc) · 1.93 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
[
{
"version": "1.0.0",
"downloadUrl": "https://github.com/venveo/craft-elixir/archive/v1.0.0.zip",
"date": "2016-20-04 10:00:00",
"notes": [
"# Initial Release",
"[Added] Use Laravel Elixir versioning in Craft templates"
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/venveo/craft-elixir/archive/v1.0.1.zip",
"date": "2016-23-04 10:00:00",
"notes": [
"# General Improvements",
"[Added] Added `releases.json`, closes #2",
"[Added] `buildPath` and `publicPath` are now required",
"[Improved] Simplified code, just because"
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/venveo/craft-elixir/archive/v1.0.2.zip",
"date": "2016-23-04 10:10:00",
"notes": [
"# General Improvements",
"[Added] Added documentation URL"
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/venveo/craft-elixir/releases/download/v1.0.3/elixir-1.0.3.zip",
"date": "2016-08-05 10:10:00",
"notes": [
"# Download clean up",
"[Improved] Cleaned up what ships with the plugin. Removes unecessary files."
]
},
{
"version": "1.0.4",
"downloadUrl": "https://github.com/venveo/craft-elixir/releases/download/v1.0.4/elixir-1.0.4.zip",
"date": "2016-10-27 10:00:00",
"notes": [
"[Added] Added the use of twig filters and functions for Elixir.",
"[Improved] Cleaned up some bugs and general logic."
]
},
{
"version": "1.0.5",
"downloadUrl": "https://github.com/venveo/craft-elixir/archive/v.1.0.5.zip",
"date": "2016-10-27 11:00:00",
"notes": [
"[Fixed] Automagically register the Twig extension to use it, might be a great idea."
]
},
{
"version": "1.0.6",
"downloadUrl": "https://github.com/venveo/craft-elixir/archive/v1.0.6.zip",
"date": "2016-10-28 11:00:00",
"notes": [
"[Fixed] Versioning with Craft and Github."
]
}
]