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