Changeset 2148180
- Timestamp:
- 08/30/2019 04:22:32 AM (7 years ago)
- Location:
- humcommerce/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
humcommerce.php (modified) (2 diffs)
-
public/class-humcommerce-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
humcommerce/trunk/README.txt
r2130583 r2148180 5 5 Tested up to: 5.1.1 6 6 Requires PHP: 5.2.4 7 Stable tag: 2.1. 97 Stable tag: 2.1.10 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
humcommerce/trunk/humcommerce.php
r2130583 r2148180 16 16 * Plugin URI: https://wordpress.org/plugins/humcommerce/ 17 17 * Description: HumCommerce WordPress plugin to Record, Analyze & Convert your visitors. 18 * Version: 2.1. 918 * Version: 2.1.10 19 19 * Author: HumCommerce 20 20 * Author URI: https://www.humcommerce.com … … 29 29 } 30 30 31 define( 'HUMCOMMERCE_VERSION', '2.1. 9' );31 define( 'HUMCOMMERCE_VERSION', '2.1.10' ); 32 32 33 33 -
humcommerce/trunk/public/class-humcommerce-public.php
r2130768 r2148180 140 140 if ( is_product_category() ) { 141 141 $set_ecommerce_view = '_ha.push(["setEcommerceView", 142 ' . false . ' 143 ' . false . ' 144 ' . single_cat_title( '', false ) . '])';142 ' . false . ', 143 ' . false . ', 144 "' . single_cat_title( '', false ) . '",])'; 145 145 } 146 146 }
Note: See TracChangeset
for help on using the changeset viewer.