From bf8f33cbf2349ca63e50f7c5b2d21a4e291d4f1c Mon Sep 17 00:00:00 2001 From: Nikita Date: Thu, 16 May 2024 20:41:00 +0300 Subject: [PATCH] v3.3.6 --- CHANGELOG.md | 14 ++++++++++---- class-visual-portfolio.php | 4 ++-- package.json | 2 +- readme.txt | 16 +++++++++++----- 4 files changed, 24 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c298be2c..a894ed15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. > v3 Migration Guide – += 3.3.6 - May 16, 2024 = + +* **Free + Pro:** +* fixed DESC order for "Manual" and "Rand" image orders +* rename "Default" order to "Manual" + +* **Pro:** +* fixed Hover CSS Filter styles loading if there is no Default CSS Filter provided +* fixed custom image URL in the gallery, applied from the first item to all other items + = 3.3.5 - May 15, 2024 = * fixed PHP warning from `array_key_exists` function @@ -24,7 +34,6 @@ All notable changes to this project will be documented in this file. * add more sort options in image galleries: Item Title, Item Description, Image Title, Image Description, Image Caption, Image Alt * improved image gallery sort code - images with empty field will be always placed after items with non-empty field * fixed the behavior of the "All" filters link when the portfolio archive page set as the home page -
* **Pro:** * fixed Skin typography settings error in WP 6.5 @@ -45,7 +54,6 @@ All notable changes to this project will be documented in this file. * fixed image blinking after filter in Masonry, Tiles and Grid layouts * removed stagger delay from Masonry, Tiles and Grid layouts because it is not working properly in large galleries * minor improvements -
* **Pro:** * fixed Overlay Under Image option in Emerge and Caption Move styles @@ -59,7 +67,6 @@ All notable changes to this project will be documented in this file. * added gallery images filter by category in editor * fixed Portfolio menu item name change when on Taxonomy archive page * fixed duplicating Portfolio page after WordPress XML file import -
* **Pro:** * added Twitch avatar caching to fix missing link @@ -104,7 +111,6 @@ All notable changes to this project will be documented in this file. * simplified lazy loading placeholder animation * changed lazy loading styles to use modern :has() CSS (with fallback for old browsers) * removed jQuery usage from lazy loading script -
* **Pro:** * IMPORTANT: changed the Pro plugin to standalone, which is not requires the Free version installed anymore diff --git a/class-visual-portfolio.php b/class-visual-portfolio.php index 2f3f5a73..effb15df 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.5 + * Version: 3.3.6 * 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.5' ); + define( 'VISUAL_PORTFOLIO_VERSION', '3.3.6' ); } if ( ! class_exists( 'Visual_Portfolio' ) ) : diff --git a/package.json b/package.json index a2169c99..79f3a1ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "visual-portfolio", "title": "Visual Portfolio", - "version": "3.3.5", + "version": "3.3.6", "description": "Portfolio post type with visual editor", "license": "GPL-2.0", "author": "nK ", diff --git a/readme.txt b/readme.txt index 35cc660b..16f847d0 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ * Requires at least: 6.2 * Tested up to: 6.5 * Requires PHP: 7.2 -* Stable tag: 3.3.5 +* Stable tag: 3.3.6 * License: GPLv2 or later * License URI: @@ -327,6 +327,16 @@ For more information, feel free to visit [Visual Portfolio official website](htt > v3 Migration Guide – += 3.3.6 - May 16, 2024 = + +* **Free + Pro:** +* fixed DESC order for "Manual" and "Rand" image orders +* rename "Default" order to "Manual" + +* **Pro:** +* fixed Hover CSS Filter styles loading if there is no Default CSS Filter provided +* fixed custom image URL in the gallery, applied from the first item to all other items + = 3.3.5 - May 15, 2024 = * fixed PHP warning from `array_key_exists` function @@ -347,7 +357,6 @@ For more information, feel free to visit [Visual Portfolio official website](htt * add more sort options in image galleries: Item Title, Item Description, Image Title, Image Description, Image Caption, Image Alt * improved image gallery sort code - images with empty field will be always placed after items with non-empty field * fixed the behavior of the "All" filters link when the portfolio archive page set as the home page -
* **Pro:** * fixed Skin typography settings error in WP 6.5 @@ -368,7 +377,6 @@ For more information, feel free to visit [Visual Portfolio official website](htt * fixed image blinking after filter in Masonry, Tiles and Grid layouts * removed stagger delay from Masonry, Tiles and Grid layouts because it is not working properly in large galleries * minor improvements -
* **Pro:** * fixed Overlay Under Image option in Emerge and Caption Move styles @@ -382,7 +390,6 @@ For more information, feel free to visit [Visual Portfolio official website](htt * added gallery images filter by category in editor * fixed Portfolio menu item name change when on Taxonomy archive page * fixed duplicating Portfolio page after WordPress XML file import -
* **Pro:** * added Twitch avatar caching to fix missing link @@ -427,7 +434,6 @@ For more information, feel free to visit [Visual Portfolio official website](htt * simplified lazy loading placeholder animation * changed lazy loading styles to use modern :has() CSS (with fallback for old browsers) * removed jQuery usage from lazy loading script -
* **Pro:** * IMPORTANT: changed the Pro plugin to standalone, which is not requires the Free version installed anymore