Skip to content

Commit

Permalink
Bumps version to 14.17.6. Bumps tested up to version to 6.7.1. Update…
Browse files Browse the repository at this point in the history
…s readme.txt.
  • Loading branch information
csalzano committed Nov 26, 2024
1 parent 831e63c commit 739494e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
8 changes: 4 additions & 4 deletions inventory-presser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' ) ) {
Expand All @@ -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' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
15 changes: 11 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 739494e

Please sign in to comment.