Plugin Directory

Changeset 2383886


Ignore:
Timestamp:
09/17/2020 05:18:17 PM (6 years ago)
Author:
humcommerce
Message:

release 3.0.6

Location:
humcommerce
Files:
4 edited
20 copied

Legend:

Unmodified
Added
Removed
  • humcommerce/tags/3.0.6/README.txt

    r2382813 r2383886  
    55Tested up to: 5.5.1
    66Requires PHP: 5.6.0
    7 Stable tag: 3.0.5
     7Stable tag: 3.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9393
    9494== Changelog ==
     95Ver 3.0.6 (17 Sep 2020)
     96* Fix         : Improved compatibility with Wp-Rocket CDN mode ON
     97
    9598Ver 3.0.5 (16 Sep 2020)
    9699* Improvement : Improved messaging and feedback in plugin UI
  • humcommerce/tags/3.0.6/humcommerce.php

    r2382813 r2383886  
    1616 * Plugin URI:        https://wordpress.org/plugins/humcommerce/
    1717 * Description:       HumCommerce WordPress plugin to Record, Analyze & Convert your visitors.
    18  * Version:           3.0.5
     18 * Version:           3.0.6
    1919 * Author:            HumCommerce
    2020 * Author URI:        https://www.humcommerce.com
     
    2929}
    3030
    31 define( 'HUMCOMMERCE_VERSION', '3.0.5' );
     31define( 'HUMCOMMERCE_VERSION', '3.0.6' );
    3232
    3333if ( ! defined( 'HUMCOMMERCE_HOST' ) ) {
     
    104104                    'product_name'    => 'Humcommerce',
    105105                    'module_type'     => 'plugin',
    106                     'version'         => '3.0.4',
     106                    'version'         => HUMCOMMERCE_VERSION,
    107107                    'plugin_basename' => 'humcommerce/humcommerce.php',
    108108                    'plugin_url'      => HUMCOMMERCE_PLUGIN_URL,
  • humcommerce/tags/3.0.6/public/class-humcommerce-public.php

    r2360765 r2383886  
    5050                    g.async = true;
    5151                    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";
    5353                    s.parentNode.insertBefore(g, s);
    5454                })();
  • humcommerce/trunk/README.txt

    r2382813 r2383886  
    55Tested up to: 5.5.1
    66Requires PHP: 5.6.0
    7 Stable tag: 3.0.5
     7Stable tag: 3.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9393
    9494== Changelog ==
     95Ver 3.0.6 (17 Sep 2020)
     96* Fix         : Improved compatibility with Wp-Rocket CDN mode ON
     97
    9598Ver 3.0.5 (16 Sep 2020)
    9699* Improvement : Improved messaging and feedback in plugin UI
  • humcommerce/trunk/humcommerce.php

    r2382813 r2383886  
    1616 * Plugin URI:        https://wordpress.org/plugins/humcommerce/
    1717 * Description:       HumCommerce WordPress plugin to Record, Analyze & Convert your visitors.
    18  * Version:           3.0.5
     18 * Version:           3.0.6
    1919 * Author:            HumCommerce
    2020 * Author URI:        https://www.humcommerce.com
     
    2929}
    3030
    31 define( 'HUMCOMMERCE_VERSION', '3.0.5' );
     31define( 'HUMCOMMERCE_VERSION', '3.0.6' );
    3232
    3333if ( ! defined( 'HUMCOMMERCE_HOST' ) ) {
     
    104104                    'product_name'    => 'Humcommerce',
    105105                    'module_type'     => 'plugin',
    106                     'version'         => '3.0.4',
     106                    'version'         => HUMCOMMERCE_VERSION,
    107107                    'plugin_basename' => 'humcommerce/humcommerce.php',
    108108                    'plugin_url'      => HUMCOMMERCE_PLUGIN_URL,
  • humcommerce/trunk/public/class-humcommerce-public.php

    r2360765 r2383886  
    5050                    g.async = true;
    5151                    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";
    5353                    s.parentNode.insertBefore(g, s);
    5454                })();
Note: See TracChangeset for help on using the changeset viewer.