Skip to content

Commit

Permalink
Bumps version to 14.18.0. Updates readme.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
csalzano committed Dec 5, 2024
1 parent 67306f1 commit 1b94e12
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 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.6
* Version: 14.18.0
* 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.6.zip
* Download URI: https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.6.zip
* Download URI: https://downloads.wordpress.org/plugin/inventory-presser.14.18.0.zip
* Download URI: https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.18.0.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.6' );
define( 'INVP_PLUGIN_VERSION', '14.18.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.17.6",
"version": "14.18.0",
"description": "Simple inventory listings & everything else",
"main": "build/index.js",
"scripts": {
Expand Down
17 changes: 14 additions & 3 deletions 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
Requires at least: 5.0.0
Tested up to: 6.7.1
Requires PHP: 7.0.0
Stable tag: 14.17.6
Stable tag: 14.18.0
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.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)
* [https://downloads.wordpress.org/plugin/inventory-presser.14.18.0.zip](https://downloads.wordpress.org/plugin/inventory-presser.14.18.0.zip)
* [https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.18.0.zip](https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.18.0.zip)


### Requires 5.0.0
Expand Down Expand Up @@ -97,6 +97,14 @@ Yes. Visit our [Internationalization Guide](https://inventorypresser.com/docs/in

== Changelog ==

= 14.18.0 =
* [Added] Adds the description field to the Attributes meta box in the Classic Editor.
* [Fixed] Fixes a bug that prevented transients holding vehicle photo arrays from being deleted.
* [Fixed] Stops adding photo HTML to the post body in the Classic Editor when the Add Media button is used to attach a photo to a vehicle.
* [Fixed] Fixes a bug when renumbering photos during uploads.
* [Fixed] Fixes a bug that would remove a newly-added Featured Image when users press Save draft in the Classic Editor.
* [Fixed] Prevents Divi from clobbering our Gallery Block in new vehicle posts in the Block Editor with their "Build Your Layout Using Divi" nag.

= 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.
Expand Down Expand Up @@ -234,6 +242,9 @@ Yes. Visit our [Internationalization Guide](https://inventorypresser.com/docs/in

== Upgrade Notice ==

= 14.18.0 =
Adds the description field to the Attributes meta box in the Classic Editor. Fixes a bug that prevented transients holding vehicle photo arrays from being deleted. Stops adding photo HTML to the post body in the Classic Editor when the Add Media button is used to attach a photo to a vehicle. Fixes a bug when renumbering photos during uploads. Fixes a bug that would remove a newly-added Featured Image when users press Save draft in the Classic Editor. Prevents Divi from clobbering our Gallery Block in new vehicle posts in the Block Editor with their "Build Your Layout Using Divi" nag.

= 14.17.6 =
Fixes a bug that prevented the plugin from uninstalling properly. Changes tested up to version number to 6.7.1.

Expand Down

0 comments on commit 1b94e12

Please sign in to comment.