Skip to content

Commit

Permalink
Preparing release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hasinur1997 committed Aug 21, 2019
1 parent bce7a23 commit b3b60a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions conversion-tracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Plugin Name: WooCommerce Conversion Tracking
Plugin URI: https://wedevs.com/products/plugins/woocommerce-conversion-tracking/
Description: Adds various conversion tracking codes to cart, checkout, registration success and product page on WooCommerce
Version: 2.0.3
Version: 2.0.4
Author: Tareq Hasan
Author URI: https://tareq.co/
License: GPL2
WC requires at least: 2.3
WC tested up to: 3.6.2
WC tested up to: 3.7.0
*/

/**
Expand Down Expand Up @@ -54,7 +54,7 @@ class WeDevs_WC_Conversion_Tracking {
*
* @var string
*/
public $version = '2.0.3';
public $version = '2.0.4';

/**
* Holds various class instances
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": "Woocommerce-Conversion-Tracking",
"version": "2.0.3",
"version": "2.0.4",
"description": "Conversion tracking plugin for WooCommerce",
"author": "Tareq Hasan",
"license": "GPL",
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woocommerce, tracking, facebook, google,
Donate link: https://tareq.co/donate/
Requires at least: 4.0
Tested up to: 5.1.1
Stable tag: 2.0.2
Stable tag: 2.0.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -88,6 +88,11 @@ We put the JavaScript scripts provided by you in the page and it fires a convers
5. Custom Codes

== Changelog ==
= Version 2.0.4 (21-August-2019) =
* [fix] Happyaddons dismissable banner
* [fix] Getting started link doesn't work
* [tweak] Change from Google Adwords to Google Ads

= Version 2.0.3 (05-August-2019) =
* [fix] AddToCart Event doesn't work for ajax
* [new] Add happy addons banner
Expand Down

0 comments on commit b3b60a6

Please sign in to comment.