| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | # WordPress Charts and Graphs Lite # |
| 2 | 2 | **Contributors:** [codeinwp](https://profiles.wordpress.org/codeinwp), [marius2012](https://profiles.wordpress.org/marius2012), [marius_codeinwp](https://profiles.wordpress.org/marius_codeinwp), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani), [themeisle](https://profiles.wordpress.org/themeisle), [Madalin_ThemeIsle](https://profiles.wordpress.org/Madalin_ThemeIsle), [rozroz](https://profiles.wordpress.org/rozroz) |
| 3 | 3 | **Tags:** chart, charts, charting, graph, graphs, graphing, visualisation, visualise data, visualization, visualize data, HTML5, canvas, pie chart, line chart, bar chart, column chart, gauge chart, area chart, scatter chart, candlestick chart, geo chart, google visualization api |
| 4 | 4 | **Requires at least:** 3.5 |
| 5 | -**Tested up to:** 4.9 | |
| 5 | +**Tested up to:** 4.8 | |
| 6 | 6 | **Stable tag:** trunk |
| 7 | 7 | **License:** GPL v2.0 or later |
| 8 | 8 | **License URI:** http://www.opensource.org/licenses/gpl-license.php |
| 9 | 9 | |
| @@ -143,49 +143,8 @@ | ||
| 143 | 143 | 4. Charts media library |
| 144 | 144 | 5. Charts library |
| 145 | 145 | |
| 146 | 146 | ## Changelog ## |
| 147 | -### 3.0.8 - 2018-06-27 ### | |
| 148 | - | |
| 149 | -* Added revision support for the chart post type | |
| 150 | -* Added both % and Value to the Pie Slice | |
| 151 | -* Use the blog locale for Visualizer's options | |
| 152 | -* Fixed issue with data being fetched from the remote source every single time the chart was shown | |
| 153 | -* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted | |
| 154 | - | |
| 155 | - | |
| 156 | -### 3.0.7 - 2018-03-26 ### | |
| 157 | - | |
| 158 | -* Adds insert button in chart library. | |
| 159 | -* Remove frontend assets where they are not needed. | |
| 160 | -* Improve non-English charts compatibility. | |
| 161 | -* Adds a filter to change charts locale. | |
| 162 | - | |
| 163 | - | |
| 164 | -### 3.0.6 - 2018-02-27 ### | |
| 165 | - | |
| 166 | -* Fix UTF-8 support while saving the data. | |
| 167 | -* Improve editing experience. | |
| 168 | -* Improves compatibility with Premium version. | |
| 169 | -* Adds chart button into TinyMCE editor. | |
| 170 | - | |
| 171 | - | |
| 172 | -### 3.0.5 - 2018-01-05 ### | |
| 173 | - | |
| 174 | -* Fix chart rendering bug in firefox. | |
| 175 | -* Fix review notification. | |
| 176 | - | |
| 177 | - | |
| 178 | -### 3.0.4 - 2017-11-27 ### | |
| 179 | - | |
| 180 | -* Fix for review message notification. | |
| 181 | - | |
| 182 | - | |
| 183 | -### 3.0.3 - 2017-11-16 ### | |
| 184 | - | |
| 185 | -* Adds compatibility with WordPress 4.9. | |
| 186 | - | |
| 187 | - | |
| 188 | 147 | ### 3.0.2 - 2017-10-10 ### |
| 189 | 148 | |
| 190 | 149 | * Fix dependency for composer dependencies. |
| 191 | 150 | |