Changeset 3393187
- Timestamp:
- 11/10/2025 08:03:59 PM (5 months ago)
- Location:
- visual-portfolio
- Files:
-
- 10 edited
- 1 copied
-
tags/3.4.1 (copied) (copied from visual-portfolio/trunk)
-
tags/3.4.1/CHANGELOG.md (modified) (1 diff)
-
tags/3.4.1/class-visual-portfolio.php (modified) (2 diffs)
-
tags/3.4.1/classes/class-get-portfolio.php (modified) (1 diff)
-
tags/3.4.1/languages/visual-portfolio.pot (modified) (5 diffs)
-
tags/3.4.1/readme.txt (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/class-visual-portfolio.php (modified) (2 diffs)
-
trunk/classes/class-get-portfolio.php (modified) (1 diff)
-
trunk/languages/visual-portfolio.pot (modified) (5 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
visual-portfolio/tags/3.4.1/CHANGELOG.md
r3390302 r3393187 2 2 3 3 All notable changes to this project will be documented in this file. 4 5 = 3.4.1 - Nov 11, 2025 = 6 7 * fixed sticky posts appearing in Manual Selection posts source 8 * **Pro:** 9 * fixed option Ignore Sticky Posts incorrectly change output for Current Query and Custom Query posts sources 10 * fixed option Ignore Sticky Posts appear when Manual Selection posts source selected 4 11 5 12 = 3.4.0 - Nov 5, 2025 = -
visual-portfolio/tags/3.4.1/class-visual-portfolio.php
r3390302 r3393187 3 3 * Plugin Name: Visual Portfolio, Posts & Image Gallery 4 4 * Description: Modern gallery and portfolio plugin with advanced layouts editor. Clean and powerful gallery styles with enormous settings in the Gutenberg block. 5 * Version: 3.4. 05 * Version: 3.4.1 6 6 * Plugin URI: https://www.visualportfolio.com/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=byline 7 7 * Author: Visual Portfolio Team … … 19 19 20 20 if ( ! defined( 'VISUAL_PORTFOLIO_VERSION' ) ) { 21 define( 'VISUAL_PORTFOLIO_VERSION', '3.4. 0' );21 define( 'VISUAL_PORTFOLIO_VERSION', '3.4.1' ); 22 22 } 23 23 -
visual-portfolio/tags/3.4.1/classes/class-get-portfolio.php
r3390302 r3393187 1572 1572 $query_opts['post__in'] = $options['posts_ids']; 1573 1573 } 1574 1575 // Ignore sticky posts by default for manual selection. 1576 $query_opts['ignore_sticky_posts'] = true; 1574 1577 } elseif ( 'custom_query' === $options['posts_source'] ) { // Custom Query. 1575 1578 $query_opts['post_type'] = 'any'; -
visual-portfolio/tags/3.4.1/languages/visual-portfolio.pot
r3390302 r3393187 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Visual Portfolio, Posts & Image Gallery 3.4. 0\n"5 "Project-Id-Version: Visual Portfolio, Posts & Image Gallery 3.4.1\n" 6 6 "Report-Msgid-Bugs-To: https://github.com/nk-crew/visual-portfolio/issues\n" 7 7 "Last-Translator: Visual Portfolio\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-11- 05T10:19:44+00:00\n"12 "POT-Creation-Date: 2025-11-10T20:02:21+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" … … 1504 1504 msgstr "" 1505 1505 1506 #: classes/class-get-portfolio.php:210 11506 #: classes/class-get-portfolio.php:2104 1507 1507 #: gutenberg/blocks/sort/index.php:58 1508 1508 #: gutenberg/blocks/sort/edit.js:13 … … 1510 1510 msgstr "" 1511 1511 1512 #: classes/class-get-portfolio.php:210 21512 #: classes/class-get-portfolio.php:2105 1513 1513 #: gutenberg/blocks/sort/index.php:59 1514 1514 msgid "Sort by date (newest)" 1515 1515 msgstr "" 1516 1516 1517 #: classes/class-get-portfolio.php:210 31517 #: classes/class-get-portfolio.php:2106 1518 1518 #: gutenberg/blocks/sort/index.php:60 1519 1519 msgid "Sort by date (oldest)" 1520 1520 msgstr "" 1521 1521 1522 #: classes/class-get-portfolio.php:210 41522 #: classes/class-get-portfolio.php:2107 1523 1523 #: gutenberg/blocks/sort/index.php:61 1524 1524 msgid "Sort by title (A-Z)" 1525 1525 msgstr "" 1526 1526 1527 #: classes/class-get-portfolio.php:210 51527 #: classes/class-get-portfolio.php:2108 1528 1528 #: gutenberg/blocks/sort/index.php:62 1529 1529 msgid "Sort by title (Z-A)" … … 1531 1531 1532 1532 #. translators: %s - published in human format. 1533 #: classes/class-get-portfolio.php:223 11533 #: classes/class-get-portfolio.php:2234 1534 1534 msgid "%s ago" 1535 1535 msgstr "" -
visual-portfolio/tags/3.4.1/readme.txt
r3390302 r3393187 7 7 * Tested up to: 6.8 8 8 * Requires PHP: 7.2 9 * Stable tag: 3.4. 09 * Stable tag: 3.4.1 10 10 * License: GPLv2 or later 11 11 * License URI: <http://www.gnu.org/licenses/gpl-2.0.html> … … 324 324 325 325 ## Changelog ## 326 327 = 3.4.1 - Nov 11, 2025 = 328 329 * fixed sticky posts appearing in Manual Selection posts source 330 * **Pro:** 331 * fixed option Ignore Sticky Posts incorrectly change output for Current Query and Custom Query posts sources 332 * fixed option Ignore Sticky Posts appear when Manual Selection posts source selected 326 333 327 334 = 3.4.0 - Nov 5, 2025 = -
visual-portfolio/trunk/CHANGELOG.md
r3390302 r3393187 2 2 3 3 All notable changes to this project will be documented in this file. 4 5 = 3.4.1 - Nov 11, 2025 = 6 7 * fixed sticky posts appearing in Manual Selection posts source 8 * **Pro:** 9 * fixed option Ignore Sticky Posts incorrectly change output for Current Query and Custom Query posts sources 10 * fixed option Ignore Sticky Posts appear when Manual Selection posts source selected 4 11 5 12 = 3.4.0 - Nov 5, 2025 = -
visual-portfolio/trunk/class-visual-portfolio.php
r3390302 r3393187 3 3 * Plugin Name: Visual Portfolio, Posts & Image Gallery 4 4 * Description: Modern gallery and portfolio plugin with advanced layouts editor. Clean and powerful gallery styles with enormous settings in the Gutenberg block. 5 * Version: 3.4. 05 * Version: 3.4.1 6 6 * Plugin URI: https://www.visualportfolio.com/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=byline 7 7 * Author: Visual Portfolio Team … … 19 19 20 20 if ( ! defined( 'VISUAL_PORTFOLIO_VERSION' ) ) { 21 define( 'VISUAL_PORTFOLIO_VERSION', '3.4. 0' );21 define( 'VISUAL_PORTFOLIO_VERSION', '3.4.1' ); 22 22 } 23 23 -
visual-portfolio/trunk/classes/class-get-portfolio.php
r3390302 r3393187 1572 1572 $query_opts['post__in'] = $options['posts_ids']; 1573 1573 } 1574 1575 // Ignore sticky posts by default for manual selection. 1576 $query_opts['ignore_sticky_posts'] = true; 1574 1577 } elseif ( 'custom_query' === $options['posts_source'] ) { // Custom Query. 1575 1578 $query_opts['post_type'] = 'any'; -
visual-portfolio/trunk/languages/visual-portfolio.pot
r3390302 r3393187 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Visual Portfolio, Posts & Image Gallery 3.4. 0\n"5 "Project-Id-Version: Visual Portfolio, Posts & Image Gallery 3.4.1\n" 6 6 "Report-Msgid-Bugs-To: https://github.com/nk-crew/visual-portfolio/issues\n" 7 7 "Last-Translator: Visual Portfolio\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-11- 05T10:19:44+00:00\n"12 "POT-Creation-Date: 2025-11-10T20:02:21+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" … … 1504 1504 msgstr "" 1505 1505 1506 #: classes/class-get-portfolio.php:210 11506 #: classes/class-get-portfolio.php:2104 1507 1507 #: gutenberg/blocks/sort/index.php:58 1508 1508 #: gutenberg/blocks/sort/edit.js:13 … … 1510 1510 msgstr "" 1511 1511 1512 #: classes/class-get-portfolio.php:210 21512 #: classes/class-get-portfolio.php:2105 1513 1513 #: gutenberg/blocks/sort/index.php:59 1514 1514 msgid "Sort by date (newest)" 1515 1515 msgstr "" 1516 1516 1517 #: classes/class-get-portfolio.php:210 31517 #: classes/class-get-portfolio.php:2106 1518 1518 #: gutenberg/blocks/sort/index.php:60 1519 1519 msgid "Sort by date (oldest)" 1520 1520 msgstr "" 1521 1521 1522 #: classes/class-get-portfolio.php:210 41522 #: classes/class-get-portfolio.php:2107 1523 1523 #: gutenberg/blocks/sort/index.php:61 1524 1524 msgid "Sort by title (A-Z)" 1525 1525 msgstr "" 1526 1526 1527 #: classes/class-get-portfolio.php:210 51527 #: classes/class-get-portfolio.php:2108 1528 1528 #: gutenberg/blocks/sort/index.php:62 1529 1529 msgid "Sort by title (Z-A)" … … 1531 1531 1532 1532 #. translators: %s - published in human format. 1533 #: classes/class-get-portfolio.php:223 11533 #: classes/class-get-portfolio.php:2234 1534 1534 msgid "%s ago" 1535 1535 msgstr "" -
visual-portfolio/trunk/readme.txt
r3390302 r3393187 7 7 * Tested up to: 6.8 8 8 * Requires PHP: 7.2 9 * Stable tag: 3.4. 09 * Stable tag: 3.4.1 10 10 * License: GPLv2 or later 11 11 * License URI: <http://www.gnu.org/licenses/gpl-2.0.html> … … 324 324 325 325 ## Changelog ## 326 327 = 3.4.1 - Nov 11, 2025 = 328 329 * fixed sticky posts appearing in Manual Selection posts source 330 * **Pro:** 331 * fixed option Ignore Sticky Posts incorrectly change output for Current Query and Custom Query posts sources 332 * fixed option Ignore Sticky Posts appear when Manual Selection posts source selected 326 333 327 334 = 3.4.0 - Nov 5, 2025 =
Note: See TracChangeset
for help on using the changeset viewer.