Skip to content

Commit

Permalink
v3.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Sep 30, 2024
1 parent 18ed3df commit 7c924a1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions class-visual-portfolio.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' ) ) :
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <https://nkdev.info>",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <http://www.gnu.org/licenses/gpl-2.0.html>

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7c924a1

Please sign in to comment.