From 1d7f16aa5f7cfa5b4e56207af8e376f729967757 Mon Sep 17 00:00:00 2001 From: "Soare Robert Daniel (Mac 2023)" Date: Thu, 28 Mar 2024 10:45:02 +0200 Subject: [PATCH 1/2] fix: blueprint schema --- .wordpress-org/blueprints/blueprint.json | 5 ----- CONTRIBUTING.md | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json index ddcca4f5c..94a85f4a0 100644 --- a/.wordpress-org/blueprints/blueprint.json +++ b/.wordpress-org/blueprints/blueprint.json @@ -1,25 +1,20 @@ { "$schema": "https://playground.wordpress.net/blueprint-schema.json", - "_comment1": "Set the Wizard Setup page as landing page with preview environment (which disable distractions)", "landingPage": "/wp-admin/admin.php?page=visualizer-setup-wizard&env=preview", - "_comment2": "Preferred WordPress instance specifications", "preferredVersions": { "php": "8.0", "wp": "latest" }, "features": { - "_comment3.1": "Allow networking for internet access", "networking": true }, "steps": [ { - "_comment4.1": "Login to the WordPress instance", "step": "login", "username": "admin", "password": "password" }, { - "_comment4.2": "Install the Visualizer plugin", "step": "installPlugin", "pluginZipFile": { "resource": "wordpress.org/plugins", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db95bcf34..13c4dfab2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -433,3 +433,6 @@ Examples: - https://github.com/johnbillion/user-switching/blob/d26e982fc1389fff24e6d6572e238066e2b056d2/.wordpress-org/blueprints/blueprint.json - https://github.com/10up/ads-txt/blob/ef95e10f5a9973aaf4cad773e8e78aafd03af059/.wordpress-org/blueprints/blueprint.json - https://github.com/janw-me/default-featured-image/blob/de4d226216105f3d8c573dfbf28bbba89330286e/.wordpress-org/blueprints/blueprint.json + +> [!NOTE] +> Make sure to respect the [schema](https://github.com/WordPress/wordpress-playground/blob/trunk/packages/playground/blueprints/public/blueprint-schema.json). You can validate your blueprint using a schema validator: [online](https://www.jsonschemavalidator.net/), [CLI](https://ajv.js.org/packages/ajv-cli.html) From 955b24d221db6e96459d733c828ee00533d3cc91 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" <> Date: Thu, 28 Mar 2024 10:55:30 +0000 Subject: [PATCH 2/2] chore(release): 3.10.10 ##### [Version 3.10.10](https://github.com/Codeinwp/visualizer/compare/v3.10.9...v3.10.10) (2024-03-28) ### Fixes - Fixed blueprint schema for Live Preview --- CHANGELOG.md | 5 +++++ classes/Visualizer/Plugin.php | 2 +- css/media.css | 2 +- index.php | 2 +- package.json | 2 +- readme.txt | 8 ++++++++ 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9cfe14e2..634176c75 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [Version 3.10.10](https://github.com/Codeinwp/visualizer/compare/v3.10.9...v3.10.10) (2024-03-28) + +### Fixes +- Fixed blueprint schema for Live Preview + ##### [Version 3.10.9](https://github.com/Codeinwp/visualizer/compare/v3.10.8...v3.10.9) (2024-03-27) ### Fixes diff --git a/classes/Visualizer/Plugin.php b/classes/Visualizer/Plugin.php index 33e8e7a41..2b64279ca 100644 --- a/classes/Visualizer/Plugin.php +++ b/classes/Visualizer/Plugin.php @@ -28,7 +28,7 @@ class Visualizer_Plugin { const NAME = 'visualizer'; - const VERSION = '3.10.9'; + const VERSION = '3.10.10'; // custom post types const CPT_VISUALIZER = 'visualizer'; diff --git a/css/media.css b/css/media.css index 9ab66474e..f8c646a55 100644 --- a/css/media.css +++ b/css/media.css @@ -1,5 +1,5 @@ /* - Version: 3.10.9 + Version: 3.10.10 */ #visualizer-library-view { padding: 30px 10px 10px 30px; diff --git a/index.php b/index.php index c72dd68f9..ea27c3cc7 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: A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages. The plugin uses Google Visualization API to render charts, which supports cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases. - Version: 3.10.9 + Version: 3.10.10 Author: Themeisle Author URI: http://themeisle.com Requires at least: 5.2 diff --git a/package.json b/package.json index baede4a5d..d52416f5a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visualizer", - "version": "3.10.9", + "version": "3.10.10", "description": "Visualizer Lite", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index c927677fc..9b2047ef4 100755 --- a/readme.txt +++ b/readme.txt @@ -157,6 +157,14 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` == Changelog == +##### [Version 3.10.10](https://github.com/Codeinwp/visualizer/compare/v3.10.9...v3.10.10) (2024-03-28) + +### Fixes +- Fixed blueprint schema for Live Preview + + + + ##### [Version 3.10.9](https://github.com/Codeinwp/visualizer/compare/v3.10.8...v3.10.9) (2024-03-27) ### Fixes