From 739494ea48bfc3ad5b783926a5aa986091af274c Mon Sep 17 00:00:00 2001 From: Corey Salzano <938411+csalzano@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:53:44 -0500 Subject: [PATCH] Bumps version to 14.17.6. Bumps tested up to version to 6.7.1. Updates readme.txt. --- inventory-presser.php | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 15 +++++++++++---- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/inventory-presser.php b/inventory-presser.php index 0ce2fd7..51cd872 100644 --- a/inventory-presser.php +++ b/inventory-presser.php @@ -12,7 +12,7 @@ * Plugin Name: Inventory Presser * Plugin URI: https://inventorypresser.com * Description: Car listings with photo sliders for automobile and powersports dealerships. - * Version: 14.17.5 + * Version: 14.17.6 * Author: Friday Systems * Author URI: https://inventorypresser.com * Text Domain: inventory-presser @@ -21,8 +21,8 @@ * License URI: https://www.gnu.org/licenses/gpl-2.0.html * GitHub Plugin URI: https://github.com/fridaysystems/inventory-presser * Primary Branch: main - * Download URI: https://downloads.wordpress.org/plugin/inventory-presser.14.17.5.zip - * Download URI: https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.5.zip + * Download URI: https://downloads.wordpress.org/plugin/inventory-presser.14.17.6.zip + * Download URI: https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.6.zip */ if ( ! defined( 'INVP_PLUGIN_BASE' ) ) { @@ -32,7 +32,7 @@ define( 'INVP_PLUGIN_FILE_PATH', __FILE__ ); } if ( ! defined( 'INVP_PLUGIN_VERSION' ) ) { - define( 'INVP_PLUGIN_VERSION', '14.17.5' ); + define( 'INVP_PLUGIN_VERSION', '14.17.6' ); } if ( ! class_exists( 'Inventory_Presser_Plugin' ) ) { diff --git a/package-lock.json b/package-lock.json index e3e9602..92dcef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inventory-presser", - "version": "14.17.5", + "version": "14.17.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inventory-presser", - "version": "14.17.5", + "version": "14.17.6", "license": "GPL-2.0-only", "devDependencies": { "@wordpress/scripts": "^30.1.0", diff --git a/package.json b/package.json index 566f609..77fb255 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inventory-presser", - "version": "14.17.5", + "version": "14.17.6", "description": "Simple inventory listings & everything else", "main": "build/index.js", "scripts": { diff --git a/readme.txt b/readme.txt index c411b84..f64d2fa 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: salzano Tags: car dealer, car dealership, car listings, auto dealer, car sales Requires at least: 5.0.0 -Tested up to: 6.7 +Tested up to: 6.7.1 Requires PHP: 7.0.0 -Stable tag: 14.17.5 +Stable tag: 14.17.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -59,8 +59,8 @@ Adds listings and vehicle details pages to any theme. Comes with templates and p ### Downloads - * [https://downloads.wordpress.org/plugin/inventory-presser.14.17.5.zip](https://downloads.wordpress.org/plugin/inventory-presser.14.17.5.zip) - * [https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.5.zip](https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.5.zip) + * [https://downloads.wordpress.org/plugin/inventory-presser.14.17.6.zip](https://downloads.wordpress.org/plugin/inventory-presser.14.17.6.zip) + * [https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.6.zip](https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.6.zip) ### Requires 5.0.0 @@ -97,6 +97,10 @@ Yes. Visit our [Internationalization Guide](https://inventorypresser.com/docs/in == Changelog == += 14.17.6 = +* [Fixed] Fixes a bug that prevented the plugin from uninstalling properly. +* [Changed] Changes tested up to version number to 6.7.1. + = 14.17.5 = * [Fixed] Fixes a bug where adding a new vehicle in Classic Editor would not show all appropriate passenger vehicle meta boxes. * [Fixed] Fixes a bug that caused two plugin update notices for Inventory Presser add-ons in the plugins list. @@ -230,6 +234,9 @@ Yes. Visit our [Internationalization Guide](https://inventorypresser.com/docs/in == Upgrade Notice == += 14.17.6 = +Fixes a bug that prevented the plugin from uninstalling properly. Changes tested up to version number to 6.7.1. + = 14.17.5 = Fixes a bug where adding a new vehicle in Classic Editor would not show all appropriate passenger vehicle meta boxes. Fixes a bug that caused two plugin update notices for Inventory Presser add-ons in the plugins list.