Skip to content

Commit 3f2daec

Browse files
committed
version bump, changelog updated, generate pot files
1 parent aae3c7b commit 3f2daec

File tree

7 files changed

+40
-11
lines changed

7 files changed

+40
-11
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ includes/.DS_Store
77
.idea
88
plugin-deploy.sh
99
secret.json
10+
.svnignore
11+
package-lock.json

.svnignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ tests
44
nbproject
55
Gruntfile.js
66
package.json
7+
package-lock.json
78
docs.md
89
changelog.txt
910
.gitignore

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.0.1 -> June 20, 2019
2+
------------------------
3+
- [Fix] My account page redirecting issue
4+
- [Fix] Dokan term and condition page url fixed
5+
- [Fix] Fix js issue when wpml activate in dokan core
6+
- [Tweak] Show error notice if WPML is not activated
7+
18
v1.0.0 -> February 27, 2017
29
===================
310
- Initial release

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.0
6+
Version: 1.0.1
77
Author: weDevs
88
Author URI: https://wedevs.com/
99
License: GPL2

languages/dokan-wpml.pot

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
1-
# Copyright (C) 2017 weDevs
1+
# Copyright (C) 2019 weDevs
22
# This file is distributed under the GPL2.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Dokan - WPML Integration 1.0.0\n"
5+
"Project-Id-Version: Dokan - WPML Integration 1.0.1\n"
66
"Report-Msgid-Bugs-To: http://wedevs.com/support/\n"
7-
"POT-Creation-Date: 2017-02-27 06:55:04+00:00\n"
7+
"POT-Creation-Date: 2019-06-20 03:55:12+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: 2017-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2019-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:104
16+
#: dokan-wpml.php:105
1717
msgid ""
1818
"<b>Dokan - WPML Integration</b> requires %sDokan plugin%s to be installed & "
1919
"activated!"
2020
msgstr ""
2121

22+
#: dokan-wpml.php:111
23+
msgid ""
24+
"<b>Dokan - WPML Integration</b> requires %sWPML Multilingual CMS%s to be "
25+
"installed & activated!"
26+
msgstr ""
27+
2228
#. Plugin Name of the plugin/theme
2329
msgid "Dokan - WPML Integration"
2430
msgstr ""

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.0",
3+
"version": "1.0.1",
44
"description": "WPML compatibility for dokan plugin",
55
"author": "weDevs",
66
"license": "GPL",

readme.txt

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
=== Dokan WPML ===
2-
Contributors: wedevs, rafsuntaskin, sabbir1991
2+
Contributors: wedevs, sabbir1991, rafsuntaskin,
33
Tags: WPML, i18n, l10n, Translation, Dokan
44
Donate link: https://tareq.co/donate
55
Requires at least: 4.7
6-
Tested up to: 4.7.2
6+
Tested up to: 5.2.2
7+
WC requires at least: 3.0
8+
WC tested up to: 3.6.4
9+
Requires PHP: 5.6
10+
Stable tag: trunk
711
License: GPL v2
12+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
813

914
WPML integration for Dokan Multivendor Plugin
1015

@@ -46,6 +51,14 @@ Ans: Yes, you can contact the WPML team. They offer translation service via thir
4651
nothing here
4752

4853
== Changelog ==
49-
**v1.0 -> Jan 27, 2017**
5054

51-
* Initial Release
55+
v1.0.1 -> June 20, 2019
56+
------------------------
57+
- [Fix] My account page redirecting issue
58+
- [Fix] Dokan term and condition page url fixed
59+
- [Fix] Fix js issue when wpml activate in dokan core
60+
- [Tweak] Show error notice if WPML is not activated
61+
62+
v1.0 -> Jan 27, 2017
63+
-----------------------
64+
- Initial Release

0 commit comments

Comments
 (0)