Skip to content

Commit

Permalink
chore(release): 3.11.4
Browse files Browse the repository at this point in the history
##### [Version 3.11.4](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]
  • Loading branch information
themeisle[bot] committed Jul 9, 2024
1 parent aec1ac4 commit 9c05022
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion classes/Visualizer/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion css/media.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version: 3.11.3
Version: 3.11.4
*/
#visualizer-library-view {
padding: 30px 10px 10px 30px;
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visualizer",
"version": "3.11.3",
"version": "3.11.4",
"description": "Visualizer Lite",
"repository": {
"type": "git",
Expand Down
20 changes: 14 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###

<a href="https://youtu.be/hQO_evnb_tQ?si=XvIzaU6WIvxTj8N0">WordPress Charts and Graphs: How To Create Them With Visualizer Plugin<a/>

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c05022

Please sign in to comment.