Skip to content

v3.7.20

Choose a tag to compare

@nurul-umbhiya nurul-umbhiya released this 08 Jun 08:34
· 1906 commits to develop since this release

= v3.7.20 ( Jun 8, 2023 ) =

  • new: Added two new filter hooks named dokan_get_vendor_orders_args and dokan_get_vendor_orders to filter vendor’s order data.
    You can now filter orders returned by the dokan()->order->all() method using the dokan_get_vendor_orders hook.
  • new: Added a new filter named dokan_get_new_post_status for the function dokan_get_new_post_status()
    Now you’ll be able to use your desired status for new products created by vendors using this filter.
  • fix: Fixed a security issue related to insecure deserialization in the Dummy Data importer API endpoint.
  • fix: Resolved an issue where the dokan_is_seller_dashboard() method was returning false when called from a WP Post Query Loop.
  • fix: Ensured that the correct order status is displayed for vendors after updating an order.
    Previously, in some cases, plugin or theme authors would hook into actions like woocommerce_order_status_changed and change the order status after it had been updated by the vendor. This update ensures that the correct order status is displayed to vendors after they update an order. Thanks to https://github.com/rmilesson for your contribution to fixing this issue.
  • fix: Resolved an issue where store categories filtering was not showing proper results due to nonce validation fails.
    Previously, when using store categories as a direct link to filter vendors with no valid nonce key attached to it, the filtering was not working correctly and vendors were not being displayed under their assigned store category. This issue has been addressed and store categories filtering now shows the correct results.
  • fix: Resolved inconsistent behavior of pagination on the Single Store Page.
    Previously, there were several issues with the pagination on the Single Store Page, including the “Previous” text displaying like the “Next” icon, the Last Page Menu icon not showing when all menus were visible, and the Active Page Menu background color not changing from the 4th page. These issues have been addressed and the pagination behavior is now consistent.
  • fix: Resolved an issue where the discounted price field was not displayed correctly according to the theme used.
    Previously, when viewing the “Add/Edit a product” page on the Vendor Dashboard, the discounted price field was not displayed in the same way as the price field box when using certain themes. This issue has been addressed and the discounted price field now displays correctly according to the theme used.
  • fix: [AdminSetupWizard] The custom withdrawal method is now conditionally displayed in the admin setup wizard.
    Previously, the custom withdrawal method could not be enabled in the wizard because it required the method name and type to be populated. Now, if the admin has previously saved these values, the custom withdrawal method will be displayed and can be activated in the wizard.