-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.json
122 lines (122 loc) · 3.78 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
[
{
"version": "1.3.0",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.3.0.zip",
"date": "2019-07-18T12:10:00.000Z",
"notes": [
"Webtexttool is now Textmetrics",
"Updated plugin name and UI",
"Added migration for database column type to handle CQ suggestions",
"Updated SEO suggestions to support extra info"
]
},
{
"version": "1.2.5",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.2.5.zip",
"date": "2018-11-28T11:17:12.000Z",
"notes": [
"Content Quality module has been updated",
"Moved words + sentences in suggestions sidebar instead of left slideout sidebar.",
"Updated labels + resources"
]
},
{
"version": "1.2.4",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.2.4.zip",
"date": "2018-10-19T16:06:12.000Z",
"notes": [
"Added support for AdvancedLanguageLevel (CQ module)",
"Page slideout directive has been updated"
]
},
{
"version": "1.2.3",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.2.3.zip",
"date": "2018-10-15T16:38:23.000Z",
"notes": [
"Fixed possible issue with single quotes in the meta description field"
]
},
{
"version": "1.2.2",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.2.2.zip",
"date": "2018-06-20T10:30:00.000Z",
"notes": [
"Added new category for Sentiment score + settings",
"Updated Gender rule check: add setting for Neutral",
"Added resources for Sentiment category",
"Changed base API url",
"Fixed CSRF token issue with AJAX Post requests"
]
},
{
"version": "1.2.1",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.2.1.zip",
"date": "2018-04-17T12:01:00.000Z",
"notes": [
"Fixed TypeError: Cannot read property 'replace' of undefined",
"Scoped CSS selectors to webtexttool",
"Escaped meta description"
]
},
{
"version": "1.2.0",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.2.0.zip",
"date": "2018-03-7T12:35:00.000Z",
"notes": [
"Added Text Conversion Optimizer module",
"Updated record & model",
"Added database migration",
"Added option to insert or select optional synonyms",
"Added toastr warnings and notifications",
"Updated the way templates/directives are loaded",
"Fixed saving records before recordId exits",
"Fixed a few small bugs"
]
},
{
"version": "1.1.2",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.1.2.zip",
"date": "2017-06-28T15:00:00.000Z",
"notes": [
"Fixed preview url not working with inactive entries"
]
},
{
"version": "1.1.1",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.1.1.zip",
"date": "2017-05-19T17:30:00.000Z",
"notes": [
"Removed loadingTemplate causing issues"
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.1.0.zip",
"date": "2017-05-15T23:46:00.000Z",
"notes": [
"Added config file (Use the config file to add the API key)",
"Removed Beta ribbon",
"Removed unnecessary JS files",
"Added domain url to suggestions",
"Fixed database column type (not enough characters)",
"Fixed a few other bugs"
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.0.1.zip",
"date": "2017-02-28T10:30:00.000Z",
"notes": [
"Prevent jquery conflicts. Craft comes with it's own version of jquery."
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.0.0.zip",
"date": "2016-12-13T21:53:59.000Z",
"notes": [
"Initial Release"
]
}
]