This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Version 4.2.0
- Added
get_wpd_all_image_sizeshelper function inincludes/functions/wp-dispensary-general-functions.php - Added
get_wpd_product_price_highhelper function inincludes/functions/wp-dispensary-pricing-functions.php - Added
get_wpd_product_price_lowhelper function inincludes/functions/wp-dispensary-pricing-functions.php - Added
wpd_product_ratings_detailshelper function inincludes/functions/wp-dispensary-product-functions.php - Added
get_wpd_product_ratings_starshelper function inincludes/functions/wp-dispensary-product-functions.php - Added
wpd_shortcodes_product_titlefilter inadmin/wp-dispensary-shortcodes.php - Added excerpt to the products post type in
admin/wp-dispensary-products-post-type.php - Added new product ratings feature in
admin/wp-dispensary-product-reviews.php - Added product ratings to schema details in
includes/functions/wp-dispensary-product-functions.php - Added product ratings details to REST API in
admin/wp-dispensary-rest-api.php - Added product ratings stars to
wpd_menushortcode inadmin/wp-dispensary-product-reviews.php - Added product SKU metadata option in
admin/metaboxes/wpd-metabox-product-details.php - Added product SKU metadata to table data output in
admin/wp-dispensary-data-output.php - Added product SKU metadata to REST API in
admin/wp-dispensary-rest-api.php - Bugfix for metadata not saving in
admin/metaboxes/wpd-metabox-compound-details.php - Bugfix for metadata not saving in
admin/metaboxes/wpd-metabox-grower-details.php - Bugfix for metadata not saving in
admin/metaboxes/wpd-metabox-product-details.php - Bugfix for metadata not saving in
admin/metaboxes/wpd-metabox-product-prices.php - Bugfix for metadata not saving in
admin/metaboxes/wpd-metabox-product-type.php - Bugfix for product type dropdown displaying on more screens than just products in
admin/wp-dispensary-admin-screens.php - Updated pre_get_posts for product archive and search results in
admin/wp-dispensary-admin-screens.php - Updated product schema to include SKU, description and brand itemtype's in
includes/functions/wp-dispensary-product-functions.php - Updated product schema price to utilize AggregateOffer option when needed in
includes/functions/wp-dispensary-product-functions.php - Updated
get_wpd_product_imageto include width/height in HTML inincludes/functions/wp-dispensary-product-functions.php - Updated JS for star rating selection when leaving a review in
public/assets/js/wp-dispensary-public.js - Updated carousel slider text to center align in
public/assets/sass/slick-slider/_slick.scss - Updated wpd_menu shortcode styles for the new star ratings in
public/assets/sass/shortcodes/_shortcodes.scss - Updated product widget to include star ratings in
admin/widgets/wpd-widget-products.php - Updated
.potfiles with text strings for localization inlanguages/ - WordPress Coding Standards updates in multiple files throughout the plugin
- General code cleanup throughout various files in the plugin