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