Skip to content

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Dec 11, 2023
1 parent 1443f0c commit 8e8140c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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.2.2
* Version: 3.2.3
* 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.2.2' );
define( 'VISUAL_PORTFOLIO_VERSION', '3.2.3' );
}

if ( ! class_exists( 'Visual_Portfolio' ) ) :
Expand Down
4 changes: 2 additions & 2 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.2.2\n"
"Project-Id-Version: Visual Portfolio, Posts & Image Gallery 3.2.3\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: 2023-11-29T13:35:40+00:00\n"
"POT-Creation-Date: 2023-12-11T21:26:45+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: visual-portfolio\n"
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.2.2",
"version": "3.2.3",
"description": "Portfolio post type with visual editor",
"license": "GPL-2.0",
"author": "nK <https://nkdev.info>",
Expand Down
10 changes: 5 additions & 5 deletions 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.4
* Requires PHP: 7.2
* Stable tag: 3.2.2
* Stable tag: 3.2.3
* License: GPLv2 or later
* License URI: <http://www.gnu.org/licenses/gpl-2.0.html>

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

> v3 Migration Guide – <https://visualportfolio.co/docs/troubleshooting/migration-to-v3/>

= 3.2.2 - 29 Nov, 2023 =
= 3.2.3 - 12 Dec, 2023 =

#### Free + Pro:
* fixed displaying editor block when creating new Saved Layout

= 3.2.2 - 29 Nov, 2023 =

* added support for asset file change time when enqueue without .asset.php - better support for caching plugins
* fixed Elementor preview stopped working

= 3.2.1 - 29 Nov, 2023 =

#### Free + Pro:

* fixed Pro plugin path and url detection - now it should work correctly when Free plugin is removed
* fixed sitemap fatal error

Expand Down

0 comments on commit 8e8140c

Please sign in to comment.