Skip to content

Releases: fridaysystems/inventory-presser

v14.15.0

10 Jul 19:25
Compare
Choose a tag to compare

Changelog

  • [Added] Adds a setting Provide Templates at Vehicles > Options. Lets users toggle the provided templates for archive and single vehicles.
  • [Added] Adds WS Form to the list of recognized form builders in the Singles Contact Form setting.
  • [Fixed] Bug fix. Fixes the Add Listings Page button in the settings. This button stopped adding a new row to the Listings Pages table in 14.14.0.
  • [Changed] Edits WP All Import integration to detect semicolon as an option delimiter in addition to pipes and commas.
  • [Changed] Changes tested up to version number to 6.5.5.

Translator word count

3,709

2,144 plugin
1,565 readme

v14.13.0

22 Apr 18:27
Compare
Choose a tag to compare
  • [Added] Updates WP All Import integration to detect comma-delimited options. Previously, only pipe-delimited options were split into the meta field during imports.
  • [Fixed] Fixes a bug in the "hours today" sentence. Stops using the PHP function jddayofweek().

v14.12.7

22 Apr 18:26
Compare
Choose a tag to compare
  • [Fixed] Fixes a bug introduced in 14.12.6 that broke this plugin's Block Editor sidebar.

v14.12.6

22 Apr 18:26
Compare
Choose a tag to compare
  • [Added] Adds an ID parameter to the [invp_photo_slider] shortcode so it can be used on any page.
  • [Fixed] Fixes a bug that caused an intermittent error in the Block editor "Updating failed. The response is not a valid JSON response."
  • [Fixed] Stops showing the Vehicles admin bar item to logged in users who cannot edit posts.
  • [Fixed] Fixes bugs in the [invp_inventory_slider] shortcode so it operates more closely like the widget. Adds a showcount parameter
  • [Fixed] Fixes a bug that redirected 404 vehicle requests in the dashboard to the front end error page instead of the empty posts list.
  • [Changed] Changes tested up to version to 6.5.2.

v14.12.5

04 Apr 14:45
Compare
Choose a tag to compare
  • [Added] Adds support for marking vehicles "Sale pending". Adds a term to the Availability taxonomy during plugin activation. Adds a template tag invp_is_pending(). Shows "Sale pending" instead of any price.
  • [Fixed] Removes valid html title opening tags from readme.txt and changelog.txt. These files can more easily be more easily embedded in web pages.
  • [Changed] Changes tested up to version to 6.5.0.

v14.12.3

13 Jan 15:07
Compare
Choose a tag to compare
  • 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.

v14.11.2

25 Sep 13:23
Compare
Choose a tag to compare
  • [Fixed] Compatibility fixes for WordPress 6.3. Stops using the enqueue_block_editor_assets hook in favor of the new enqueue_block_assets. Stops using the post__not_in query variable on the parse_query hook.
  • [Fixed] Compatibility fixes for PHP 8.1. Stop sending null to the first parameter of strpos(). Stop sending a non-string file name to wp_get_image_mime().
  • [Fixed] Prevent queries from returning an unlimited number of posts. Caps queries for vehicle photos to 1000.
  • [Fixed] Fixes the Grid Widget to obey the "Newest vehicles first" setting.
  • [Fixed] Fixes in the "down & payment" price display option that prevented down payments and payment frequencies from displaying.
  • [Fixed] Fixes in database queries to always use the proper table prefix.

v14.11.1

14 Jul 18:47
Compare
Choose a tag to compare
  • [Fixed] Reduces the number of database queries required when adding cache-busting querystrings to photo URLs.
  • [Fixed] Adds caching in invp_get_the_photos() for 5 minutes to reduce database queries. Makes sure invp_get_the_photos() always populates URLs regardless of what sizes are requested.
  • [Fixed] Bug fix in INVP::sluggify(). Do not allow a string that starts with a symbol to create a slug that starts with a hyphen.
  • [Fixed] Updates screenshot #3 so the admin menu shown matches what users will see.

v14.11.0

29 Jun 13:51
Compare
Choose a tag to compare
  • [Added] Adds a fullscreen mode to flexsliders so large vehicle photos can bust out of their containers when tapped by users.
  • [Fixed] Cleans up flexslider JavaScript to use much less jQuery and wait for slow images to load before attempting resizes.
  • [Fixed] Fixes a bug where paging was broken for Listings Pages defined at Vehicles → Options.
  • [Fixed] Makes more strings translateable, adds more taxonomy term labels so the Block Editor stops showing "category" instead of "make", "model", etc.
  • [Fixed] Allows more than 30 meta keys in the Custom Fields editor panel when editing vehicles.
  • [Fixed] Adds a Contact Form 7 mail tag [invp_adf_vendor] to integrate the location taxonomy into ADF XML leads. More details at https://inventorypresser.com/docs/contact-form-7-integration/how-to-send-adf-xml-leads-using-contact-form-7/
  • [Fixed] Fixes a CSS issue that caused the Annual fuel consumption line to overlap the combined, city, and highway figures in the Fuel Economy widget.

v14.7.1

21 Mar 14:24
Compare
Choose a tag to compare
  • [Fixed] Fixes a bug when checking for saved listings pages.