PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.3.3
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.3.3
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
visualizer / CHANGELOG.md

CHANGELOG.md in Visualizer – Tables & Charts Manager with Built-in AI Generator 3.3.3, at CHANGELOG.md

338 lines 7.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 ### v3.3.3 - 2019-11-12
3 **Changes:**
4 * Tested upto WordPress 5.3
5
6 ### v3.3.2 - 2019-10-03
7 **Changes:**
8 * Add support for Dataset schema
9 * Horizontal Axis formatting should apply to tooltips
10
11 ### v3.3.1 - 2019-09-28
12 **Changes:**
13 * Increase minimum requirement to PHP 5.6
14 * Fixed issue with loading customization.js on multisites
15 * Fixed issue with manually editing a remotely loaded chart
16 * Fixed issues with cloning
17 * Fixed issues with ChartJS assigning default colors
18 * Fix security issues in block editor
19
20 ### v3.3.0 - 2019-08-14
21 **Changes:**
22 * Add support for ChartJS
23 * Add alpha color picker for supported charts
24 * Fix issue with some options of DataTable
25 * Include DataTable charts in block editor
26 * Fix issue with import from JSON not working with some sources
27 * Add menu and onboarding page
28 * Fix issue with frontend action checkboxes
29 * Improve UX in advanced settings
30
31 ### v3.2.1 - 2019-05-05
32 **Changes:**
33 * Fix issue with async loading of scripts
34
35 ### v3.2.0 - 2019-05-03
36 **Changes:**
37 * Add support for charts in AMP requests
38 * Add support to show charts from JSON/REST endpoints
39 * Fix loading of Google Visualization javascript files
40 * Add simple editors for editing chart data
41 * Tested up to WP 5.2
42
43 ### v3.1.3 - 2019-02-24
44 **Changes:**
45 * Fix issue with changing column settings of the last column in table chart
46 * Add support for query language to get subset of data from Google Spreadsheet
47 * Fix conflict with jquery 3.3.x
48 * Migrated PHPExcel to PhpSpreadsheet
49 * Front end action 'print' should print the chart and fall back to printing the data
50 * Fix issue with table chart not showing in IE
51 * Fix issue with multiple instances of same chart not showing
52 * Fix issue with date type column does not work with Combo charts
53 * Tested with WP 5.1
54
55 ### v3.1.2 - 2018-12-06
56 **Changes:**
57 * Fix bug "Warning: A non-numeric value encountered"
58 * Tested with WP 5.0
59
60 ### v3.1.1 - 2018-12-05
61 **Changes:**
62 * Fix issue with Gutenberg support
63 * Fix issue with loading new Table chart
64 * Fix options that don't work correctly with some charts
65
66 ### v3.1.0 - 2018-12-03
67 **Changes:**
68 * Add Table chart
69 * Fix date format in sample files
70
71 ### v3.0.12 - 2018-10-11
72 **Changes:**
73 * Added filter to enable users to change schedule of charts.
74 * Fixed bug with line chart with timeofday column.
75 * Fixed bug with scheduled charts that sometimes did not show updated data.
76 * Javascript can be customized on a per user basis that will not be wiped out on update.
77
78 ### v3.0.11 - 2018-08-15
79 **Changes:**
80 * Fixed issue with the Series Settings options for the Table Chart
81 * Fixed issue with chart showing "Table has no columns" with remote sources
82
83 ### v3.0.10 - 2018-07-20
84 **Changes:**
85 * Fixed problem with chart reverting to the default values
86 * Fixed problem with Boolean column type
87 * Fixed problem with the Geo chart type not saving colors options
88
89 ### v3.0.9 - 2018-07-12
90 **Changes:**
91 * New chart title option for the back-end of the charts that don't allow a title on the front-end
92 * Store the png images of the charts in a global array that can be used in JS
93 * Added options for charts animations
94
95 ### v3.0.8 - 2018-06-27
96 **Changes:**
97 * Added revision support for the chart post type
98 * Added both % and Value to the Pie Slice
99 * Use the blog locale for Visualizer's options
100 * Fixed issue with data being fetched from the remote source every single time the chart was shown
101 * Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted
102
103 ### v3.0.7 - 2018-03-26
104 **Changes:**
105 * Adds insert button in chart library.
106 * Remove frontend assets where they are not needed.
107 * Improve non-English charts compatibility.
108 * Adds a filter to change charts locale.
109
110 ### v3.0.6 - 2018-02-27
111 **Changes:**
112 * Fix UTF-8 support while saving the data.
113 * Improve editing experience.
114 * Improves compatibility with Premium version.
115 * Adds chart button into TinyMCE editor.
116
117 ### v3.0.5 - 2018-01-05
118 **Changes:**
119 * Fix chart rendering bug in firefox.
120 * Fix review notification.
121
122 ### v3.0.4 - 2017-11-27
123 **Changes:**
124 * Fix for review message notification.
125
126 ### v3.0.3 - 2017-11-16
127 **Changes:**
128 * Adds compatibility with WordPress 4.9.
129
130 ### v3.0.2 - 2017-10-10
131 **Changes:**
132 * Fix dependency for composer dependencies.
133
134 ### v3.0.1 - 2017-10-06
135 **Changes:**
136 * Improved compatibility with various theme and plugins.
137 * Fix for chart type selection when creation from media popup.
138
139 ### v3.0.0 - 2017-09-05
140 **Changes:**
141 * Adds support manual configuration according to Google Visualization API.
142 * Improves compatibility with more features from the pro version.
143
144 ### v2.2.0 - 2017-08-16
145 **Changes:**
146 * Added custom number format for pie chart.
147 * Added frontend actions buttons ( Print, Export to CSV, Export to Excel, Copy)
148
149 ### v2.1.9 - 2017-07-10
150 **Changes:**
151 * Fixed display error with hex color.
152
153 ### v2.1.8 - 2017-07-03
154 **Changes:**
155 * Added chart title into library.
156 * Fixed SDK issues with dashboard widget.
157
158 ### v2.1.7 - 2017-06-17
159 **Changes:**
160 * Updated sdk loading logic.
161
162 ### v2.1.6 - 2017-06-07
163 **Changes:**
164 - Fixed non-latin chars render.
165
166 ### v2.1.5 - 2017-06-02
167 **Changes:**
168 - Fixed markup issue which caused issue on library loading.
169
170 ### v2.1.4 - 2017-06-02
171 **Changes:**
172 - Added support for non Latin characters
173
174 ### v2.1.3 - 2017-05-31
175 **Changes:**
176
177 ### v2.1.2 - 2017-05-30
178 **Changes:**
179 - Fixed priority issue with wp_enqueue_media
180 - Added latest version of sdk
181
182 ### v2.1.1 - 2017-05-16
183 **Changes:**
184 - Fixed blinking chart issue.
185
186 ### v2.1.0 - 2017-05-12
187 **Changes:**
188 - Fixed responsive issues on pagebuilders.
189 - Fixed chart rendering if container is not found.
190 - Added api key for geotype map.
191 - Added compatibility with import from post_types.
192
193 ### v2.0.4 - 2017-04-21
194 **Changes:**
195 - Fixed library rendering issue.
196 - Added git tag check for deployment.
197 - Added wraith for visual regression testing.
198
199 ### v2.0.3 - 2017-04-13
200 **Changes:**
201 - Fixed SVN deploy script.
202 - Fixed release version.
203
204 ### v2.0.2 - 2017-04-13
205 **Changes:**
206 - Fixed svn deploy script.
207
208 ### v2.0.2 - 2017-04-13
209 **Changes:**
210 - Fixed SVN deploy
211
212 ### v2.0.1 - 2017-04-13
213 **Changes:**
214 - Fixed vendor include.
215
216
217 ### 2.0.0 - 13/04/2017
218
219 **Changes:**
220
221 - Improved UI of the builder.
222
223 - Added compatibility with the new options in the pro version.
224
225 - Added new travis stack.
226
227 - Added optin for tracking.
228
229
230 ### 1.7.6 - 20/01/2017
231
232 **Changes:**
233
234 - Fixed issue when using the same shortcode multiple times on the same page.
235
236
237 ### 1.7.5 - 14/12/2016
238
239 **Changes:**
240
241 - Removed footer banner upsell
242
243 - Fixed series settings issue
244
245 - Fixed issue with comas being used in numbers
246
247
248 ### 1.7.2 - 23/11/2016
249
250 **Changes:**
251
252 - Improved responsive mechanism
253
254
255 ### 1.7.1 - 20/10/2016
256
257 **Changes:**
258
259 - Fixed bad link on grid lines
260
261
262 ### 1.7.0 - 20/10/2016
263
264 **Changes:**
265
266 - Release 1.7.0
267
268
269 ### 1.6.6 - 14/09/2016
270
271 **Changes:**
272
273 - Fixed issue on chart resizing on tabbed system
274
275
276 ### 1.6.5 - 09/09/2016
277
278 **Changes:**
279
280 - Fixed responsive issue
281
282 - Fixed no axis color for line and bar charts
283
284
285 ### 1.6.0 - 19/08/2016
286
287 **Changes:**
288
289 - Fixed potential XSS security bug
290
291 - Added support for charts in the media library
292
293 - Removed pointer for the pro version
294
295 - Added option to show legend on the left side
296
297
298 ### 1.5.6 - 05/07/2016
299
300 **Changes:**
301
302 - Added support for 3 more chart types
303
304 - Fixed issue with charts not saving
305
306
307 ### 1.5.5 - 31/05/2016
308
309 **Changes:**
310
311 - Added export feature for charts
312
313 - Fixed issue with hovering on charts
314
315
316 ### 1.5.4 - 04/03/2016
317
318 Changes:
319
320
321 * free search over charts
322
323 free search over charts
324 * free search over charts
325
326 free search over charts
327 * Merge pull request #69 from abaicus/development
328
329 !!!Changed search styles
330 * Added free search text over charts
331 * Merge pull request #68 from abaicus/development
332
333 Fixed Style Issues
334 * Merge branch 'production' into development
335
336 # Conflicts:
337 # classes/Visualizer/Plugin.php
338