Plugin Directory

Changeset 3225811


Ignore:
Timestamp:
01/20/2025 07:53:14 PM (15 months ago)
Author:
fridaysystems
Message:

Adding version 14.18.3

Location:
inventory-presser/trunk
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • inventory-presser/trunk/includes/shortcode/class-shortcode-archive.php

    r3212233 r3225811  
    111111                $output   .= apply_shortcodes( $shortcode );
    112112            }
     113
     114            /**
     115             * Paged navigation. Overwrite the global query with this shortcode's
     116             * query so the core pagination functions work as expected. The
     117             * query is rest on the following line outside this condition block.
     118             */
     119            global $wp_query;
     120            $wp_query = $vehicles_query;
     121            $output  .= INVP::get_paging_html();
    113122        } else {
    114123            /**
     
    131140        }
    132141
    133         // Paged navigation.
    134         $output .= INVP::get_paging_html();
    135 
    136         // Restore original post data.
    137         wp_reset_postdata();
     142        // Restore original query & post data.
     143        wp_reset_query();
    138144
    139145        return $output;
  • inventory-presser/trunk/inventory-presser.php

    r3212233 r3225811  
    1313 * Plugin URI: https://inventorypresser.com
    1414 * Description: Car listings with photo sliders for automobile and powersports dealerships.
    15  * Version: 14.18.2
     15 * Version: 14.18.3
    1616 * Author: Friday Systems
    1717 * Author URI: https://inventorypresser.com
     
    2222 * GitHub Plugin URI: https://github.com/fridaysystems/inventory-presser
    2323 * Primary Branch: main
    24  * Download URI: https://downloads.wordpress.org/plugin/inventory-presser.14.18.2.zip
    25  * Download URI: https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.18.2.zip
     24 * Download URI: https://downloads.wordpress.org/plugin/inventory-presser.14.18.3.zip
     25 * Download URI: https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.18.3.zip
    2626 */
    2727
     
    3333}
    3434if ( ! defined( 'INVP_PLUGIN_VERSION' ) ) {
    35     define( 'INVP_PLUGIN_VERSION', '14.18.2' );
     35    define( 'INVP_PLUGIN_VERSION', '14.18.3' );
    3636}
    3737
  • inventory-presser/trunk/languages/inventory-presser-en-GB.po

    r3212233 r3225811  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Inventory Presser 14.18.2\n"
     3"Project-Id-Version: Inventory Presser 14.18.3\n"
    44"Report-Msgid-Bugs-To: corey@friday.systems\n"
    55"Last-Translator: Corey Salzano <corey@friday.systems>\n"
  • inventory-presser/trunk/languages/inventory-presser-es-CL.po

    r3212233 r3225811  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Inventory Presser 14.18.2\n"
     3"Project-Id-Version: Inventory Presser 14.18.3\n"
    44"Report-Msgid-Bugs-To: corey@friday.systems\n"
    55"Last-Translator: Corey Salzano <corey@friday.systems>\n"
  • inventory-presser/trunk/languages/inventory-presser-es-CO.po

    r3212233 r3225811  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Inventory Presser 14.18.2\n"
     3"Project-Id-Version: Inventory Presser 14.18.3\n"
    44"Report-Msgid-Bugs-To: corey@friday.systems\n"
    55"Last-Translator: Corey Salzano <corey@friday.systems>\n"
  • inventory-presser/trunk/languages/inventory-presser-es-MX.po

    r3212233 r3225811  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Inventory Presser 14.18.2\n"
     3"Project-Id-Version: Inventory Presser 14.18.3\n"
    44"Report-Msgid-Bugs-To: corey@friday.systems\n"
    55"Last-Translator: Corey Salzano <corey@friday.systems>\n"
  • inventory-presser/trunk/languages/inventory-presser-es.po

    r3212233 r3225811  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Inventory Presser 14.18.2\n"
     3"Project-Id-Version: Inventory Presser 14.18.3\n"
    44"Report-Msgid-Bugs-To: corey@friday.systems\n"
    55"Last-Translator: Corey Salzano <corey@friday.systems>\n"
  • inventory-presser/trunk/languages/inventory-presser-nl.po

    r3212233 r3225811  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Inventory Presser 14.18.2\n"
     3"Project-Id-Version: Inventory Presser 14.18.3\n"
    44"Report-Msgid-Bugs-To: corey@friday.systems\n"
    55"Last-Translator: Corey Salzano <corey@friday.systems>\n"
  • inventory-presser/trunk/languages/inventory-presser-nl_NL.po

    r3212233 r3225811  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Inventory Presser 14.18.2\n"
     5"Project-Id-Version: Inventory Presser 14.18.3\n"
    66"Report-Msgid-Bugs-To: corey@friday.systems\n"
    77"Last-Translator: Corey Salzano <corey@friday.systems>\n"
  • inventory-presser/trunk/languages/inventory-presser.pot

    r3212233 r3225811  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Inventory Presser 14.18.2\n"
     5"Project-Id-Version: Inventory Presser 14.18.3\n"
    66"Report-Msgid-Bugs-To: corey@friday.systems\n"
    77"Last-Translator: Corey Salzano <corey@friday.systems>\n"
  • inventory-presser/trunk/package-lock.json

    r3212233 r3225811  
    11{
    22    "name": "inventory-presser",
    3     "version": "14.18.2",
     3    "version": "14.18.3",
    44    "lockfileVersion": 3,
    55    "requires": true,
     
    77        "": {
    88            "name": "inventory-presser",
    9             "version": "14.18.2",
     9            "version": "14.18.3",
    1010            "license": "GPL-2.0-only",
    1111            "devDependencies": {
  • inventory-presser/trunk/package.json

    r3212233 r3225811  
    11{
    22    "name": "inventory-presser",
    3     "version": "14.18.2",
     3    "version": "14.18.3",
    44    "description": "Simple inventory listings & everything else",
    55    "main": "build/index.js",
  • inventory-presser/trunk/readme.txt

    r3212233 r3225811  
    55Tested up to: 6.7.1
    66Requires PHP: 7.0.0
    7 Stable tag: 14.18.2
     7Stable tag: 14.18.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6060### Downloads
    6161
    62  * [https://downloads.wordpress.org/plugin/inventory-presser.14.18.2.zip](https://downloads.wordpress.org/plugin/inventory-presser.14.18.2.zip)
    63  * [https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.18.2.zip](https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.18.2.zip)
     62 * [https://downloads.wordpress.org/plugin/inventory-presser.14.18.3.zip](https://downloads.wordpress.org/plugin/inventory-presser.14.18.3.zip)
     63 * [https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.18.3.zip](https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.18.3.zip)
    6464
    6565
     
    9797
    9898== Changelog ==
     99
     100= 14.18.3 =
     101* [Fixed] Fixes a bug in the [invp_archive] shortcode preventing pagination from working as expected.
    99102
    100103= 14.18.2 =
     
    254257== Upgrade Notice ==
    255258
     259= 14.18.3 =
     260Fixes a bug in the [invp_archive] shortcode preventing pagination from working as expected.
     261
    256262= 14.18.2 =
    257263Fixes a bug in the [invp_archive] shortcode. Stops adding a meta_key parameter to the posts query when found in the orderby query variable when the value found in orderby is "meta_value". Fixes a bug in the [invp_archive_vehicle] shortcode. Stops escaping the return value of invp_get_the_price(). The value is already escaped for HTML. Fixes a bug in the [invp_single_vehicle] shortcode. Allows the invp_no_photo_url filter to work on vehicle singles.
Note: See TracChangeset for help on using the changeset viewer.