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