Skip to content

Commit

Permalink
chore: version bump, changelog updated, generate pot files
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Nov 23, 2019
1 parent a09bff8 commit fd1ebf0
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 8 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.0.2 -> November 23, 2019
---------------------------
- [Fix] Color customizer and order page is not loading
- [Fix] Undefined function calling error
- [Fix] wpml is not working when string translation is enabled
- [Tweak] Add get_raw_option functions for getting raw value from database

v1.0.1 -> June 20, 2019
------------------------
- [Fix] My account page redirecting issue
Expand Down
6 changes: 5 additions & 1 deletion dokan-wpml.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
Plugin Name: Dokan - WPML Integration
Plugin URI: https://wedevs.com/
Description: WPML and Dokan compitable package
Version: 1.0.1
Version: 1.0.2
Author: weDevs
Author URI: https://wedevs.com/
Text Domain: dokan-wpml
WC requires at least: 3.0
WC tested up to: 3.8.0
Domain Path: /languages/
License: GPL2
*/

Expand Down
8 changes: 4 additions & 4 deletions languages/dokan-wpml.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: Dokan - WPML Integration 1.0.1\n"
"Project-Id-Version: Dokan - WPML Integration 1.0.2\n"
"Report-Msgid-Bugs-To: http://wedevs.com/support/\n"
"POT-Creation-Date: 2019-11-20 08:00:42+00:00\n"
"POT-Creation-Date: 2019-11-23 09:12:29+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -13,13 +13,13 @@ msgstr ""
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"X-Generator: grunt-wp-i18n 0.4.9\n"

#: dokan-wpml.php:106
#: dokan-wpml.php:110
msgid ""
"<b>Dokan - WPML Integration</b> requires %sDokan plugin%s to be installed & "
"activated!"
msgstr ""

#: dokan-wpml.php:112
#: dokan-wpml.php:116
msgid ""
"<b>Dokan - WPML Integration</b> requires %sWPML Multilingual CMS%s to be "
"installed & activated!"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dokan-wpml",
"version": "1.0.1",
"version": "1.0.2",
"description": "WPML compatibility for dokan plugin",
"author": "weDevs",
"license": "GPL",
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: wedevs, sabbir1991, rafsuntaskin,
Tags: WPML, i18n, l10n, Translation, Dokan
Donate link: https://tareq.co/donate
Requires at least: 4.7
Tested up to: 5.2.2
Tested up to: 5.3.0
WC requires at least: 3.0
WC tested up to: 3.6.4
WC tested up to: 3.8.0
Requires PHP: 5.6
Stable tag: trunk
License: GPL v2
Expand Down Expand Up @@ -52,6 +52,13 @@ nothing here

== Changelog ==

v1.0.2 -> November 23, 2019
---------------------------
- [Fix] Color customizer and order page is not loading
- [Fix] Undefined function calling error
- [Fix] wpml is not working when string translation is enabled
- [Tweak] Add get_raw_option functions for getting raw value from database

v1.0.1 -> June 20, 2019
------------------------
- [Fix] My account page redirecting issue
Expand Down

0 comments on commit fd1ebf0

Please sign in to comment.