Skip to content

Releases: getdokan/dokan

v3.11.3

10 Jun 08:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.2...v3.11.3

v3.11.2

27 May 10:16
Compare
Choose a tag to compare

v3.11.2 ( May 27, 2024 )

  • update: WooCommerce 8.9.1 Compatibility added.

v3.11.1

16 May 07:59
Compare
Choose a tag to compare

v3.11.1 ( May 16, 2024 )

  • new: Action hook dokan_dashboard_sidebar_start added.
  • new: Action hook dokan_dashboard_sidebar_end added.

v3.11.0

10 May 03:42
Compare
Choose a tag to compare

v3.11.0 ( May 10, 2024 )

  • fix: The status of sub-orders does not update to completed if it contains only virtual products.

v3.10.4

25 Apr 03:59
Compare
Choose a tag to compare
  • fix: Vendor dashboard Order status filter menu displayed a duplicate border.
  • fix: Vendor dashboard withdraw page display gets hidden.

v3.10.3

17 Apr 07:50
Compare
Choose a tag to compare
  • update: Notification count support added for vendor dashboard
  • update: added a new filter to set a default value for I am a customer / I am a vendor radio button
  • update: Processing Order count added for vendor dashboard orders menu
  • update: Performance improvements for vendor dashboard -> order details page -> downloadable product permission section
  • update: Admin can change product author from REST API
    Previously, product_author was read-only property, now admin can change product_author for an existing product or create a new product for another author.
  • update: Warning message styling for selecting fixed cart discount on admin coupon add edit page
  • fix: Advertisement product not purchasable for own product purchasing restriction
  • fix: Header Template number one breaks without background image
  • fix: html entity showing in product tag selection in vendor dashboard.
  • fix: Vendor add notification switch in admin dashboard
  • fix: Under wooCommerce my-account registration section, I am a customer was forced to be set as the default value. With this PR this problem has been fixed.

v3.10.2

02 Apr 09:48
Compare
Choose a tag to compare

= v3.10.2 ( Apr 01, 2024 ) =

  • update: Email placeholder, additional content support and formatting added
  • update: Add requires plugin header for dokan so that required plugin check can be initiated.
  • fix: Vendor profile progress bar doesn't update if the address is filled from the vendor registration form
  • fix: Color synchronization issue in vendor dashboard order notes
  • fix: product review email cannot be disabled without also disabling Contact Vendor email
  • fix: Order Export to CSV on the filtered list not working

v3.10.1

18 Mar 08:53
Compare
Choose a tag to compare

What's Changed

= v3.10.1 ( Mar 18, 2024 ) =

  • update: Update Categories Easily from Vendor Edit Page
    In earlier versions of the Dokan plugin for WordPress and WooCommerce, editing store categories was limited to the vendor details view page. This approach created confusion and made it difficult for users to manage their store categories effectively. However, with the latest update, a significant improvement has been introduced.
    Now, you can conveniently edit and update your store categories directly from the vendor edit page in the admin dashboard. This enhancement provides a more intuitive and user-friendly experience, allowing you to efficiently manage and organize your store categories in one central location.
  • update: Threads social media platform added as a Store Socials Option. Thanks @fisher2470
  • update: Vendor Dashboard settings submenu translation support added

Full Changelog: v3.10.0...v3.10.1

v3.10.0

04 Mar 08:16
Compare
Choose a tag to compare

= v3.10.0 ( Mar 04, 2024 ) =

  • new: Added a new filter hook named dokan_product_cache_delete_all_data, by using this one can prevent deleting product cache if necessary.
  • update: Updated FontAwesome library to version 6.5.1
  • fix: Fixed Elementor mega menu z-index conflict and removed line break from address fields

v3.9.9

12 Feb 10:16
Compare
Choose a tag to compare

= v3.9.9 ( Feb 12, 2024 ) =

  • new: Added PHP 8.2 support
  • fix: Fixed an issue where the Dokan seller setup wizard does not display a warning message when a seller fails to provide the state for a country that has a state.
  • fix: Vendor setup wizard issue [#1976] - Properly closed the style tag in the Store Setup step to avoid conflicts with customizations.
  • fix: Fixed a bug in the store-lists-filter.php template that used the wrong escaping function for the placeholder attribute. [#1984]
  • fix: Withdrawal class check-in Templates/Withdraw.php.
    This fixes a fatal error that could occur when creating a withdrawal request with cache-enabled sites.
  • fix: The Share Essentials field’s description was missing from the Dokan admin setup wizard. This pull request fixes an issue where the description field was not showing up in the Dokan admin setup wizard. It also adds a new hook and admin options to store the Share Essentials settings.
  • fix: Fixed an issue where the sub-orders disappear from the WooCommerce order lists page when orders are filtered by a specific vendor or by sub-order ID when the HPOS feature is enabled.
  • update: Added validation for bank payments and address data in Dokan Seller Setup Wizard.