|
1 | 1 | <?php |
2 | 2 | /* |
3 | 3 | Plugin Name: WooCommerce Conversion Tracking |
4 | | -Plugin URI: https://wedevs.com/products/plugins/woocommerce-conversion-tracking/ |
| 4 | +Plugin URI: https://wedevs.com/woocommerce-conversion-tracking/ |
5 | 5 | Description: Adds various conversion tracking codes to cart, checkout, registration success and product page on WooCommerce |
6 | | -Version: 2.0.6 |
7 | | -Author: Tareq Hasan |
8 | | -Author URI: https://tareq.co/ |
| 6 | +Version: 2.0.7 |
| 7 | +Author: weDevs |
| 8 | +Author URI: https://wedevs.com/?utm_source=ORG_Author_URI_WCCT |
9 | 9 | License: GPL2 |
10 | 10 | WC requires at least: 2.3 |
11 | | -WC tested up to: 3.8.1 |
| 11 | +WC tested up to: 4.0.1 |
12 | 12 | */ |
13 | 13 |
|
14 | 14 | /** |
15 | | - * Copyright (c) 2017 Tareq Hasan (email: tareq@wedevs.com). All rights reserved. |
| 15 | + * Copyright (c) 2020 Tareq Hasan (email: tareq@wedevs.com). All rights reserved. |
16 | 16 | * |
17 | 17 | * Released under the GPL license |
18 | 18 | * http://www.opensource.org/licenses/gpl-license.php |
@@ -293,7 +293,7 @@ public function check_woocommerce_exist() { |
293 | 293 | if ( ! function_exists( 'WC' ) ) { |
294 | 294 | ?> |
295 | 295 | <div class="error notice is-dismissible"> |
296 | | - <p><?php echo wp_kses_post( __( '<b>Woocommerce conversion tracking</b> requires <a target="_blank" href="https://wordpress.org/plugins/woocommerce/">Woocommerce</a>', 'woocommerce-conversion-tracking' ) );?></p> |
| 296 | + <p><?php echo __( '<b>Woocommerce conversion tracking</b> requires <a target="_blank" href="https://wordpress.org/plugins/woocommerce/">Woocommerce</a>', 'woocommerce-conversion-tracking' ); ?></p> |
297 | 297 | </div> |
298 | 298 | <?php |
299 | 299 | } |
@@ -326,7 +326,7 @@ public function happy_addons_ads_banner() { |
326 | 326 | <img src="<?php echo esc_attr( WCCT_ASSETS . '/images/happy-addons.png' )?>" alt=""> |
327 | 327 | </div> |
328 | 328 | <div class="wcct-message-content"> |
329 | | - <p><?php echo wp_kses_post( __( 'Reach beyond your imagination in creating web pages. <strong> Try Happy Addons for Elementor to shape your dream.</strong> 😊') ) ?></p> |
| 329 | + <p><?php echo __( 'Reach beyond your imagination in creating web pages. <strong> Try Happy Addons for Elementor to shape your dream.</strong> 😊' ); ?></p> |
330 | 330 | </div> |
331 | 331 | <div class="wcct-message-action"> |
332 | 332 | <a href="" id="wcct-install-happ-addons" class="button button-primary"> <i class="dashicons dashicons-update wcct-update-icon"></i> Install Now For FREE</a> |
|
0 commit comments