From fd1ebf0c8ffcda99109e8c1d0b952c71eb01e39d Mon Sep 17 00:00:00 2001 From: Sabbir Ahmed Date: Sat, 23 Nov 2019 15:13:02 +0600 Subject: [PATCH] chore: version bump, changelog updated, generate pot files --- changelog.txt | 7 +++++++ dokan-wpml.php | 6 +++++- languages/dokan-wpml.pot | 8 ++++---- package.json | 2 +- readme.txt | 11 +++++++++-- 5 files changed, 26 insertions(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index 70e258d..e6e2175 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/dokan-wpml.php b/dokan-wpml.php index 05f6ffc..a481da0 100755 --- a/dokan-wpml.php +++ b/dokan-wpml.php @@ -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 */ diff --git a/languages/dokan-wpml.pot b/languages/dokan-wpml.pot index 12ded73..0e4f764 100644 --- a/languages/dokan-wpml.pot +++ b/languages/dokan-wpml.pot @@ -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" @@ -13,13 +13,13 @@ msgstr "" "Language-Team: LANGUAGE \n" "X-Generator: grunt-wp-i18n 0.4.9\n" -#: dokan-wpml.php:106 +#: dokan-wpml.php:110 msgid "" "Dokan - WPML Integration requires %sDokan plugin%s to be installed & " "activated!" msgstr "" -#: dokan-wpml.php:112 +#: dokan-wpml.php:116 msgid "" "Dokan - WPML Integration requires %sWPML Multilingual CMS%s to be " "installed & activated!" diff --git a/package.json b/package.json index 6fd6075..2efb2e8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index b9e54b3..f82bf70 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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