Skip to content

Releases: getdokan/dokan

Release v2.9.21

25 Sep 05:22
Compare
Choose a tag to compare

v2.9.21 -> September 24, 2019

  • fix* If state is not found for a country in store settings, remove the state field on reload
  • fix* Only show vendor's own uploaded media to a vendor.
  • fix* Add required attribute for various input field in dokan_post_input_box function.
  • fix* Calculate commission for item by quantity when the commission is set to flat.
  • Tweak* Introduce Dokan_Commission class to calculate admin and vendor's commission.
  • Tweak* Remove unnecessary placeholder in admin commission field.

Release v2.9.20

23 Aug 09:55
Compare
Choose a tag to compare

v2.9.20 -> August 23, 2019

  • Fix* Geolocation map settings value is not saving
  • Fix* Fix warning in vendor dashboard widget when seller setup wizard is not run
  • Fix* Store banner height in vendor settings page it not honouring the saved settings
  • Fix* Conflict with avada theme fution builder
  • Tweak* Use WordPress backend date format while printing date in approved and cancelled withdraw request

Release v2.9.19

29 Jul 08:17
Compare
Choose a tag to compare

v2.9.19 -> July 29, 2019

  • Fix* Split orders created from admin dashboard
  • Fix* Add on backorder in product stock management
  • Fix* Dokan dashboard menu returning 404 with the latest version of visual composer plugin
  • Tweak* Dokan admin settings rearrange
  • Tweak* Add compatibility with ultimate member plugin
  • Tweak* Add few hooks in product listing template

Release v2.9.18

03 Oct 05:27
Compare
Choose a tag to compare

v2.9.18 -> July 10, 2019

  • Feat* Add google map type option field component
  • Feat* Add dokan_array_after helper function
  • Fix* Admin settings default value for multicheck field
  • Tweak* Remove unnecessary code and add hook after creating parent order
  • Tweak* Refactor dokan_get_vendor_by_product function and explicit error checking while using it

Release v2.9.17

13 Jun 09:25
Compare
Choose a tag to compare

v2.9.17 -> June 13, 2019

  • Fix* Remove unwanted code to fix conflict with yith plugin
  • Tweak* Dokan theme support and responsive menu

Release v2.9.16

11 Jun 03:36
Compare
Choose a tag to compare

v2.9.16 -> June 11, 2019

  • Fix* Hide hidden and out of stock products in vendor store page
  • Fix* A non-numeric value encountered warning in vendor product listing page, if product price is not given
  • Fix* Add failed order in vendor order listing page
  • Fix* Creating product from admin backend returns 2 instance of the product author
  • Tweak* Ensure dokan_get_seller_id_by_order filter is always taking effect
  • Tweak* Make dokan vendor dashboard responsive
  • Tweak* Show admin notice stating WooCommerce is required if not found on dokan installation
  • Tweak* Add hook after creating and updating object via dokan REST API
  • Tweak* Add dokan_ensure_vendor_coupon filter while ensuring vendor coupon restriction
  • Tweak* Add updater class to fix banner issue where store settings and listing template was overridden
  • Tweak* Add filter hook while fetching vendor products
  • Tweak* Add define method to define plugin constants

Release version v2.9.14

26 Apr 10:55
Compare
Choose a tag to compare

v2.9.14 -> Apr 26, 2019

  • Fix* Schedule product price not showing correctly
  • Fix* Backward compatibility for banner and store time

Release v2.9.13

24 Apr 05:11
Compare
Choose a tag to compare

v2.9.13 -> Apr 24, 2019

  • New Include store open close functionality in Dokan REST API
  • Fix* Vendor order and edit account page is shows 404 not found
  • Fix* Vue list table pagination style
  • Fix* Product stock is not reducing while order is placed via REST API
  • Fix* Show notice if product SKU is not unique while updating product in vendor dashboard
  • Fix* Product attributes with different language other than english was rendering incorrectly
  • Tweak If customer billing or shipping address is not found, show not found message in vendor dashboard
  • Tweak Refactor Dokan_Vendor_Manager class
  • Tweak Rename store category widget to store product category
  • Tweak Replace get_woocommerce_term_meta with get_term_meta as it was deprecated
  • Tweak Add action hook in vendor migration template
  • Tweak Check if it's vendor's own product while updating from vendor dashboard
  • Tweak Use correct function to retrieve current vendor id
  • Tweak Make debounce module public available
  • Tweak Load dokan vendor dashboard template classes in the frontend only

Release v2.9.11

05 Mar 05:03
Compare
Choose a tag to compare

v2.9.11 -> Mar 5, 2019

-New Add Dokan Login Form popup
-Fix Unable create customer using WC_Rest API is
-Fix Vendor name in cart for variable products
-Fix Order tracking date format is not matching with WordPress
-Fix Font awesome 5 icons are not rendering in vendor dashboard
-Fix Show vendor, reports link in the dokan dashboard when the pro version is enabled
-Fix Escape html tags being outputing in setup-wizard
-Fix Send email to admin on adding a new product via REST API
-Fix Set default total_sales count on adding a new product
-Fix Gallery images are not getting saved in vendor product page
-Tweak deprecate dokan_get_seller_id_by_order_id function
-Tweak dokan_get_earning_by_product function
-Tweak Make Dokan REST controllers globally accessible
-Tweak Allow vendor to update his store via REST API
-Tweak Widgets to show outside store single page with dummy data
-Tweak Only save the newly updated pages while saving pages in dokan admin settings

Release v2.9.10

11 Feb 17:01
Compare
Choose a tag to compare

v2.9.10 -> Feb 11, 2019

-New Add dokan privacy policy option to facilitate GDPR
-Fix Fetch vendor own orders via REST API
-Fix Remove duplicate inclusion of Dokan_REST_Store_Controller class
-Tweak Add filter to modify product image attributes
-Tweak Add vendor curd options
-Tweak Make color picker component globally accessible
-Tweak Add filters to allow hooking classes from other modules