Skip to content

Commit

Permalink
Merge branch 'release/3.14.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 committed Jan 29, 2025
2 parents 9793aed + 06e4ed7 commit 8e410cb
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Create GitHub release
uses: softprops/action-gh-release@v2
with:
files: ${{github.workspace}}/${{ github.event.repository.name }}.zip
files: ${{steps.deploy.outputs.zip_file}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### v3.14.7 ( Jan 29, 2025 ) ###
### v3.14.8 ( Jan 29, 2025 ) ###
- **update:** Missing parameters support added for the reverse-withdrawal API endpoints.
- **update:** Missing parameters support added for the Settings API endpoints.
- **fix:** Fixed an error when navigating to the product edit page with an invalid (non-numeric) product ID.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ A. Just install and activate the PRO version without deleting the free plugin. A


## Changelog ##
### v3.14.7 ( Jan 29, 2025 ) ###
### v3.14.8 ( Jan 29, 2025 ) ###

- **update:** Missing parameters support added for the reverse-withdrawal API endpoints.
- **update:** Missing parameters support added for the Settings API endpoints.
Expand Down
2 changes: 1 addition & 1 deletion dokan-class.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '3.14.7';
public $version = '3.14.8';

/**
* Instance of self
Expand Down
4 changes: 2 additions & 2 deletions dokan.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Plugin Name: Dokan
* Plugin URI: https://dokan.co/wordpress/
* Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs.
* Version: 3.14.7
* Version: 3.14.8
* Author: Dokan Inc.
* Author URI: https://dokan.co/wordpress/
* Text Domain: dokan-lite
* Requires Plugins: woocommerce
* WC requires at least: 8.0.0
* WC tested up to: 9.5.2
* WC tested up to: 9.6.0
* Domain Path: /languages/
* License: GPL2
*/
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dokan",
"version": "3.14.7",
"version": "3.14.8",
"description": "A WordPress marketplace plugin",
"author": "Dokan Inc.",
"license": "GPL",
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Tags: WooCommerce multivendor marketplace, multi seller, multi vendor, multivend
Requires at least: 6.5
Tested up to: 6.7.1
WC requires at least: 8.0.0
WC tested up to: 9.5.2
WC tested up to: 9.6.0
Requires PHP: 7.4
Stable tag: 3.14.6
Stable tag: 3.14.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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


== Changelog ==
= v3.14.7 ( Jan 29, 2025 ) =
= v3.14.8 ( Jan 29, 2025 ) =

- **update:** Missing parameters support added for the reverse-withdrawal API endpoints.
- **update:** Missing parameters support added for the Settings API endpoints.
Expand Down
2 changes: 1 addition & 1 deletion templates/whats-new.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
$changelog = [
[
'version' => 'Version 3.14.7',
'version' => 'Version 3.14.8',
'released' => '2025-01-29',
'changes' => [
'Improvement' => [
Expand Down

0 comments on commit 8e410cb

Please sign in to comment.