Plugin Directory

Changeset 3192553


Ignore:
Timestamp:
11/19/2024 06:39:00 PM (17 months ago)
Author:
fridaysystems
Message:

Adding version 14.17.4

Location:
inventory-presser/trunk
Files:
5 edited

Legend:

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

    r3183316 r3192553  
    4747        // uninstall.php doesn't load the whole plugin but calls this method.
    4848        if ( ! class_exists( 'Inventory_Presser_Allow_Inventory_As_Home_Page' ) ) {
     49            // During uninstall.php runs, the main plugin file is not loaded.
     50            if ( ! defined( 'INVP_PLUGIN_FILE_PATH' ) ) {
     51                define( 'INVP_PLUGIN_FILE_PATH', dirname( __DIR__ ) . '/inventory-presser.php' );
     52            }
    4953            include_once plugin_dir_path( INVP_PLUGIN_FILE_PATH ) . 'includes/class-allow-inventory-as-home-page.php';
    5054        }
  • inventory-presser/trunk/inventory-presser.php

    r3184172 r3192553  
    1313 * Plugin URI: https://inventorypresser.com
    1414 * Description: Car listings with photo sliders for automobile and powersports dealerships.
    15  * Version: 14.17.3
     15 * Version: 14.17.4
    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.17.3.zip
    25  * Download URI: https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.3.zip
     24 * Download URI: https://downloads.wordpress.org/plugin/inventory-presser.14.17.4.zip
     25 * Download URI: https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.4.zip
    2626 */
    2727
     
    3333}
    3434if ( ! defined( 'INVP_PLUGIN_VERSION' ) ) {
    35     define( 'INVP_PLUGIN_VERSION', '14.17.3' );
     35    define( 'INVP_PLUGIN_VERSION', '14.17.4' );
    3636}
    3737
  • inventory-presser/trunk/package-lock.json

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

    r3184172 r3192553  
    11{
    22    "name": "inventory-presser",
    3     "version": "14.17.3",
     3    "version": "14.17.4",
    44    "description": "Simple inventory listings & everything else",
    55    "main": "build/index.js",
  • inventory-presser/trunk/readme.txt

    r3184172 r3192553  
    33Tags: car dealer, car dealership, car listings, auto dealer, car sales
    44Requires at least: 5.0.0
    5 Tested up to: 6.6.2
     5Tested up to: 6.7
    66Requires PHP: 7.0.0
    7 Stable tag: 14.17.3
     7Stable tag: 14.17.4
    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.17.3.zip](https://downloads.wordpress.org/plugin/inventory-presser.14.17.3.zip)
    63  * [https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.3.zip](https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.3.zip)
     62 * [https://downloads.wordpress.org/plugin/inventory-presser.14.17.4.zip](https://downloads.wordpress.org/plugin/inventory-presser.14.17.4.zip)
     63 * [https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.4.zip](https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.4.zip)
    6464
    6565
     
    9797
    9898== Changelog ==
     99
     100= 14.17.4 =
     101* [Fixed] Fixes a bug that prevented the plugin from deleting data during uninstallation.
     102* [Changed] Changes tested up to version number to 6.7.
    99103
    100104= 14.17.3 =
     
    223227== Upgrade Notice ==
    224228
     229= 14.17.4 =
     230Fixes a bug that prevented the plugin from deleting data during uninstallation. Changes tested up to version number to 6.7.
     231
    225232= 14.17.3 =
    226233Fixes bug introduced in 14.17.2. Stops escaping HTML in invp_get_the_location_sentence() twice.
Note: See TracChangeset for help on using the changeset viewer.