Skip to content

Commit f6ee7b1

Browse files
committed
chore(release): 3.11.8
##### [Version 3.11.8](v3.11.7...v3.11.8) (2024-11-13) - Updated WordPress core tested up to version
1 parent 4ba5525 commit f6ee7b1

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 3.11.8](https://github.com/Codeinwp/visualizer/compare/v3.11.7...v3.11.8) (2024-11-13)
2+
3+
- Updated WordPress core tested up to version
4+
15
##### [Version 3.11.7](https://github.com/Codeinwp/visualizer/compare/v3.11.6...v3.11.7) (2024-11-07)
26

37
- Updated dependencies

classes/Visualizer/Plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class Visualizer_Plugin {
2929

3030
const NAME = 'visualizer';
31-
const VERSION = '3.11.7';
31+
const VERSION = '3.11.8';
3232

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

css/media.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version: 3.11.7
2+
Version: 3.11.8
33
*/
44
#visualizer-library-view {
55
padding: 30px 10px 10px 30px;

index.php

+1-1
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: 3.11.7
6+
Version: 3.11.8
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
License: GPL v2.0 or later

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "visualizer",
3-
"version": "3.11.7",
3+
"version": "3.11.8",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)
33
**Tags:** tables, charts, pie, visualization, graphs
44
**Requires at least:** 5.2
5-
**Tested up to:** 6.6
5+
**Tested up to:** 6.7
66
**Requires PHP:** 7.4
77
**Stable tag:** trunk
88
**License:** GPL v2.0 or later
@@ -20,7 +20,7 @@ The plugin leverages the Google Visualization API, DataTables.net, and ChartJS l
2020

2121
- Want to see Visualizer in action before installing? <a href="https://demo.themeisle.com/visualizer/">View Visualizer Demo</a> [You can also try <b>Live Preview</b> button above]
2222
- Need any help with setup? <a href="https://docs.themeisle.com/collection/1560-visualizer-charts-and-graphs">Check Documentation</a>
23-
- Don’t like reading? <a href="https://youtube.com/playlist?list=PLmRasCVwuvpT0Gu1myGW-Dyt2oh-BPuci&si=S3o4BIyo3AYNh95w">Check Youtube Playlist</a>
23+
- Don’t like reading? <a href="https://youtube.com/playlist?list=PLmRasCVwuvpT0Gu1myGW-Dyt2oh-BPuci&si=S3o4BIyo3AYNh95w">Check YouTube Playlist</a>
2424
- Interested in Visualizer Pro? <a href="https://themeisle.com/plugins/visualizer-charts-and-graphs/upgrade/?utm_source=wpadmin&utm_medium=readme&utm_campaign=pro-cta">Know more about Visualizer PRO</a>
2525

2626
### Why You’ll Love Visualizer ###
@@ -223,6 +223,13 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
223223

224224
## Changelog ##
225225

226+
##### [Version 3.11.8](https://github.com/Codeinwp/visualizer/compare/v3.11.7...v3.11.8) (2024-11-13)
227+
228+
- Updated WordPress core tested up to version
229+
230+
231+
232+
226233
##### [Version 3.11.7](https://github.com/Codeinwp/visualizer/compare/v3.11.6...v3.11.7) (2024-11-07)
227234

228235
- Updated dependencies

readme.txt

+7
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,13 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
223223

224224
== Changelog ==
225225

226+
##### [Version 3.11.8](https://github.com/Codeinwp/visualizer/compare/v3.11.7...v3.11.8) (2024-11-13)
227+
228+
- Updated WordPress core tested up to version
229+
230+
231+
232+
226233
##### [Version 3.11.7](https://github.com/Codeinwp/visualizer/compare/v3.11.6...v3.11.7) (2024-11-07)
227234

228235
- Updated dependencies

0 commit comments

Comments
 (0)