Skip to content

Commit

Permalink
Merge branch 'release/3.12.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 committed Oct 24, 2024
2 parents 3832003 + 2d5e4d0 commit 8c0c01b
Show file tree
Hide file tree
Showing 9 changed files with 165 additions and 140 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**WC requires at least:** 8.0.0
**WC tested up to:** 9.3.3
**Requires PHP:** 7.4
**Stable tag:** 3.12.5
**Stable tag:** 3.12.6
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -347,6 +347,10 @@ A. Just install and activate the PRO version without deleting the free plugin. A

## Changelog ##

### v3.12.6 ( Oct 24, 2024 ) ###

- **fix:** Fixed js error on frontend pages.

### v3.12.5 ( Oct 16, 2024 ) ###

- **fix:** Implement order trash and untrash handling for Dokan
Expand Down
2 changes: 1 addition & 1 deletion assets/js/vue-admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jquery', 'moment'), 'version' => 'a521023e290305762815');
<?php return array('dependencies' => array('jquery', 'moment'), 'version' => 'fb2301a5a16fc86c916b');
2 changes: 1 addition & 1 deletion assets/js/vue-admin.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dokan.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Dokan
* Plugin URI: https://dokan.co/wordpress/
* Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs.
* Version: 3.12.5
* Version: 3.12.6
* Author: weDevs
* Author URI: https://dokan.co/
* Text Domain: dokan-lite
Expand Down Expand Up @@ -66,7 +66,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '3.12.5';
public $version = '3.12.6';

/**
* Instance of self
Expand Down
Loading

0 comments on commit 8c0c01b

Please sign in to comment.