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

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