Skip to content

Commit 68b4b8c

Browse files
committed
chore(release): 4.0.3
##### [Version 4.0.3](v4.0.2...v4.0.3) (2026-06-09) - Improved layout compatibility with WP 7.0
1 parent 9303c56 commit 68b4b8c

7 files changed

Lines changed: 25 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 4.0.3](https://github.com/Codeinwp/visualizer/compare/v4.0.2...v4.0.3) (2026-06-09)
2+
3+
- Improved layout compatibility with WP 7.0
4+
15
##### [Version 4.0.2](https://github.com/Codeinwp/visualizer/compare/v4.0.1...v4.0.2) (2026-05-19)
26

37
- Fixed broken candlestick chart

classes/Visualizer/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class Visualizer_Plugin {
2929

3030
const NAME = 'visualizer';
31-
const VERSION = '4.0.2';
31+
const VERSION = '4.0.3';
3232

3333
// custom post types
3434
const CPT_VISUALIZER = 'visualizer';

css/media.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version: 4.0.2
2+
Version: 4.0.3
33
*/
44
#visualizer-library-view {
55
padding: 30px 10px 10px 30px;

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Visualizer: Tables and Charts for WordPress
44
Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs/
55
Description: Effortlessly create and embed responsive charts and tables with Visualizer, a powerful WordPress plugin that enhances data presentation from multiple sources.
6-
Version: 4.0.2
6+
Version: 4.0.3
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
License: GPL v2.0 or later

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "visualizer",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Visualizer: Tables and Charts Manager for WordPress #
1+
# VisualizerTables & Charts Manager with Built-in AI Generator #
22
**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)
3-
**Tags:** tables, charts, pie, visualization, graphs
3+
**Tags:** charts, tables, datatable, data-visualization, ai-charts
44
**Requires at least:** 5.2
55
**Tested up to:** 7.0
66
**Requires PHP:** 7.4
77
**Stable tag:** trunk
88
**License:** GPL v2.0 or later
99
**License URI:** http://www.opensource.org/licenses/gpl-license.php
1010

11-
Create responsive charts and tables manually or let the built-in AI build them from a simple text prompt. Supports multiple chart types and flexible data sources.
11+
Create responsive charts and tables manually or let the built-in AI build them from a text prompt. Supports multiple chart types and flexible data.
1212

1313
## Description ##
1414

@@ -245,6 +245,13 @@ Please follow the reporting protocols outlined on our [Security Page](https://th
245245

246246
## Changelog ##
247247

248+
##### [Version 4.0.3](https://github.com/Codeinwp/visualizer/compare/v4.0.2...v4.0.3) (2026-06-09)
249+
250+
- Improved layout compatibility with WP 7.0
251+
252+
253+
254+
248255
##### [Version 4.0.2](https://github.com/Codeinwp/visualizer/compare/v4.0.1...v4.0.2) (2026-05-19)
249256

250257
- Fixed broken candlestick chart

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@ Please follow the reporting protocols outlined on our [Security Page](https://th
245245

246246
== Changelog ==
247247

248+
##### [Version 4.0.3](https://github.com/Codeinwp/visualizer/compare/v4.0.2...v4.0.3) (2026-06-09)
249+
250+
- Improved layout compatibility with WP 7.0
251+
252+
253+
254+
248255
##### [Version 4.0.2](https://github.com/Codeinwp/visualizer/compare/v4.0.1...v4.0.2) (2026-05-19)
249256

250257
- Fixed broken candlestick chart

0 commit comments

Comments
 (0)