Changeset 2383886
- Timestamp:
- 09/17/2020 05:18:17 PM (6 years ago)
- Location:
- humcommerce
- Files:
-
- 4 edited
- 20 copied
-
tags/3.0.6 (copied) (copied from humcommerce/trunk)
-
tags/3.0.6/README.txt (copied) (copied from humcommerce/trunk/README.txt) (2 diffs)
-
tags/3.0.6/admin/class-humcommerce-admin.php (copied) (copied from humcommerce/trunk/admin/class-humcommerce-admin.php)
-
tags/3.0.6/admin/class-magic-report.php (copied) (copied from humcommerce/trunk/admin/class-magic-report.php)
-
tags/3.0.6/admin/css/humcommerce-admin.css (copied) (copied from humcommerce/trunk/admin/css/humcommerce-admin.css)
-
tags/3.0.6/admin/css/humcommerce-admin.min.css (copied) (copied from humcommerce/trunk/admin/css/humcommerce-admin.min.css)
-
tags/3.0.6/admin/css/recording-table.css (copied) (copied from humcommerce/trunk/admin/css/recording-table.css)
-
tags/3.0.6/admin/css/recording-table.min.css (copied) (copied from humcommerce/trunk/admin/css/recording-table.min.css)
-
tags/3.0.6/admin/flags-country-list.php (copied) (copied from humcommerce/trunk/admin/flags-country-list.php)
-
tags/3.0.6/admin/getting-started.php (copied) (copied from humcommerce/trunk/admin/getting-started.php)
-
tags/3.0.6/admin/images/icons (copied) (copied from humcommerce/trunk/admin/images/icons)
-
tags/3.0.6/admin/js (copied) (copied from humcommerce/trunk/admin/js)
-
tags/3.0.6/admin/views/mascot.php (copied) (copied from humcommerce/trunk/admin/views/mascot.php)
-
tags/3.0.6/admin/views/recording-email.php (copied) (copied from humcommerce/trunk/admin/views/recording-email.php)
-
tags/3.0.6/analytics (copied) (copied from humcommerce/trunk/analytics)
-
tags/3.0.6/humcommerce.php (copied) (copied from humcommerce/trunk/humcommerce.php) (3 diffs)
-
tags/3.0.6/icon.png (copied) (copied from humcommerce/trunk/icon.png)
-
tags/3.0.6/includes/class-humc-utils.php (copied) (copied from humcommerce/trunk/includes/class-humc-utils.php)
-
tags/3.0.6/includes/class-humcommerce.php (copied) (copied from humcommerce/trunk/includes/class-humcommerce.php)
-
tags/3.0.6/includes/class-magic-api.php (copied) (copied from humcommerce/trunk/includes/class-magic-api.php)
-
tags/3.0.6/public/class-humcommerce-public.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/humcommerce.php (modified) (3 diffs)
-
trunk/public/class-humcommerce-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
humcommerce/tags/3.0.6/README.txt
r2382813 r2383886 5 5 Tested up to: 5.5.1 6 6 Requires PHP: 5.6.0 7 Stable tag: 3.0. 57 Stable tag: 3.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 93 93 94 94 == Changelog == 95 Ver 3.0.6 (17 Sep 2020) 96 * Fix : Improved compatibility with Wp-Rocket CDN mode ON 97 95 98 Ver 3.0.5 (16 Sep 2020) 96 99 * Improvement : Improved messaging and feedback in plugin UI -
humcommerce/tags/3.0.6/humcommerce.php
r2382813 r2383886 16 16 * Plugin URI: https://wordpress.org/plugins/humcommerce/ 17 17 * Description: HumCommerce WordPress plugin to Record, Analyze & Convert your visitors. 18 * Version: 3.0. 518 * Version: 3.0.6 19 19 * Author: HumCommerce 20 20 * Author URI: https://www.humcommerce.com … … 29 29 } 30 30 31 define( 'HUMCOMMERCE_VERSION', '3.0. 5' );31 define( 'HUMCOMMERCE_VERSION', '3.0.6' ); 32 32 33 33 if ( ! defined( 'HUMCOMMERCE_HOST' ) ) { … … 104 104 'product_name' => 'Humcommerce', 105 105 'module_type' => 'plugin', 106 'version' => '3.0.4',106 'version' => HUMCOMMERCE_VERSION, 107 107 'plugin_basename' => 'humcommerce/humcommerce.php', 108 108 'plugin_url' => HUMCOMMERCE_PLUGIN_URL, -
humcommerce/tags/3.0.6/public/class-humcommerce-public.php
r2360765 r2383886 50 50 g.async = true; 51 51 g.defer = true; 52 g.src = u + "/sites/h-<?php echo esc_html( $site_id ); ?>.js";52 g.src = "<?php echo esc_url( $host_url ); ?>/sites/h-<?php echo esc_html( $site_id ); ?>.js"; 53 53 s.parentNode.insertBefore(g, s); 54 54 })(); -
humcommerce/trunk/README.txt
r2382813 r2383886 5 5 Tested up to: 5.5.1 6 6 Requires PHP: 5.6.0 7 Stable tag: 3.0. 57 Stable tag: 3.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 93 93 94 94 == Changelog == 95 Ver 3.0.6 (17 Sep 2020) 96 * Fix : Improved compatibility with Wp-Rocket CDN mode ON 97 95 98 Ver 3.0.5 (16 Sep 2020) 96 99 * Improvement : Improved messaging and feedback in plugin UI -
humcommerce/trunk/humcommerce.php
r2382813 r2383886 16 16 * Plugin URI: https://wordpress.org/plugins/humcommerce/ 17 17 * Description: HumCommerce WordPress plugin to Record, Analyze & Convert your visitors. 18 * Version: 3.0. 518 * Version: 3.0.6 19 19 * Author: HumCommerce 20 20 * Author URI: https://www.humcommerce.com … … 29 29 } 30 30 31 define( 'HUMCOMMERCE_VERSION', '3.0. 5' );31 define( 'HUMCOMMERCE_VERSION', '3.0.6' ); 32 32 33 33 if ( ! defined( 'HUMCOMMERCE_HOST' ) ) { … … 104 104 'product_name' => 'Humcommerce', 105 105 'module_type' => 'plugin', 106 'version' => '3.0.4',106 'version' => HUMCOMMERCE_VERSION, 107 107 'plugin_basename' => 'humcommerce/humcommerce.php', 108 108 'plugin_url' => HUMCOMMERCE_PLUGIN_URL, -
humcommerce/trunk/public/class-humcommerce-public.php
r2360765 r2383886 50 50 g.async = true; 51 51 g.defer = true; 52 g.src = u + "/sites/h-<?php echo esc_html( $site_id ); ?>.js";52 g.src = "<?php echo esc_url( $host_url ); ?>/sites/h-<?php echo esc_html( $site_id ); ?>.js"; 53 53 s.parentNode.insertBefore(g, s); 54 54 })();
Note: See TracChangeset
for help on using the changeset viewer.