From 21c1932f856c8dde6d100148208756467bb009cf Mon Sep 17 00:00:00 2001 From: Hardeep Asrani Date: Tue, 31 Mar 2026 19:27:01 +0530 Subject: [PATCH 1/3] chore: update compatibility flag --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 23d36b511..66954af02 100644 --- a/index.php +++ b/index.php @@ -163,7 +163,7 @@ function () { $compatibilities['VisualizerPRO'] = array( 'basefile' => defined( 'VISUALIZER_PRO_BASEFILE' ) ? VISUALIZER_PRO_BASEFILE : '', 'required' => '1.8', - 'tested_up' => '1.14', + 'tested_up' => '2.0', ); return $compatibilities; } From df0bcaf67658bb323e3c36a1855e76aeaa699531 Mon Sep 17 00:00:00 2001 From: Hardeep Asrani Date: Tue, 31 Mar 2026 19:52:50 +0530 Subject: [PATCH 2/3] feat(dev): add compat review action --- .github/workflows/compatibility-check.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/compatibility-check.yml diff --git a/.github/workflows/compatibility-check.yml b/.github/workflows/compatibility-check.yml new file mode 100644 index 000000000..96e537dfe --- /dev/null +++ b/.github/workflows/compatibility-check.yml @@ -0,0 +1,17 @@ +name: Compatibility Check + +on: + pull_request: + types: [opened, reopened, synchronize, labeled, unlabeled] + branches: + - master + +jobs: + compatibility-check: + name: Verify Compatibility Review + runs-on: ubuntu-latest + steps: + - name: Check compatibility label + uses: Codeinwp/action-product-compat@v1 + with: + github-token: ${{ secrets.BOT_TOKEN }} \ No newline at end of file From d137dffa96943da74dd0f7e4666b67769bb45168 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Tue, 31 Mar 2026 14:27:53 +0000 Subject: [PATCH 3/3] chore(release): 4.0.1 ##### [Version 4.0.1](https://github.com/Codeinwp/visualizer/compare/v4.0.0...v4.0.1) (2026-03-31) - Internal update to ensure compatibility and improve system consistency. --- CHANGELOG.md | 4 ++++ classes/Visualizer/Plugin.php | 2 +- css/media.css | 2 +- index.php | 2 +- package.json | 2 +- readme.md | 7 +++++++ readme.txt | 7 +++++++ 7 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d35a4ad86..0d6646a88 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 4.0.1](https://github.com/Codeinwp/visualizer/compare/v4.0.0...v4.0.1) (2026-03-31) + +- Internal update to ensure compatibility and improve system consistency. + #### [Version 4.0.0](https://github.com/Codeinwp/visualizer/compare/v3.11.15...v4.0.0) (2026-03-31) ### New Features diff --git a/classes/Visualizer/Plugin.php b/classes/Visualizer/Plugin.php index a8f2c4ced..de925c395 100644 --- a/classes/Visualizer/Plugin.php +++ b/classes/Visualizer/Plugin.php @@ -28,7 +28,7 @@ class Visualizer_Plugin { const NAME = 'visualizer'; - const VERSION = '4.0.0'; + const VERSION = '4.0.1'; // custom post types const CPT_VISUALIZER = 'visualizer'; diff --git a/css/media.css b/css/media.css index 7b69fbd91..e9744b172 100644 --- a/css/media.css +++ b/css/media.css @@ -1,5 +1,5 @@ /* - Version: 4.0.0 + Version: 4.0.1 */ #visualizer-library-view { padding: 30px 10px 10px 30px; diff --git a/index.php b/index.php index 66954af02..336af9ac9 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: Effortlessly create and embed responsive charts and tables with Visualizer, a powerful WordPress plugin that enhances data presentation from multiple sources. - Version: 4.0.0 + Version: 4.0.1 Author: Themeisle Author URI: http://themeisle.com License: GPL v2.0 or later diff --git a/package.json b/package.json index b715c3f34..3c8b13703 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visualizer", - "version": "4.0.0", + "version": "4.0.1", "description": "Visualizer Lite", "repository": { "type": "git", diff --git a/readme.md b/readme.md index 67ae10505..b0fb92bfb 100755 --- a/readme.md +++ b/readme.md @@ -229,6 +229,13 @@ Please follow the reporting protocols outlined on our [Security Page](https://th ## Changelog ## +##### [Version 4.0.1](https://github.com/Codeinwp/visualizer/compare/v4.0.0...v4.0.1) (2026-03-31) + +- Internal update to ensure compatibility and improve system consistency. + + + + #### [Version 4.0.0](https://github.com/Codeinwp/visualizer/compare/v3.11.15...v4.0.0) (2026-03-31) ### New Features diff --git a/readme.txt b/readme.txt index 229d214ea..1787e292f 100755 --- a/readme.txt +++ b/readme.txt @@ -229,6 +229,13 @@ Please follow the reporting protocols outlined on our [Security Page](https://th == Changelog == +##### [Version 4.0.1](https://github.com/Codeinwp/visualizer/compare/v4.0.0...v4.0.1) (2026-03-31) + +- Internal update to ensure compatibility and improve system consistency. + + + + #### [Version 4.0.0](https://github.com/Codeinwp/visualizer/compare/v3.11.15...v4.0.0) (2026-03-31) ### New Features