Skip to content

Commit e9f22fe

Browse files
committed
chore: version bump 1.0.3, changelog updated, generate pot files
1 parent e2a05b1 commit e9f22fe

File tree

5 files changed

+26
-12
lines changed

5 files changed

+26
-12
lines changed

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.0.3 -> December 03, 2020
2+
---------------------------
3+
- [fix] Vendor dashboard page all links coming 404 error fixed
4+
- [fix] Vendor dashboard all url slug missing on url issue fixed
5+
- [fix] Fatal error when dokan plugin deactivated
6+
- [fix] Improve coding structure
7+
18
v1.0.2 -> November 23, 2019
29
---------------------------
310
- [Fix] Color customizer and order page is not loading

dokan-wpml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Dokan - WPML Integration
44
Plugin URI: https://wedevs.com/
55
Description: WPML and Dokan compitable package
6-
Version: 1.0.2
6+
Version: 1.0.3
77
Author: weDevs
88
Author URI: https://wedevs.com/
99
Text Domain: dokan-wpml

languages/dokan-wpml.pot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# Copyright (C) 2019 weDevs
1+
# Copyright (C) 2020 weDevs
22
# This file is distributed under the GPL2.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Dokan - WPML Integration 1.0.2\n"
5+
"Project-Id-Version: Dokan - WPML Integration 1.0.3\n"
66
"Report-Msgid-Bugs-To: http://wedevs.com/support/\n"
7-
"POT-Creation-Date: 2019-11-23 09:12:29+00:00\n"
7+
"POT-Creation-Date: 2020-12-03 09:37:59+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
1414
"X-Generator: grunt-wp-i18n 0.4.9\n"
1515

16-
#: dokan-wpml.php:110
16+
#: dokan-wpml.php:119
1717
msgid ""
1818
"<b>Dokan - WPML Integration</b> requires %sDokan plugin%s to be installed & "
1919
"activated!"
2020
msgstr ""
2121

22-
#: dokan-wpml.php:116
22+
#: dokan-wpml.php:125
2323
msgid ""
2424
"<b>Dokan - WPML Integration</b> requires %sWPML Multilingual CMS%s to be "
2525
"installed & activated!"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dokan-wpml",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "WPML compatibility for dokan plugin",
55
"author": "weDevs",
66
"license": "GPL",

readme.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
=== Dokan WPML ===
2-
Contributors: wedevs, sabbir1991, rafsuntaskin,
2+
Contributors: wedevs, sabbir1991, rafsuntaskin, alamgircsebd
33
Tags: WPML, i18n, l10n, Translation, Dokan
44
Donate link: https://tareq.co/donate
55
Requires at least: 4.7
6-
Tested up to: 5.3.0
6+
Tested up to: 5.5.3
77
WC requires at least: 3.0
8-
WC tested up to: 3.8.0
8+
WC tested up to: 4.7.1
99
Requires PHP: 5.6
10-
Stable tag: trunk
10+
Stable tag: 1.0.3
1111
License: GPL v2
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313

@@ -52,6 +52,13 @@ nothing here
5252

5353
== Changelog ==
5454

55+
v1.0.3 -> December 03, 2020
56+
---------------------------
57+
- [fix] Vendor dashboard page all links coming 404 error fixed
58+
- [fix] Vendor dashboard all url slug missing on url issue fixed
59+
- [fix] Fatal error when dokan plugin deactivated
60+
- [fix] Improve coding structure
61+
5562
v1.0.2 -> November 23, 2019
5663
---------------------------
5764
- [Fix] Color customizer and order page is not loading

0 commit comments

Comments
 (0)