Plugin Directory

Changeset 2148180


Ignore:
Timestamp:
08/30/2019 04:22:32 AM (7 years ago)
Author:
humcommerce
Message:

Fixed : javascript error in console when we visit category page

Location:
humcommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • humcommerce/trunk/README.txt

    r2130583 r2148180  
    55Tested up to: 5.1.1
    66Requires PHP: 5.2.4
    7 Stable tag: 2.1.9
     7Stable tag: 2.1.10
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • humcommerce/trunk/humcommerce.php

    r2130583 r2148180  
    1616 * Plugin URI:        https://wordpress.org/plugins/humcommerce/
    1717 * Description:       HumCommerce WordPress plugin to Record, Analyze & Convert your visitors.
    18  * Version:           2.1.9
     18 * Version:           2.1.10
    1919 * Author:            HumCommerce
    2020 * Author URI:        https://www.humcommerce.com
     
    2929}
    3030
    31 define( 'HUMCOMMERCE_VERSION', '2.1.9' );
     31define( 'HUMCOMMERCE_VERSION', '2.1.10' );
    3232
    3333
  • humcommerce/trunk/public/class-humcommerce-public.php

    r2130768 r2148180  
    140140            if ( is_product_category() ) {
    141141                $set_ecommerce_view = '_ha.push(["setEcommerceView",
    142                     ' . false . '
    143                     ' . false . '
    144                     ' . single_cat_title( '', false ) . '])';
     142                    ' . false . ',
     143                    ' . false . ',
     144                    "' . single_cat_title( '', false ) . '",])';
    145145            }
    146146        }
Note: See TracChangeset for help on using the changeset viewer.