-
Notifications
You must be signed in to change notification settings - Fork 11
/
changelog.json
45 lines (45 loc) · 1.67 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
[
{
"version": "1.3.2",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/v1.3.2.zip",
"date": "2016-03-17 19:13:00",
"notes": [
"## New Predefined Links plugin",
"[Added] Predefined Links plugin - Add a list of predefined links to the link menu",
"[Added] changelog.json so Craft is aware of plugin updates!",
"[Fixed] Plugin breaking bug for GitHub link"
]
},
{
"version": "1.2.0",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/v1.2.0.zip",
"date": "2016-03-08 16:33:37",
"notes": [
"## New Properties plugin",
"[Added] Properties plugin - Assign an id or class to any block level tag",
"[Improved] Documentation now includes config examples"
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/v1.1.0.zip",
"date": "2016-02-16 14:34:23",
"notes": [
"## New Limit plugin",
"[Added] Limit plugin - Limits character to specified value",
"[Improved] Styling in documentation and settings"
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/v1.0.0.zip",
"date": "2016-02-10 17:56:52",
"notes": [
"## First release. Available plugins are:",
"[Added] Superscript and Subscript",
"[Added] Word count",
"[Added] Alignment",
"[Added] Custom plugin"
]
}
]