diff --git a/CHANGELOG.md b/CHANGELOG.md index 41779aa4..c5f86cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. += 3.3.12 - Dec 20, 2024 = + +* fixed order by Image Title when both Title Source and Description Source is set to None +* fixed Portfolio Manager role editing Saved Layouts when Project custom post type disabled +* fixed image selection popup in block editor JS error + = 3.3.11 - Dec 15, 2024 = * added WP 6.7 compatibility diff --git a/class-visual-portfolio.php b/class-visual-portfolio.php index 7df19b62..c1253338 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.11 + * Version: 3.3.12 * 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.11' ); + define( 'VISUAL_PORTFOLIO_VERSION', '3.3.12' ); } if ( ! class_exists( 'Visual_Portfolio' ) ) : diff --git a/languages/visual-portfolio.pot b/languages/visual-portfolio.pot index b74edf62..dd8786ea 100644 --- a/languages/visual-portfolio.pot +++ b/languages/visual-portfolio.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPLv2 or later. msgid "" msgstr "" -"Project-Id-Version: Visual Portfolio, Posts & Image Gallery 3.3.11\n" +"Project-Id-Version: Visual Portfolio, Posts & Image Gallery 3.3.12\n" "Report-Msgid-Bugs-To: https://github.com/nk-crew/visual-portfolio/issues\n" "Last-Translator: Visual Portfolio\n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-12-18T13:09:05+00:00\n" +"POT-Creation-Date: 2024-12-20T12:32:47+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.10.0\n" "X-Domain: visual-portfolio\n" @@ -1486,28 +1486,28 @@ msgstr "" msgid "Caption Align" msgstr "" -#: classes/class-get-portfolio.php:2079 +#: classes/class-get-portfolio.php:2087 msgid "Default sorting" msgstr "" -#: classes/class-get-portfolio.php:2080 +#: classes/class-get-portfolio.php:2088 msgid "Sort by date (newest)" msgstr "" -#: classes/class-get-portfolio.php:2081 +#: classes/class-get-portfolio.php:2089 msgid "Sort by date (oldest)" msgstr "" -#: classes/class-get-portfolio.php:2082 +#: classes/class-get-portfolio.php:2090 msgid "Sort by title (A-Z)" msgstr "" -#: classes/class-get-portfolio.php:2083 +#: classes/class-get-portfolio.php:2091 msgid "Sort by title (Z-A)" msgstr "" #. translators: %s - published in human format. -#: classes/class-get-portfolio.php:2209 +#: classes/class-get-portfolio.php:2217 msgid "%s ago" msgstr "" diff --git a/package.json b/package.json index c21209f9..caea41b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "visual-portfolio", "title": "Visual Portfolio", - "version": "3.3.11", + "version": "3.3.12", "description": "Portfolio post type with visual editor", "license": "GPL-2.0", "author": "nK ", diff --git a/readme.txt b/readme.txt index e7e58f4a..b5d434fb 100644 --- a/readme.txt +++ b/readme.txt @@ -1,12 +1,12 @@ # Visual Portfolio, Photo Gallery & Post Grid # * Contributors: visualportfolio, nko -* Tags: portfolio, gallery, photo gallery, image gallery, wordpress gallery plugin +* Tags: portfolio, gallery, gallery block, image gallery, wordpress gallery plugin * Donate link: https://visualportfolio.co/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=donate * Requires at least: 6.2 * Tested up to: 6.7 * Requires PHP: 7.2 -* Stable tag: 3.3.11 +* Stable tag: 3.3.12 * License: GPLv2 or later * License URI: @@ -325,6 +325,12 @@ For more information, feel free to visit [Visual Portfolio official website](htt ## Changelog ## += 3.3.12 - Dec 20, 2024 = + +* fixed order by Image Title when both Title Source and Description Source is set to None +* fixed Portfolio Manager role editing Saved Layouts when Project custom post type disabled +* fixed image selection popup in block editor JS error + = 3.3.11 - Dec 15, 2024 = * added WP 6.7 compatibility