Skip to content

Commit

Permalink
Bumps version to 14.12.3. Updates readme.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
csalzano committed Jan 12, 2024
1 parent bddfbf7 commit 2f7580e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 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.12.2
* Version: 14.12.3
* Author: Friday Systems
* Author URI: https://inventorypresser.com
* Text Domain: inventory-presser
Expand All @@ -28,7 +28,7 @@
define( 'INVP_PLUGIN_FILE_PATH', __FILE__ );
}
if ( ! defined( 'INVP_PLUGIN_VERSION' ) ) {
define( 'INVP_PLUGIN_VERSION', '14.12.2' );
define( 'INVP_PLUGIN_VERSION', '14.12.3' );
}

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.12.2",
"version": "14.12.3",
"description": "Simple inventory listings & everything else",
"main": "build/index.js",
"directories": {
Expand Down
9 changes: 8 additions & 1 deletion 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.4.2
Requires PHP: 7.0.0
Stable tag: 14.12.2
Stable tag: 14.12.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 14.12.3 =
* [Fixed] Fixes a CSS bug in the inventory grid shortcode and widget.
* [Fixed] Fixes a bug causing duplicate search results since 14.12.2.

= 14.12.2 =
* [Fixed] Fixes a bug in the photo rearranger Gallery Block when comparing photo numbers.
* [Fixed] Fixes a bug when saving vehicles to prevent duplicate meta values for meta registered as singles.
Expand Down Expand Up @@ -234,6 +238,9 @@ Yes. Check out our [Theme Compatibility Guide](https://inventorypresser.com/docs

== Upgrade Notice ==

= 14.12.3 =
Fixes a CSS bug in the inventory grid shortcode and widget. Fixes a bug causing duplicate search results in some themes since 14.12.2.

= 14.12.2 =
Fixes a bug in the photo rearranger Gallery Block when comparing photo numbers. Fixes a bug when saving vehicles to prevent duplicate meta values for meta registered as singles. Fixes a bug where all search queries sitewide were joined to the taxonomy term tables. Vehicle data in terms is mirrored in post meta, so this was no longer necessary. Fixes a JavaScript bug when loading photo sliders on vehicle singles where the vehicle only has one photo and a carousel is not displayed. Stops adding a querystring containing the photo has to photo link URLs.

Expand Down

0 comments on commit 2f7580e

Please sign in to comment.