Skip to content

Commit

Permalink
v3.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Dec 15, 2024
1 parent 21f4935 commit 22bf406
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 23 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

= 3.3.11 - Dec 15, 2024 =

* added WP 6.7 compatibility
* fixed id attribute rendering
* fixed some styles in editor
* **Pro:**
* fixed Advanced Click Actions sometimes not properly displaying a Popup
* fixed title display error in popup caption
* fixed Instagram integration - you must reconnect to use the Instagram API instead of deprecated Instagram Basic Display API. Learn more: <https://visualportfolio.co/docs/social-feeds/instagram/>

= 3.3.10 - Sep 30, 2024 =

* fixed possible XSS via stored HTML and Fancybox script
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.10
* Version: 3.3.11
* 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.10' );
define( 'VISUAL_PORTFOLIO_VERSION', '3.3.11' );
}

if ( ! class_exists( 'Visual_Portfolio' ) ) :
Expand Down
38 changes: 19 additions & 19 deletions languages/visual-portfolio.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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.10\n"
"Project-Id-Version: Visual Portfolio, Posts & Image Gallery 3.3.11\n"
"Report-Msgid-Bugs-To: https://github.com/nk-crew/visual-portfolio/issues\n"
"Last-Translator: Visual Portfolio\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-12-13T11:24:24+00:00\n"
"POT-Creation-Date: 2024-12-15T18:41:58+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"
Expand Down Expand Up @@ -1005,7 +1005,7 @@ msgstr ""
#: classes/class-admin.php:3093
#: classes/class-get-portfolio.php:1069
#: classes/class-shortcode.php:58
#: gutenberg/components/gallery-control/index.js:944
#: gutenberg/components/gallery-control/index.js:910
msgid "All"
msgstr ""

Expand Down Expand Up @@ -2217,69 +2217,69 @@ msgstr ""
msgid "Edit more details"
msgstr ""

#: gutenberg/components/gallery-control/index.js:600
#: gutenberg/components/gallery-control/index.js:595
msgid "Select"
msgstr ""

#: gutenberg/components/gallery-control/index.js:701
#: gutenberg/components/gallery-control/index.js:663
msgid "Image Settings"
msgstr ""

#: gutenberg/components/gallery-control/index.js:856
#: gutenberg/components/gallery-control/index.js:818
msgid "Edit Gallery"
msgstr ""

#: gutenberg/components/gallery-control/index.js:857
#: gutenberg/components/gallery-control/index.js:819
msgid "Add Images"
msgstr ""

#: gutenberg/components/gallery-control/index.js:874
#: gutenberg/components/gallery-control/index.js:836
msgid "Select All"
msgstr ""

#: gutenberg/components/gallery-control/index.js:887
#: gutenberg/components/gallery-control/index.js:853
msgid "Bulk Actions"
msgstr ""

#: gutenberg/components/gallery-control/index.js:892
#: gutenberg/components/gallery-control/index.js:858
msgid "Bulk actions"
msgstr ""

#: gutenberg/components/gallery-control/index.js:899
#: gutenberg/components/gallery-control/index.js:865
msgid "Edit"
msgstr ""

#: gutenberg/components/gallery-control/index.js:903
#: gutenberg/components/gallery-control/index.js:869
msgid "Delete"
msgstr ""

#: gutenberg/components/gallery-control/index.js:912
#: gutenberg/components/gallery-control/index.js:878
msgid "Are you sure you want to remove selected items?"
msgstr ""

#: gutenberg/components/gallery-control/index.js:937
#: gutenberg/components/gallery-control/index.js:903
msgid "Filter by Category"
msgstr ""

#: gutenberg/components/gallery-control/index.js:948
#: gutenberg/components/gallery-control/index.js:914
msgid "Uncategorized"
msgstr ""

#: gutenberg/components/gallery-control/index.js:997
#: gutenberg/components/gallery-control/index.js:948
msgid "Bulk Image Settings"
msgstr ""

#: gutenberg/components/gallery-control/index.js:1144
#: gutenberg/components/gallery-control/index.js:1095
msgid "Showing %1$s of %2$s Image"
msgid_plural "Showing %1$s of %2$s Images"
msgstr[0] ""
msgstr[1] ""

#: gutenberg/components/gallery-control/index.js:1164
#: gutenberg/components/gallery-control/index.js:1115
msgid "Show More"
msgstr ""

#: gutenberg/components/gallery-control/index.js:1172
#: gutenberg/components/gallery-control/index.js:1123
msgid "Show All"
msgstr ""

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.10",
"version": "3.3.11",
"description": "Portfolio post type with visual editor",
"license": "GPL-2.0",
"author": "nK <https://nkdev.info>",
Expand Down
12 changes: 11 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.7
* Requires PHP: 7.2
* Stable tag: 3.3.10
* Stable tag: 3.3.11
* License: GPLv2 or later
* License URI: <http://www.gnu.org/licenses/gpl-2.0.html>

Expand Down Expand Up @@ -325,6 +325,16 @@ For more information, feel free to visit [Visual Portfolio official website](htt

## Changelog ##

= 3.3.11 - Dec 15, 2024 =

* added WP 6.7 compatibility
* fixed id attribute rendering
* fixed some styles in editor
* **Pro:**
* fixed Advanced Click Actions sometimes not properly displaying a Popup
* fixed title display error in popup caption
* fixed Instagram integration - you must reconnect to use the Instagram API instead of deprecated Instagram Basic Display API. Learn more: <https://visualportfolio.co/docs/social-feeds/instagram/>

= 3.3.10 - Sep 30, 2024 =

* fixed possible XSS via stored HTML and Fancybox script
Expand Down

0 comments on commit 22bf406

Please sign in to comment.