Skip to content

Commit

Permalink
Bumps version to 14.13.0. Updates readme.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
csalzano committed Apr 22, 2024
1 parent 3191aa9 commit 713e248
Show file tree
Hide file tree
Showing 4 changed files with 9 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.7
* Version: 14.13.0
* 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.7' );
define( 'INVP_PLUGIN_VERSION', '14.13.0' );
}

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.7",
"version": "14.13.0",
"description": "Simple inventory listings & everything else",
"main": "build/index.js",
"directories": {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: car dealer, car dealership, car listings, auto dealer, car sales, car lot,
Requires at least: 5.0.0
Tested up to: 6.5.2
Requires PHP: 7.0.0
Stable tag: 14.12.7
Stable tag: 14.13.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -153,6 +153,9 @@ Yes. Visit our [Internationalization Guide](https://inventorypresser.com/docs/in

== Upgrade Notice ==

= 14.13.0 =
Updates WP All Import integration to detect comma-delimited options. Previously, only pipe-delimited options were split into the meta field during imports. Fixes a bug in the "hours today" sentence. Stops using the PHP function jddayofweek().

= 14.12.7 =
Fixes a bug introduced in 14.12.6 that broke this plugin's Block Editor sidebar.

Expand Down

0 comments on commit 713e248

Please sign in to comment.