Skip to content

Commit 917590c

Browse files
committed
Merge tag 'v2.0.8' into develop
* **Fix:** Dismissable HA notice, was introduced in v2.0.7. * **Fix:** Removed discount notice as it was deprecated.
2 parents f350715 + 6bd3f8f commit 917590c

4 files changed

Lines changed: 14 additions & 9 deletions

File tree

conversion-tracking.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: WooCommerce Conversion Tracking
44
Plugin URI: https://wedevs.com/woocommerce-conversion-tracking/
55
Description: Adds various conversion tracking codes to cart, checkout, registration success and product page on WooCommerce
6-
Version: 2.0.7
6+
Version: 2.0.8
77
Author: weDevs
88
Author URI: https://wedevs.com/?utm_source=ORG_Author_URI_WCCT
99
License: GPL2
@@ -54,7 +54,7 @@ class WeDevs_WC_Conversion_Tracking {
5454
*
5555
* @var string
5656
*/
57-
public $version = '2.0.6';
57+
public $version = '2.0.8';
5858

5959
/**
6060
* Holds various class instances

languages/woocommerce-conversion-tracking.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the GPL2.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Conversion Tracking 2.0.7\n"
5+
"Project-Id-Version: WooCommerce Conversion Tracking 2.0.8\n"
66
"Report-Msgid-Bugs-To: https://example.com\n"
7-
"POT-Creation-Date: 2020-05-02 07:11:26+00:00\n"
7+
"POT-Creation-Date: 2020-06-10 06:53:08+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -45,15 +45,15 @@ msgstr ""
4545
msgid "Integrations"
4646
msgstr ""
4747

48-
#: includes/class-ajax.php:52
48+
#: includes/class-ajax.php:54
4949
msgid "Settings has been saved successfully!"
5050
msgstr ""
5151

52-
#: includes/class-ajax.php:73
52+
#: includes/class-ajax.php:75
5353
msgid "ERROR: Error fetching plugin information: %s"
5454
msgstr ""
5555

56-
#: includes/class-ajax.php:98
56+
#: includes/class-ajax.php:100
5757
msgid "Successfully installed and activate,"
5858
msgstr ""
5959

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Woocommerce-Conversion-Tracking",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Conversion tracking plugin for WooCommerce",
55
"author": "Tareq Hasan",
66
"license": "GPL",

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woocommerce, tracking, facebook, google,
44
Donate link: https://tareq.co/donate/
55
Requires at least: 4.0
66
Tested up to: 5.4
7-
Stable tag: 2.0.7
7+
Stable tag: 2.0.8
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -101,6 +101,11 @@ Additionally, read weDevs [privacy policy](https://wedevs.com/privacy-policy/) f
101101

102102
== Changelog ==
103103

104+
= Version 2.0.8 (10 June, 2020) =
105+
106+
* **Fix:** Dismissable HA notice, was introduced in v2.0.7.
107+
* **Fix:** Removed discount notice as it was deprecated.
108+
104109
= Version 2.0.7 (2 May, 2020) =
105110

106111
* **Fix:** Removed unnecessary usage of `wp_kses_post()`, which was breaking the plugin.

0 commit comments

Comments
 (0)