Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nurul-umbhiya committed Mar 6, 2024
2 parents 16ae34f + 0748d4e commit 734f6bb
Show file tree
Hide file tree
Showing 8 changed files with 720 additions and 787 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = function(grunt) {
'!tests/**',
'!**/Gruntfile.js',
'!**/package.json',
'!**/package-lock.json',
'!**/README.md',
'!**/*~'
],
Expand Down Expand Up @@ -84,4 +85,4 @@ module.exports = function(grunt) {
'copy',
'compress'
])
};
};
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.0.10 -> Jan 23, 2024
---------------------------
- **fix:** Translation-Related Issues with Specific Menu Items in Vendor Dashboard with WPML
- **fix:** Woocommerce error notice when Dokan WPML Integration plugin is active
- **fix:** PHP warning creation of dynamic property

v1.0.8 -> Jun 08, 2023
---------------------------
- **fix:** When the admin disables vendors using one language the vendor product still shows on the shop page after switching to another language.
Expand Down
Loading

0 comments on commit 734f6bb

Please sign in to comment.