Skip to content

Releases: fridaysystems/inventory-presser

v13.8.0

02 May 16:13
Compare
Choose a tag to compare
  • [Added] Adds template tags invp_get_the_last_modified() and invp_get_raw_last_modified()
  • [Added] Registers all scripts and styles on the enqueue_block_editor_assets hook so blocks can use them
  • [Fixed] Adds & implements iFrameResizer.js in the [invp_iframe] shortcode instead of relying on the themes like _dealer to provide the library and resize iframes
  • [Fixed] Bug fix when looking for an SVG file path in the Carfax Widget
  • [Fixed] Bug fix in the invp_get_the_transmission_speeds() template tag. The single $post_id argument is now optional, matching all other template tags.

v13.7.1

28 Mar 16:41
Compare
Choose a tag to compare
  • [Added] Adds Carfax settings to the inv_blocks JavaScript object so that upcoming blocks can make use of the values.
  • [Fixed] Bug fix in the template tag invp_get_the_fuel_economy_value(), specify fuel 1 or 2 when retrieving the value.
  • [Fixed] Adds CSS classes to the NextGear inspection report button so it matches the View Details button in archives.
  • [Fixed] Fixes the Sort Vehicles By setting when "Date entered" or "Last modified" is chosen. These keys did not previously work.
  • [Fixed] Fixes the registration of the new REST route at /wp-json/invp/v1/settings to specify a missing permission_callback.
  • [Fixed] Bug fix in block category creation. Instead of all blocks ending up in "Widgets", they now correctly group under "Inventory Presser". This was intended for 13.7.0 but didn't get shipped somehow.
  • [Fixed] Avoid throwing warnings in the Map, Inventory Grid, and Inventory Slider widgets when widget settings and attributes are not provided or are unavailable.
  • [Fixed] Allows our template provider class to help vehicle details pages work on more themes out of the box. No longer limits our hook on the_content to only run once for themes that fetch post content and apply the filter multiple times.
  • [Fixed] Fixes the plugin update nag HTML for add-ons to better match the core plugin update nags. Removes a condition clause that was preventing the nag from showing on network admin plugin pages.
  • [Changed] Changes tested up to version number to 5.9.2.

v13.7.0

09 Feb 14:40
Compare
Choose a tag to compare
  • [Added] Adds a shortcode [invp_vin] that outputs the value of the template tag invp_get_the_vin()
  • [Added] Adds a REST API route at /wp-json/invp/v1/settings to expose the core "Show Carfax buttons" switch
  • [Fixed] Bug fix in block category creation. Instead of all blocks ending up in "Widgets", they now correctly group under "Inventory Presser"
  • [Fixed] Prevents non-numeric characters from being entered in the Odometer field in the editor sidebar
  • [Fixed] Prevent the Delete all Vehicles feature from deleting vehicles more than once if the user reloads the page after using the feature
  • [Fixed] Starts populating the inventory_presser_date_entered meta value when vehicles are saved

v13.6.0

13 Jan 18:06
Compare
Choose a tag to compare
  • [Added] Adds a template tag invp_is_featured()
  • [Fixed] Allows taxonomy filters to work when using the [invp_archive] shortcode at /inventory
  • [Fixed] Adds support for querystring filters min_price, max_price, and max_odometer to the [invp_archive] shortcode
  • [Fixed] Adds support for the Sort By setting and querystring parameters orderby and order to the [invp_archive] shortcode
  • [Changed] Changes the "was now discount" price display to fallback to showing the price when the MSRP is empty or the difference is not a positive discount. Previously, the setting would fallback to "Call for Price" even if a price value was available.

v13.5.2

10 Dec 16:33
Compare
Choose a tag to compare
  • [Fixed] Fixes a bug when checking if a photo already has a sequence number
  • [Fixed] Fixes a bug introduced in 13.5.1 when checking plugin update responses
  • [Fixed] Fixes a bug when renumbering all photos when a user deletes one in the dashboard
  • [Changed] Removes all get_post_meta() calls in favor of template tags or INVP::get_meta() calls
  • [Changed] Now shows the Delete all Vehicles link on the Plugins page all the time without checking if there are vehicles first

v13.5.1

08 Dec 20:12
Compare
Choose a tag to compare
Version 13.5.1

v13.5.0

29 Nov 16:37
Compare
Choose a tag to compare
  • Renames the Google Map widget to Google Map (legacy). It still works for an unknown amount of time.
  • Adds a Google Map widget. This new widget implements the v3 JavaScript API and requires an API key.
  • Adds street address, street address line two, city, state, and zip fields to the Edit form when editing a term in the locations taxonomy. Allows users to specify and save the pieces of the address instead of the whole, multi-line address we store in the term description. This makes latitude and longitude decoding more accessible to users. When a location term is saved, these meta values are used to populate the term description.