PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.3.1
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.3.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
visualizer / CHANGELOG.md

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

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