diff --git a/.wordpress-org/icon-128x128.gif b/.wordpress-org/icon-128x128.gif new file mode 100644 index 000000000..3cbe4cf41 Binary files /dev/null and b/.wordpress-org/icon-128x128.gif differ diff --git a/.wordpress-org/icon-256x256.gif b/.wordpress-org/icon-256x256.gif new file mode 100644 index 000000000..bd61655db Binary files /dev/null and b/.wordpress-org/icon-256x256.gif differ diff --git a/.wordpress-org/icon.svg b/.wordpress-org/icon.svg deleted file mode 100644 index 0a6712fe3..000000000 --- a/.wordpress-org/icon.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - Combined Shape - Created with Sketch. - - - - - - \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 251c20faf..380142dc1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 3.10.14](https://github.com/Codeinwp/visualizer/compare/v3.10.13...v3.10.14) (2024-05-10) + +> Things are getting better every day. 🚀 + ##### [Version 3.10.13](https://github.com/Codeinwp/visualizer/compare/v3.10.12...v3.10.13) (2024-04-17) ### Fixes diff --git a/classes/Visualizer/Plugin.php b/classes/Visualizer/Plugin.php index 4c5810071..5dab0bc10 100644 --- a/classes/Visualizer/Plugin.php +++ b/classes/Visualizer/Plugin.php @@ -28,7 +28,7 @@ class Visualizer_Plugin { const NAME = 'visualizer'; - const VERSION = '3.10.13'; + const VERSION = '3.10.14'; // custom post types const CPT_VISUALIZER = 'visualizer'; diff --git a/css/media.css b/css/media.css index 9c5e5dbe3..fffeb389b 100644 --- a/css/media.css +++ b/css/media.css @@ -1,5 +1,5 @@ /* - Version: 3.10.13 + Version: 3.10.14 */ #visualizer-library-view { padding: 30px 10px 10px 30px; diff --git a/index.php b/index.php index 55a0b20d4..4cf1b5815 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ Plugin Name: Visualizer: Tables and Charts for WordPress Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs/ Description: A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages. The plugin uses Google Visualization API to render charts, which supports cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases. - Version: 3.10.13 + Version: 3.10.14 Author: Themeisle Author URI: http://themeisle.com Requires at least: 5.2 diff --git a/package.json b/package.json index ea99369bd..c4d1c8bfe 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visualizer", - "version": "3.10.13", + "version": "3.10.14", "description": "Visualizer Lite", "repository": { "type": "git", diff --git a/readme.md b/readme.md index 0e8ff951d..ed1ea0d7d 100755 --- a/readme.md +++ b/readme.md @@ -1,14 +1,14 @@ # Visualizer: Tables and Charts Manager for WordPress # # **Contributors:** [codeinwp](https://profiles.wordpress.org/codeinwp), [themeisle](https://profiles.wordpress.org/themeisle), [marius2012](https://profiles.wordpress.org/marius2012), [marius_codeinwp](https://profiles.wordpress.org/marius_codeinwp), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani), [rozroz](https://profiles.wordpress.org/rozroz), [Madalin_ThemeIsle](https://profiles.wordpress.org/Madalin_ThemeIsle) **Tags:** tables, charts, pie, visualization, graphs -**Requires at least:** 3.5 -**Tested up to:** 5.6 -**Requires PHP:** 5.6 +**Requires at least:** 5.2 +**Tested up to:** 6.5 +**Requires PHP:** 7.4 **Stable tag:** trunk **License:** GPL v2.0 or later **License URI:** http://www.opensource.org/licenses/gpl-license.php -A simple and powerful WordPress chart plugin to create responsive charts & tables and embed them into your site. +A simple and powerful WordPress chart plugin to create responsive charts & tables and embed them into your site. ## Description ## diff --git a/readme.txt b/readme.txt index 7eb8643e3..9cb40410f 100755 --- a/readme.txt +++ b/readme.txt @@ -157,6 +157,13 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` == Changelog == +##### [Version 3.10.14](https://github.com/Codeinwp/visualizer/compare/v3.10.13...v3.10.14) (2024-05-10) + +> Things are getting better every day. 🚀 + + + + ##### [Version 3.10.13](https://github.com/Codeinwp/visualizer/compare/v3.10.12...v3.10.13) (2024-04-17) ### Fixes @@ -391,13 +398,13 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` ##### [Version 3.7.11](https://github.com/Codeinwp/visualizer/compare/v3.7.10...v3.7.11) (2022-08-30) -- Fix update axis baseline color [#925](https://github.com/Codeinwp/visualizer/issues/925) +- Fix update axis baseline color [#925](https://github.com/Codeinwp/visualizer/issues/925) - Update more features images [#926](https://github.com/Codeinwp/visualizer/issues/926) -- Fix update minor grid line field [#924](https://github.com/Codeinwp/visualizer/issues/924) -- Add new filter for container attributes [#922](https://github.com/Codeinwp/visualizer/issues/922) -- Fix axis data format issue [#920](https://github.com/Codeinwp/visualizer/issues/920) -- Chart unique title [#915](https://github.com/Codeinwp/visualizer/issues/915) -- Fix block back button issue [#930](https://github.com/Codeinwp/visualizer/issues/930) +- Fix update minor grid line field [#924](https://github.com/Codeinwp/visualizer/issues/924) +- Add new filter for container attributes [#922](https://github.com/Codeinwp/visualizer/issues/922) +- Fix axis data format issue [#920](https://github.com/Codeinwp/visualizer/issues/920) +- Chart unique title [#915](https://github.com/Codeinwp/visualizer/issues/915) +- Fix block back button issue [#930](https://github.com/Codeinwp/visualizer/issues/930) - Userguide broken documentation link [#918](https://github.com/Codeinwp/visualizer/issues/918) @@ -475,7 +482,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` ##### [Version 3.7.2](https://github.com/Codeinwp/visualizer/compare/v3.7.1...v3.7.2) (2021-12-20) - Add latest chartJS library support in the bar chart -- Fix horizontal axis showing date format in Bar chart +- Fix horizontal axis showing date format in Bar chart - Fix orientation rotate issue in mobile - CSS performance improvements - Improve JS performance @@ -485,7 +492,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` ##### [Version 3.7.1](https://github.com/Codeinwp/visualizer/compare/v3.7.0...v3.7.1) (2021-11-17) -- [Feat] Allow charts to render in dashboard areas via 3rd party plugins like Dashboard Widgets Suite +- [Feat] Allow charts to render in dashboard areas via 3rd party plugins like Dashboard Widgets Suite - [Fix] Changing Line Chart series style to dot on some series changes the order of tooltip information - [Fix] Problem with X-Axis of Line chart on Safari if date/datetime is used as values - [Fix] Multiple Visualizer charts causing rendering issues (blank page) @@ -500,14 +507,14 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` #### Features - Add option to enable/disable save the chart image -- Enhanced caching +- Enhanced caching #### Fixes - Fix undefined variable errors when using Gutenberg blocks - Fix broken chart in iOS and Safari - Fix custom refresh time support for DB chart -- Fix table placed inside accordion cannot be scrolled down (refreshes all the time) -- Fix pagination doesn't work in the library +- Fix table placed inside accordion cannot be scrolled down (refreshes all the time) +- Fix pagination doesn't work in the library - Fix HTML entities in JSON break Visualizer Table Chart - Fix string type columns affect the target of the formatting applied to a number column @@ -516,7 +523,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` ##### [Version 3.6.1](https://github.com/Codeinwp/visualizer/compare/v3.6.0...v3.6.1) (2021-08-04) -- Fix broken dropdown style issue +- Fix broken dropdown style issue - Add block support in widget area - Add wp alpha color picker support - Fix broken chart layout issue when add long title @@ -543,11 +550,11 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` ##### [Version 3.5.1](https://github.com/Codeinwp/visualizer/compare/v3.5.0...v3.5.1) (2021-05-25) -- Fix compatibility with 3rd party plugins which use the same js library as Visualizer [#801](https://github.com/Codeinwp/visualizer/issues/801) -- Fix fatal error when a new chart is created on PHP 8 [#795](https://github.com/Codeinwp/visualizer/issues/795) +- Fix compatibility with 3rd party plugins which use the same js library as Visualizer [#801](https://github.com/Codeinwp/visualizer/issues/801) +- Fix fatal error when a new chart is created on PHP 8 [#795](https://github.com/Codeinwp/visualizer/issues/795) - Chart doesn't get refreshed automatically when the JSON endpoint is used as the data source - -#### Features: + +#### Features: - Adds option to add schema.org Dataset for license and creator [#794](https://github.com/Codeinwp/visualizer/issues/794) @@ -556,7 +563,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` #### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28) #### Fixes -- Permissions tab disappears after a user modifies a chart's data +- Permissions tab disappears after a user modifies a chart's data - Conflict with Edit Flow plugin - Improve compatibility with Ninja Forms - Fix for color for Minor Grid Lines not working @@ -567,36 +574,36 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` -= 3.4.11 - 2021-02-16 = += 3.4.11 - 2021-02-16 = [Feat] Tested up to WP 5.6 -= 3.4.10 - 2020-12-09 = += 3.4.10 - 2020-12-09 = * [Fix] Compatibility with Composer 2.0 -= 3.4.9 - 2020-11-26 = += 3.4.9 - 2020-11-26 = * [Fix] Pie chart slices offset problem in the Gutenberg editor * [Fix] Warning is thrown when remote file is used as source * [Fix] Bubble chart legend position not working in the Gutenberg editor -= 3.4.8 - 2020-09-29 = += 3.4.8 - 2020-09-29 = * [Fix] Option to edit charts imported from JSON -= 3.4.7 - 2020-09-21 = += 3.4.7 - 2020-09-21 = * - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data * - [Fix] numberFormat option doesn't apply in Bar charts when using annotations * - [Fix] Google GEO chart is not rendering if 3rd data column is added -= 3.4.6 - 2020-08-11 = += 3.4.6 - 2020-08-11 = * - [Feat] Show chart ID in the chart library * - [Fix] Compatibility with WP 5.5 @@ -605,7 +612,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` * - [Fix] Duplicated enque for jsapi loader -= 3.4.5 - 2020-07-08 = += 3.4.5 - 2020-07-08 = * [Feat] New Google Table Charts * [Feat] Option for lazy loading Google Charts @@ -613,7 +620,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` * [Fix] Remove Inside the Chart option for the legend position for Google Pie charts -= 3.4.4 - 2020-06-16 = += 3.4.4 - 2020-06-16 = * [Feat] Option to download charts as .png images * [Fix] Make UI more intuitive when a chart is missing in the editor