Skip to content

v3.7.24

Compare
Choose a tag to compare
@nurul-umbhiya nurul-umbhiya released this 25 Jul 10:44
· 532 commits to develop since this release

= v3.7.24 ( Jul 25, 2023 ) =

  • update: Restrictions added for vendors to review and purchase their own products.
    Previously, vendors could purchase and post reviews for their own product. Which is not logical and could manipulate the search results of a product in a marketplace. With this update, vendors will not be able to purchase or post reviews for their own product.
  • update: [ReverseWithdrawal] Now Admin can request payment from vendors using the Reverse Withdrawal feature.
    Currently, there is no way for Site admins to request payments from vendors. For some use cases, it is essential for admins to request money from vendors. For example: In Stripe 3DS mode, if customers ask for a refund, refund will be given from the admin Stripe account, after that vendor transfer will be reversed. But if the vendor doesn't have enough money in their stripe account transfer reversal will fail, in that case, vendor balance will be negative. Another case would be for non-connected vendors, in that case, admin will be responsible for refund and admin needs to request money from vendors.
  • update: [AdminSettings] Added a toggle switch for Google ReCaptcha in the appearance settings for better control.
  • update: [AdminSettings] Sensitive information like API keys, client secrets, etc., are now displayed as password fields with an unhide button to improve security.
  • update: [AdminCommission] Now, "percentage" is selected by default if the admin setup wizard is skipped in the commission setting.
  • fix: Added some missing translations.
    Previously, the template folder at dokan-lite was missing when the .pot file was generated. With this fix template folder will be respected while generating the pot file.