Skip to content

Commit

Permalink
Bumps version number to 14.7.1. Updates readme.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
csalzano committed Mar 21, 2023
1 parent 57950da commit d5150ca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion inventory-presser.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Inventory Presser
* Plugin URI: https://inventorypresser.com
* Description: Inventory listings and photo sliders for automobile and powersports dealerships.
* Version: 14.7.0
* Version: 14.7.1
* Author: Friday Systems
* Author URI: https://inventorypresser.com
* Text Domain: inventory-presser
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.7.0",
"version": "14.7.1",
"description": "Manage and market a dealership inventory",
"main": "build/index.js",
"directories": {
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: car dealer, inventory management, vehicle, automobile, dealership, lot, mo
Requires at least: 5.0.0
Tested up to: 6.1.1
Requires PHP: 7.0.0
Stable tag: 14.7.0
Stable tag: 14.7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -72,6 +72,9 @@ Yes. Check out our [Theme Compatibility Guide](https://inventorypresser.com/docs

== Changelog ==

= 14.7.1 =
* [Fixed] Fixes a bug when checking for saved listings pages.

= 14.7.0 =
* [Added] Adds postmeta fields `inventory_presser_rate` and `inventory_presser_term` to the vehicle post type for dealers outside the USA where displaying financing terms without a disclosure may be legal.
* [Added] Adds a "No filter" option to the Additional Listings Pages feature to allow the creation of full, unfiltered archive pages at any URL.
Expand Down Expand Up @@ -121,7 +124,7 @@ Yes. Check out our [Theme Compatibility Guide](https://inventorypresser.com/docs

== Upgrade Notice ==

= 14.7.0 =
= 14.7.1 =
Adds postmeta fields `inventory_presser_rate` and `inventory_presser_term` to the vehicle post type for dealers outside the USA where displaying financing terms without a disclosure may be legal. Adds a "No filter" option to the Additional Listings Pages feature to allow the creation of full, unfiltered archive pages at any URL. Adds a toggle switch to Additional Listings Pages so rules can be saved in an inactive state. Adds a "contains" comparison operator and "Options" to the list of comparison fields in Additional Listings Pages filter rules. Adds a parameter to the [invp_inventory_grid] shortcode to suppress "Call for price" if the sitewide price display setting is ${Price}. This restores behavior produced by a bug described below. Fixes a bug in the [invp_inventory_grid] shortcode that prevented "Call for price" from displaying if show_captions and show_prices were both true and the price display setting sitewide is ${Price}. Fixes syntax errors that impact old versions of PHP including 7.2. Fixes bugs in multiple shortcodes that prevented true/false parameter values from working the way users expect. "true", "1", and 1 are all now working. Likewise with false values "false", "0", and 0. Renames the Additional Listings Pages feature to Listings Pages.

= 14.6.0 =
Expand Down

0 comments on commit d5150ca

Please sign in to comment.