Skip to content

Commit

Permalink
Merge branch 'release/3.12.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 committed Aug 30, 2024
2 parents c72a32b + df8de7f commit d91d51e
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 24 deletions.
4 changes: 3 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.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

Expand Down Expand Up @@ -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 ) ###

Expand Down
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.0
* Version: 3.12.1
* 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.0';
public $version = '3.12.1';

/**
* Instance of self
Expand Down
4 changes: 2 additions & 2 deletions languages/dokan-lite.pot
Original file line number Diff line number Diff line change
@@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down
25 changes: 8 additions & 17 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.12.0",
"version": "3.12.1",
"description": "A WordPress marketplace plugin",
"author": "weDevs",
"license": "GPL",
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 ) =

Expand Down
12 changes: 12 additions & 0 deletions templates/whats-new.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d91d51e

Please sign in to comment.