Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
MdAsifHossainNadim committed Apr 29, 2024
2 parents 0c7eaec + 48825c4 commit 474eda9
Show file tree
Hide file tree
Showing 71 changed files with 13,140 additions and 5,633 deletions.
27 changes: 27 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

# WordPress Coding Standards
# https://make.wordpress.org/core/handbook/coding-standards/

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
tab_width = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.txt]
trim_trailing_whitespace = false

[*.{md,json,yml}]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2

[*.json]
indent_style = tab
12 changes: 9 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Contributors: tareq1988, wedevs, nizamuddinbabu, sk.shaikat, mehidi258
Tags: blog, e-commerce, grid-layout, three-columns, custom-colors, custom-menu, editor-style, featured-images, post-formats, theme-options, translation-ready
Requires at least: 4.4
Tested up to: 5.6
Tested up to: 6.5.2
WC requires at least: 3.0
WC tested up to: 4.8
WC tested up to: 8.8.2
Requires PHP: 5.6
Stable tag: 1.0.0
Stable tag: 1.0.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2

Expand Down Expand Up @@ -40,6 +40,12 @@ Privacy Policy for the Google Fonts API: https://developers.google.com/fonts/faq

== Changelog ==

= 1.0.1 - 29 April 2024 =
* fix: Mini cart loading issue after WooCommerce updated to v7.8.0.
* fix: WP media upload buttons css conflict issue with Dokani theme.
* fix: Responsive issue on become 'a wholesale customer button'.
* fix: Dashboard buttons synchronization issue with dokan color customizer module.

= 1.0.0 - 21 December 2020 =
* Initial release

Loading

0 comments on commit 474eda9

Please sign in to comment.