diff --git a/README.md b/README.md index f60c33aa0c..59f43b6841 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ **WC requires at least:** 8.0.0 **WC tested up to:** 9.2.3 **Requires PHP:** 7.4 -**Stable tag:** 3.12.0 +**Stable tag:** 3.12.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -346,6 +346,8 @@ A. Just install and activate the PRO version without deleting the free plugin. A ## Changelog ## +### v3.12.1 ( Aug 30, 2024 ) ### +- **fix:** Resolve fatal error when updating Dokan Lite to 3.12.0 with Dokan Pro 3.9.7. ### v3.12.0 ( Aug 29, 2024 ) ### diff --git a/dokan.php b/dokan.php index 8788cad473..b917a19d19 100755 --- a/dokan.php +++ b/dokan.php @@ -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.0 + * Version: 3.12.1 * Author: weDevs * Author URI: https://dokan.co/ * Text Domain: dokan-lite @@ -66,7 +66,7 @@ final class WeDevs_Dokan { * * @var string */ - public $version = '3.12.0'; + public $version = '3.12.1'; /** * Instance of self diff --git a/languages/dokan-lite.pot b/languages/dokan-lite.pot index 970ceb029e..1763e77f87 100644 --- a/languages/dokan-lite.pot +++ b/languages/dokan-lite.pot @@ -1,14 +1,14 @@ # Copyright (c) 2024 weDevs Pte. Ltd. All Rights Reserved. msgid "" msgstr "" -"Project-Id-Version: Dokan 3.12.0\n" +"Project-Id-Version: Dokan 3.12.1\n" "Report-Msgid-Bugs-To: https://dokan.co/contact/\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-08-29T04:01:51+00:00\n" +"POT-Creation-Date: 2024-08-30T10:40:37+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "X-Domain: dokan-lite\n" diff --git a/package-lock.json b/package-lock.json index 107e70d762..258adfd2bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dokan", - "version": "3.12.0", + "version": "3.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dokan", - "version": "3.12.0", + "version": "3.12.1", "license": "GPL", "devDependencies": { "@wordpress/scripts": "^27.9.0", @@ -3548,21 +3548,13 @@ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz", "integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==", "dev": true, + "optional": true, + "peer": true, "dependencies": { "@types/estree": "*", "@types/json-schema": "*" } }, - "node_modules/@types/eslint-scope": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", - "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", - "dev": true, - "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, "node_modules/@types/estree": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", @@ -19185,12 +19177,11 @@ } }, "node_modules/webpack": { - "version": "5.93.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", - "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", + "version": "5.94.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz", + "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==", "dev": true, "dependencies": { - "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.5", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", @@ -19199,7 +19190,7 @@ "acorn-import-attributes": "^1.9.5", "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", diff --git a/package.json b/package.json index f4d9ddb5d2..7ccd2beace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dokan", - "version": "3.12.0", + "version": "3.12.1", "description": "A WordPress marketplace plugin", "author": "weDevs", "license": "GPL", diff --git a/readme.txt b/readme.txt index 8d07cf4b9d..f170ac9e2d 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tested up to: 6.6.1 WC requires at least: 8.0.0 WC tested up to: 9.2.3 Requires PHP: 7.4 -Stable tag: 3.12.0 +Stable tag: 3.12.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -346,6 +346,8 @@ A. Just install and activate the PRO version without deleting the free plugin. A == Changelog == += v3.12.1 ( Aug 30, 2024 ) = +- **fix:** Resolve fatal error when updating Dokan Lite to 3.12.0 with Dokan Pro 3.9.7. = v3.12.0 ( Aug 29, 2024 ) = diff --git a/templates/whats-new.php b/templates/whats-new.php index 31e2898bdd..e51b30d452 100644 --- a/templates/whats-new.php +++ b/templates/whats-new.php @@ -3,6 +3,18 @@ * When you are adding new version please follow this sequence for changes: New Feature, New, Improvement, Fix... */ $changelog = [ + [ + 'version' => 'Version 3.12.1', + 'released' => '2024-08-30', + 'changes' => [ + 'Fix' => [ + [ + 'title' => 'Resolve fatal error when updating Dokan Lite to 3.12.0 with Dokan Pro 3.9.7.', + 'description' => '', + ], + ], + ], + ], [ 'version' => 'Version 3.12.0', 'released' => '2024-08-29',