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

483 lines 14.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #### [](https://github.com/Codeinwp/visualizer/compare/v3.6.1...v3.7.0Version 3.7.0](https://github.com/Codeinwp/visualizer/compare/v3.6.1...v3.7.0](https://github.com/Codeinwp/visualizer/compare/v3.6.1...v3.7.0) (2021-10-07)
2
3 #### Features
4 - Add option to enable/disable save the chart image
5 - Enhanced caching
6
7 #### Fixes
8 - Fix undefined variable errors when using Gutenberg blocks
9 - Fix broken chart in iOS and Safari
10 - Fix custom refresh time support for DB chart
11 - Fix table placed inside accordion cannot be scrolled down (refreshes all the time)
12 - Fix pagination doesn't work in the library
13 - Fix HTML entities in JSON break Visualizer Table Chart
14 - Fix string type columns affect the target of the formatting applied to a number column
15
16 ##### [](https://github.com/Codeinwp/visualizer/compare/v3.6.0...v3.6.1Version 3.6.1](https://github.com/Codeinwp/visualizer/compare/v3.6.0...v3.6.1](https://github.com/Codeinwp/visualizer/compare/v3.6.0...v3.6.1) (2021-08-04)
17
18 - Fix broken dropdown style issue
19 - Add block support in widget area
20 - Add wp alpha color picker support
21 - Fix broken chart layout issue when add long title
22
23 #### [](https://github.com/Codeinwp/visualizer/compare/v3.5.1...v3.6.0Version 3.6.0](https://github.com/Codeinwp/visualizer/compare/v3.5.1...v3.6.0](https://github.com/Codeinwp/visualizer/compare/v3.5.1...v3.6.0) (2021-07-08)
24
25 ### Features
26 * Adds option to render chart as image
27 * Automatically render chart as image on AMP
28
29 ### Fixes
30 * [Chart Type: TABLE] When adding a blank header, the last column of the table disappears
31 * Styling is not applied to Chart Area for Table Chart ( Margin, Width, Height)
32 * Improve compatibility with Site Kit by Google
33 * Loading icon doesn't disappear until you edit the chart again [Line Chart]
34 * Broken chart if used inside an accordion (expand/collapse)
35
36 ##### [](https://github.com/Codeinwp/visualizer/compare/v3.5.0...v3.5.1Version 3.5.1](https://github.com/Codeinwp/visualizer/compare/v3.5.0...v3.5.1](https://github.com/Codeinwp/visualizer/compare/v3.5.0...v3.5.1) (2021-05-25)
37
38
39 - Fix compatibility with 3rd party plugins which use the same js library as Visualizer [](https://github.com/Codeinwp/visualizer/issues/801#801](https://github.com/Codeinwp/visualizer/issues/801](https://github.com/Codeinwp/visualizer/issues/801)
40 - Fix fatal error when a new chart is created on PHP 8 [](https://github.com/Codeinwp/visualizer/issues/795#795](https://github.com/Codeinwp/visualizer/issues/795](https://github.com/Codeinwp/visualizer/issues/795)
41 - Chart doesn't get refreshed automatically when the JSON endpoint is used as the data source
42
43 #### Features:
44 - Adds option to add schema.org Dataset for license and creator [](https://github.com/Codeinwp/visualizer/issues/794#794](https://github.com/Codeinwp/visualizer/issues/794](https://github.com/Codeinwp/visualizer/issues/794)
45
46 #### [](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28)
47
48 #### Fixes
49
50 - Permissions tab disappears after a user modifies a chart's data
51 - Conflict with Edit Flow plugin
52 - Improve compatibility with Ninja Forms
53 - Fix for color for Minor Grid Lines not working
54
55 #### Features
56 - Add support for key:value header to access JSON endpoints
57 - Option to download CSV data of the chart without the row with series type
58
59 ### v3.4.11 - 2021-02-16
60 **Changes:**
61 * Development
62
63 ### v3.4.10 - 2020-12-09
64 **Changes:**
65 * [Fix] Compatibility with Composer 2.0
66
67 ### v3.4.9 - 2020-11-26
68 **Changes:**
69 * [Fix] Pie chart slices offset problem in the Gutenberg editor
70 * [Fix] Warning is thrown when remote file is used as source
71 * [Fix] Bubble chart legend position not working in the Gutenberg editor
72
73 ### v3.4.8 - 2020-09-29
74 **Changes:**
75 * [Fix] Option to edit charts imported from JSON
76
77 ### v3.4.7 - 2020-09-21
78 **Changes:**
79 * - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data
80 * - [Fix] numberFormat option doesn't apply in Bar charts when using annotations
81 * - [Fix] Google GEO chart is not rendering if 3rd data column is added
82
83 ### v3.4.6 - 2020-08-11
84 **Changes:**
85 * [Feat] Show chart ID in the chart library
86 * [Fix] Compatibility with WP 5.5
87 * [Fix] Google charts: Series number format not applying in the Gutenberg editor
88 * [Fix] Google Table chart does not display chart if boolean values are specified
89 * [Fix] Duplicated enque for jsapi loader
90
91 ### v3.4.5 - 2020-07-08
92 **Changes:**
93 * [Feat] New Google Table Charts
94 * [Feat] Option for lazy loading Google Charts
95 * [Feat] Option to easily copy chart shortcode code
96 * [Fix] Remove Inside the Chart option for the legend position for Google Pie charts
97
98 ### v3.4.4 - 2020-06-16
99 **Changes:**
100 * [Feat] Option to download charts as .png images
101 * [Fix] Make UI more intuitive when a chart is missing in the editor
102 * [Fix] Clicking Copy chart shows the Copied message multiple times
103 * [Fix] Conflict with Modern Events Calendar plugin
104 * [Fix] Chart size ( width and height ) options not working for ChartJS charts
105 * [Fix] Resizing the window causes annotation-based charts to throw an error
106 * [Fix] Remove Inside the Chart option as legend position for Google Pie charts
107 * [Fix] Clicking Advanced Options panel breaks Bubble chart
108 * [Fix] Missing posts revisions on chart update
109
110 ### v3.4.3 - 2020-05-04
111 **Changes:**
112 * [Feat] Improved chart creation UX
113 * [Feat] New option to control the number of charts per page in the Charts Library
114 * [Feat] New option for filtering/ordering charts in the Charts Library
115 * [Feat] Support for custom codes for the boolean data type in Table charts
116 * [Fix] Support for displaying apostrophes in charts
117 * [Fix] Visualizer button layout in the Classic block
118 * [Fix] Bulk activation of plugin aborts activation of subsequent plugins
119
120 ### v3.4.2 - 2020-02-17
121 **Changes:**
122 * New Cypress tests for the Gutenberg block
123
124 ### v3.4.1 - 2020-02-14
125 **Changes:**
126 * [Fix] Insert chart button in the classic block
127 * [Fix for Pro version] Import from chart did not work
128
129 ### v3.4.0 - 2020-02-13
130 **Changes:**
131 * [Feat] Support for authentication for JSON import
132 * [Feat] New chart type: Bubble
133 * [Feat] Combine one-time import and schedule import into a single control for an online .csv file import
134 * [Feat] Add support for annotations and other roles
135 * [Feat] For every chart show the last updated date and any error that exists
136 * [Feat] Tested up to WP 5.3
137 * [Fix] When new data is imported using csv/url, the manual editor still show old data
138 * [Fix] Having SCRIPT_DEBUG on causes issues in real time update of charts
139 * [Fix] Table chart: Error appears when trying to import from JSON
140 * [Fix] PHP Fatal error: Uncaught Error: Cannot unset string offsets
141 * [Fix] Long responsive table can overflow on smaller screens
142
143 ### v3.3.4 - 2019-11-15
144 **Changes:**
145 * Fix issue with table chart not loading in the block editor
146
147 ### v3.3.3 - 2019-11-12
148 **Changes:**
149 * Tested upto WordPress 5.3
150
151 ### v3.3.2 - 2019-10-03
152 **Changes:**
153 * Add support for Dataset schema
154 * Horizontal Axis formatting should apply to tooltips
155
156 ### v3.3.1 - 2019-09-28
157 **Changes:**
158 * Increase minimum requirement to PHP 5.6
159 * Fixed issue with loading customization.js on multisites
160 * Fixed issue with manually editing a remotely loaded chart
161 * Fixed issues with cloning
162 * Fixed issues with ChartJS assigning default colors
163 * Fix security issues in block editor
164
165 ### v3.3.0 - 2019-08-14
166 **Changes:**
167 * Add support for ChartJS
168 * Add alpha color picker for supported charts
169 * Fix issue with some options of DataTable
170 * Include DataTable charts in block editor
171 * Fix issue with import from JSON not working with some sources
172 * Add menu and onboarding page
173 * Fix issue with frontend action checkboxes
174 * Improve UX in advanced settings
175
176 ### v3.2.1 - 2019-05-05
177 **Changes:**
178 * Fix issue with async loading of scripts
179
180 ### v3.2.0 - 2019-05-03
181 **Changes:**
182 * Add support for charts in AMP requests
183 * Add support to show charts from JSON/REST endpoints
184 * Fix loading of Google Visualization javascript files
185 * Add simple editors for editing chart data
186 * Tested up to WP 5.2
187
188 ### v3.1.3 - 2019-02-24
189 **Changes:**
190 * Fix issue with changing column settings of the last column in table chart
191 * Add support for query language to get subset of data from Google Spreadsheet
192 * Fix conflict with jquery 3.3.x
193 * Migrated PHPExcel to PhpSpreadsheet
194 * Front end action 'print' should print the chart and fall back to printing the data
195 * Fix issue with table chart not showing in IE
196 * Fix issue with multiple instances of same chart not showing
197 * Fix issue with date type column does not work with Combo charts
198 * Tested with WP 5.1
199
200 ### v3.1.2 - 2018-12-06
201 **Changes:**
202 * Fix bug "Warning: A non-numeric value encountered"
203 * Tested with WP 5.0
204
205 ### v3.1.1 - 2018-12-05
206 **Changes:**
207 * Fix issue with Gutenberg support
208 * Fix issue with loading new Table chart
209 * Fix options that don't work correctly with some charts
210
211 ### v3.1.0 - 2018-12-03
212 **Changes:**
213 * Add Table chart
214 * Fix date format in sample files
215
216 ### v3.0.12 - 2018-10-11
217 **Changes:**
218 * Added filter to enable users to change schedule of charts.
219 * Fixed bug with line chart with timeofday column.
220 * Fixed bug with scheduled charts that sometimes did not show updated data.
221 * Javascript can be customized on a per user basis that will not be wiped out on update.
222
223 ### v3.0.11 - 2018-08-15
224 **Changes:**
225 * Fixed issue with the Series Settings options for the Table Chart
226 * Fixed issue with chart showing "Table has no columns" with remote sources
227
228 ### v3.0.10 - 2018-07-20
229 **Changes:**
230 * Fixed problem with chart reverting to the default values
231 * Fixed problem with Boolean column type
232 * Fixed problem with the Geo chart type not saving colors options
233
234 ### v3.0.9 - 2018-07-12
235 **Changes:**
236 * New chart title option for the back-end of the charts that don't allow a title on the front-end
237 * Store the png images of the charts in a global array that can be used in JS
238 * Added options for charts animations
239
240 ### v3.0.8 - 2018-06-27
241 **Changes:**
242 * Added revision support for the chart post type
243 * Added both % and Value to the Pie Slice
244 * Use the blog locale for Visualizer's options
245 * Fixed issue with data being fetched from the remote source every single time the chart was shown
246 * Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted
247
248 ### v3.0.7 - 2018-03-26
249 **Changes:**
250 * Adds insert button in chart library.
251 * Remove frontend assets where they are not needed.
252 * Improve non-English charts compatibility.
253 * Adds a filter to change charts locale.
254
255 ### v3.0.6 - 2018-02-27
256 **Changes:**
257 * Fix UTF-8 support while saving the data.
258 * Improve editing experience.
259 * Improves compatibility with Premium version.
260 * Adds chart button into TinyMCE editor.
261
262 ### v3.0.5 - 2018-01-05
263 **Changes:**
264 * Fix chart rendering bug in firefox.
265 * Fix review notification.
266
267 ### v3.0.4 - 2017-11-27
268 **Changes:**
269 * Fix for review message notification.
270
271 ### v3.0.3 - 2017-11-16
272 **Changes:**
273 * Adds compatibility with WordPress 4.9.
274
275 ### v3.0.2 - 2017-10-10
276 **Changes:**
277 * Fix dependency for composer dependencies.
278
279 ### v3.0.1 - 2017-10-06
280 **Changes:**
281 * Improved compatibility with various theme and plugins.
282 * Fix for chart type selection when creation from media popup.
283
284 ### v3.0.0 - 2017-09-05
285 **Changes:**
286 * Adds support manual configuration according to Google Visualization API.
287 * Improves compatibility with more features from the pro version.
288
289 ### v2.2.0 - 2017-08-16
290 **Changes:**
291 * Added custom number format for pie chart.
292 * Added frontend actions buttons ( Print, Export to CSV, Export to Excel, Copy)
293
294 ### v2.1.9 - 2017-07-10
295 **Changes:**
296 * Fixed display error with hex color.
297
298 ### v2.1.8 - 2017-07-03
299 **Changes:**
300 * Added chart title into library.
301 * Fixed SDK issues with dashboard widget.
302
303 ### v2.1.7 - 2017-06-17
304 **Changes:**
305 * Updated sdk loading logic.
306
307 ### v2.1.6 - 2017-06-07
308 **Changes:**
309 - Fixed non-latin chars render.
310
311 ### v2.1.5 - 2017-06-02
312 **Changes:**
313 - Fixed markup issue which caused issue on library loading.
314
315 ### v2.1.4 - 2017-06-02
316 **Changes:**
317 - Added support for non Latin characters
318
319 ### v2.1.3 - 2017-05-31
320 **Changes:**
321
322 ### v2.1.2 - 2017-05-30
323 **Changes:**
324 - Fixed priority issue with wp_enqueue_media
325 - Added latest version of sdk
326
327 ### v2.1.1 - 2017-05-16
328 **Changes:**
329 - Fixed blinking chart issue.
330
331 ### v2.1.0 - 2017-05-12
332 **Changes:**
333 - Fixed responsive issues on pagebuilders.
334 - Fixed chart rendering if container is not found.
335 - Added api key for geotype map.
336 - Added compatibility with import from post_types.
337
338 ### v2.0.4 - 2017-04-21
339 **Changes:**
340 - Fixed library rendering issue.
341 - Added git tag check for deployment.
342 - Added wraith for visual regression testing.
343
344 ### v2.0.3 - 2017-04-13
345 **Changes:**
346 - Fixed SVN deploy script.
347 - Fixed release version.
348
349 ### v2.0.2 - 2017-04-13
350 **Changes:**
351 - Fixed svn deploy script.
352
353 ### v2.0.2 - 2017-04-13
354 **Changes:**
355 - Fixed SVN deploy
356
357 ### v2.0.1 - 2017-04-13
358 **Changes:**
359 - Fixed vendor include.
360
361
362 ### 2.0.0 - 13/04/2017
363
364 **Changes:**
365
366 - Improved UI of the builder.
367
368 - Added compatibility with the new options in the pro version.
369
370 - Added new travis stack.
371
372 - Added optin for tracking.
373
374
375 ### 1.7.6 - 20/01/2017
376
377 **Changes:**
378
379 - Fixed issue when using the same shortcode multiple times on the same page.
380
381
382 ### 1.7.5 - 14/12/2016
383
384 **Changes:**
385
386 - Removed footer banner upsell
387
388 - Fixed series settings issue
389
390 - Fixed issue with comas being used in numbers
391
392
393 ### 1.7.2 - 23/11/2016
394
395 **Changes:**
396
397 - Improved responsive mechanism
398
399
400 ### 1.7.1 - 20/10/2016
401
402 **Changes:**
403
404 - Fixed bad link on grid lines
405
406
407 ### 1.7.0 - 20/10/2016
408
409 **Changes:**
410
411 - Release 1.7.0
412
413
414 ### 1.6.6 - 14/09/2016
415
416 **Changes:**
417
418 - Fixed issue on chart resizing on tabbed system
419
420
421 ### 1.6.5 - 09/09/2016
422
423 **Changes:**
424
425 - Fixed responsive issue
426
427 - Fixed no axis color for line and bar charts
428
429
430 ### 1.6.0 - 19/08/2016
431
432 **Changes:**
433
434 - Fixed potential XSS security bug
435
436 - Added support for charts in the media library
437
438 - Removed pointer for the pro version
439
440 - Added option to show legend on the left side
441
442
443 ### 1.5.6 - 05/07/2016
444
445 **Changes:**
446
447 - Added support for 3 more chart types
448
449 - Fixed issue with charts not saving
450
451
452 ### 1.5.5 - 31/05/2016
453
454 **Changes:**
455
456 - Added export feature for charts
457
458 - Fixed issue with hovering on charts
459
460
461 ### 1.5.4 - 04/03/2016
462
463 Changes:
464
465
466 * free search over charts
467
468 free search over charts
469 * free search over charts
470
471 free search over charts
472 * Merge pull request #69 from abaicus/development
473
474 !!!Changed search styles
475 * Added free search text over charts
476 * Merge pull request #68 from abaicus/development
477
478 Fixed Style Issues
479 * Merge branch 'production' into development
480
481 # Conflicts:
482 # classes/Visualizer/Plugin.php
483