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