diff --git a/CHANGELOG.md b/CHANGELOG.md
index 314e4309..6254de12 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+##### [Version 3.11.4](https://github.com/Codeinwp/visualizer/compare/v3.11.3...v3.11.4) (2024-07-09)
+
+- Fixed broken link in the Map settings of the Geo Chart
+- Fixed the default cron job sync time for data synchronization [PRO]
+
##### [Version 3.11.3](https://github.com/Codeinwp/visualizer/compare/v3.11.2...v3.11.3) (2024-05-27)
- Fixed the rendering of Visualizer widgets in the Customizer
diff --git a/classes/Visualizer/Plugin.php b/classes/Visualizer/Plugin.php
index 207a2870..7d4bd8d9 100644
--- a/classes/Visualizer/Plugin.php
+++ b/classes/Visualizer/Plugin.php
@@ -28,7 +28,7 @@
class Visualizer_Plugin {
const NAME = 'visualizer';
- const VERSION = '3.11.3';
+ const VERSION = '3.11.4';
// custom post types
const CPT_VISUALIZER = 'visualizer';
diff --git a/css/media.css b/css/media.css
index c69ad4b1..4e9b27aa 100644
--- a/css/media.css
+++ b/css/media.css
@@ -1,5 +1,5 @@
/*
- Version: 3.11.3
+ Version: 3.11.4
*/
#visualizer-library-view {
padding: 30px 10px 10px 30px;
diff --git a/index.php b/index.php
index 67ffa6df..b7b0567b 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: 3.11.3
+ Version: 3.11.4
Author: Themeisle
Author URI: http://themeisle.com
Requires at least: 5.2
diff --git a/package.json b/package.json
index 0b4fc948..b472b2aa 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "visualizer",
- "version": "3.11.3",
+ "version": "3.11.4",
"description": "Visualizer Lite",
"repository": {
"type": "git",
diff --git a/readme.md b/readme.md
index 19b50383..e296750f 100755
--- a/readme.md
+++ b/readme.md
@@ -47,7 +47,7 @@ These versatile data handling capabilities ensure that Visualizer Free is equipp
*The above descriptions were partially taken from Google Visualization API site*
-### CHECK OUT A QUICK OVERVIEW OF VISUALIZER ###
+### CHECK OUT A QUICK OVERVIEW OF VISUALIZER ###
WordPress Charts and Graphs: How To Create Them With Visualizer Plugin
@@ -88,23 +88,23 @@ These versatile data handling capabilities ensure that Visualizer Free is equipp
If youβre already benefiting from Visualizer, why not take your website to the next level with more powerful tools to enhance your data visualization capabilities and keep your audience engaged longer?
-- **Advanced Data Synchronization:** Automatically sync your data sources to ensure your charts are always current without manual input.
+- **Advanced Data Synchronization:** Automatically sync your data sources to ensure your charts are always current without manual input.
**USE CASE:** π Sarah, a market analyst, leverages Advanced Data Synchronization to streamline her workflow. She sets her data sources to auto-update, ensuring her market trend charts are always accurate, saving her hours each week and enhancing her reports' credibility.
-- **Multi-Language Support:** Automatically translate your charts and data presentations into multiple languages, broadening your audience reach.
+- **Multi-Language Support:** Automatically translate your charts and data presentations into multiple languages, broadening your audience reach.
**USE CASE:** π Elena, who manages a multilingual educational platform, uses Multi-Language Support to provide data visualizations in several languages, effectively increasing her site's global usability and accessibility.
-- **Advanced User Permissions:** Control who can view or edit your charts, perfect for teams needing to manage access at various levels.
+- **Advanced User Permissions:** Control who can view or edit your charts, perfect for teams needing to manage access at various levels.
**USE CASE:** π οΈ Rachel, a project manager, configures user permissions to ensure that only relevant team members can edit financial forecasts, maintaining data integrity and security.
- **Import from Other Charts:** Seamlessly integrate data from other charts into new visualizations, facilitating easy data consolidation and comparison.
-- **Import from WordPress:** Directly pull data from your WordPress posts, pages, or custom post types to create dynamic charts that automatically update as your content changes.
+- **Import from WordPress:** Directly pull data from your WordPress posts, pages, or custom post types to create dynamic charts that automatically update as your content changes.
**USE CASE:** βοΈ Benjamin, a digital marketing manager, uses this feature to track engagement across blog posts in real-time. He creates charts that update automatically with views and social shares, helping him quickly adjust content strategies based on what resonates with audiences.
- **Import from Database:** Connect directly to your database to fetch data, ensuring your visualizations reflect the most up-to-date information available.
-- **Data Filter:** Apply filters to your data within Visualizer, enabling viewers to interact with and explore data in a more focused manner.
+- **Data Filter:** Apply filters to your data within Visualizer, enabling viewers to interact with and explore data in a more focused manner.
**USE CASE:** π΅οΈββοΈ Tom, a market researcher, implements data filters on his demographic analysis charts, allowing users to select specific variables such as age and income, thereby drilling down into personalized data insights.
- **Priority Support:** Have access to our dedicated support team to help you resolve any technical issues swiftly, ensuring your visualizations are always performing optimally.
@@ -226,6 +226,14 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
## Changelog ##
+##### [Version 3.11.4](https://github.com/Codeinwp/visualizer/compare/v3.11.3...v3.11.4) (2024-07-09)
+
+- Fixed broken link in the Map settings of the Geo Chart
+- Fixed the default cron job sync time for data synchronization [PRO]
+
+
+
+
##### [Version 3.11.3](https://github.com/Codeinwp/visualizer/compare/v3.11.2...v3.11.3) (2024-05-27)
- Fixed the rendering of Visualizer widgets in the Customizer
diff --git a/readme.txt b/readme.txt
index 6f545e65..675e5d47 100755
--- a/readme.txt
+++ b/readme.txt
@@ -226,6 +226,14 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
== Changelog ==
+##### [Version 3.11.4](https://github.com/Codeinwp/visualizer/compare/v3.11.3...v3.11.4) (2024-07-09)
+
+- Fixed broken link in the Map settings of the Geo Chart
+- Fixed the default cron job sync time for data synchronization [PRO]
+
+
+
+
##### [Version 3.11.3](https://github.com/Codeinwp/visualizer/compare/v3.11.2...v3.11.3) (2024-05-27)
- Fixed the rendering of Visualizer widgets in the Customizer