From 06e4ed705316ff4ace2642a4ddcc63935bbcfa2a Mon Sep 17 00:00:00 2001 From: Shazahanul Islam Shohag Date: Wed, 29 Jan 2025 10:09:57 +0600 Subject: [PATCH] chore: Release Version 3.14.8 --- .github/workflows/deploy.yml | 2 +- CHANGELOG.md | 2 +- README.md | 2 +- dokan-class.php | 2 +- dokan.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 6 +++--- templates/whats-new.php | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 52c303fec1..0b9a56688a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index b18e0284e9..b6f4d5f5ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index f3e5c97014..29106c27ab 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/dokan-class.php b/dokan-class.php index afba0d9e38..ac4f0cbc68 100755 --- a/dokan-class.php +++ b/dokan-class.php @@ -24,7 +24,7 @@ final class WeDevs_Dokan { * * @var string */ - public $version = '3.14.7'; + public $version = '3.14.8'; /** * Instance of self diff --git a/dokan.php b/dokan.php index 92598f337f..76cdb76df4 100755 --- a/dokan.php +++ b/dokan.php @@ -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 */ diff --git a/package-lock.json b/package-lock.json index ee801a9e0c..b72052750f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dokan", - "version": "3.14.7", + "version": "3.14.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dokan", - "version": "3.14.7", + "version": "3.14.8", "license": "GPL", "dependencies": { "@wordpress/i18n": "^5.8.0" diff --git a/package.json b/package.json index 6d8e4a7f2b..d6ea093325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dokan", - "version": "3.14.7", + "version": "3.14.8", "description": "A WordPress marketplace plugin", "author": "Dokan Inc.", "license": "GPL", diff --git a/readme.txt b/readme.txt index 02fe1738ea..8691252b5f 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. diff --git a/templates/whats-new.php b/templates/whats-new.php index 9a68268f9c..0dcd0e0ebb 100644 --- a/templates/whats-new.php +++ b/templates/whats-new.php @@ -4,7 +4,7 @@ */ $changelog = [ [ - 'version' => 'Version 3.14.7', + 'version' => 'Version 3.14.8', 'released' => '2025-01-29', 'changes' => [ 'Improvement' => [