PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.2
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.4.2, at CHANGELOG.md

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