File tree Expand file tree Collapse file tree 2 files changed +8
-28
lines changed
properties_pane/model_level Expand file tree Collapse file tree 2 files changed +8
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Elasticsearch" ,
3
- "version" : " 0.1.7 " ,
4
- "versionDate" : " 2018-08-09 " ,
3
+ "version" : " 0.1.8 " ,
4
+ "versionDate" : " 2018-08-28 " ,
5
5
"author" : " hackolade" ,
6
6
"engines" : {
7
7
"hackolade" : " 1.12.7" ,
12
12
"applicationTarget" : " ELASTICSEARCH" ,
13
13
"title" : " Elasticsearch" ,
14
14
"versions" : [
15
- " 2.3.x" ,
16
- " 2.4.x" ,
17
- " 5.0.x" ,
18
- " 5.1.x" ,
19
- " 5.2.x" ,
20
- " 5.3.x" ,
21
- " 5.4.x" ,
22
- " 5.5.x" ,
23
- " 5.6.x" ,
24
- " 6.0.x" ,
25
- " 6.1.x" ,
26
- " 6.2.x" ,
27
- " 6.3.x"
15
+ " 2.x" ,
16
+ " 5.x" ,
17
+ " 6.x"
28
18
]
29
19
},
30
20
"features" : {
Original file line number Diff line number Diff line change @@ -102,19 +102,9 @@ making sure that you maintain a proper JSON format.
102
102
"propertyTooltip" : " DB version" ,
103
103
"propertyType" : " select" ,
104
104
"options" : [
105
- " 2.3.x" ,
106
- " 2.4.x" ,
107
- " 5.0.x" ,
108
- " 5.1.x" ,
109
- " 5.2.x" ,
110
- " 5.3.x" ,
111
- " 5.4.x" ,
112
- " 5.5.x" ,
113
- " 5.6.x" ,
114
- " 6.0.x" ,
115
- " 6.1.x" ,
116
- " 6.2.x" ,
117
- " 6.3.x"
105
+ " 2.x" ,
106
+ " 5.x" ,
107
+ " 6.x"
118
108
],
119
109
"disabledOption" : false
120
110
},
You can’t perform that action at this time.
0 commit comments