From 7c924a1dcbc2dba0e202faee6fdae768de8c35df Mon Sep 17 00:00:00 2001 From: Nikita Date: Mon, 30 Sep 2024 11:39:53 +0300 Subject: [PATCH] v3.3.10 --- CHANGELOG.md | 4 ++++ class-visual-portfolio.php | 4 ++-- package.json | 2 +- readme.txt | 6 +++++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 813596bc..45704870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. += 3.3.10 - Sep 30, 2024 = + +* fixed possible XSS via stored HTML and Fancybox script + = 3.3.9 - Jul 17, 2024 = * fixed Sort by Date option not working correctly diff --git a/class-visual-portfolio.php b/class-visual-portfolio.php index 46c62ed9..dd8356bc 100644 --- a/class-visual-portfolio.php +++ b/class-visual-portfolio.php @@ -2,7 +2,7 @@ /** * Plugin Name: Visual Portfolio, Posts & Image Gallery * Description: Modern gallery and portfolio plugin with advanced layouts editor. Clean and powerful gallery styles with enormous settings in the Gutenberg block. - * Version: 3.3.9 + * Version: 3.3.10 * Author: Visual Portfolio Team * Author URI: https://visualportfolio.co/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=byline * License: GPLv2 or later @@ -17,7 +17,7 @@ } if ( ! defined( 'VISUAL_PORTFOLIO_VERSION' ) ) { - define( 'VISUAL_PORTFOLIO_VERSION', '3.3.9' ); + define( 'VISUAL_PORTFOLIO_VERSION', '3.3.10' ); } if ( ! class_exists( 'Visual_Portfolio' ) ) : diff --git a/package.json b/package.json index bba72979..00a5848a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "visual-portfolio", "title": "Visual Portfolio", - "version": "3.3.9", + "version": "3.3.10", "description": "Portfolio post type with visual editor", "license": "GPL-2.0", "author": "nK ", diff --git a/readme.txt b/readme.txt index 03da1649..5571b7d3 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ * Requires at least: 6.2 * Tested up to: 6.6 * Requires PHP: 7.2 -* Stable tag: 3.3.9 +* Stable tag: 3.3.10 * License: GPLv2 or later * License URI: @@ -325,6 +325,10 @@ For more information, feel free to visit [Visual Portfolio official website](htt ## Changelog ## += 3.3.10 - Sep 30, 2024 = + +* fixed possible XSS via stored HTML and Fancybox script + = 3.3.9 - Jul 17, 2024 = * fixed Sort by Date option not working correctly