Plugin Directory

Changeset 2856957


Ignore:
Timestamp:
01/30/2023 09:19:55 AM (3 years ago)
Author:
sizeme
Message:

Removed email hash from order info

Location:
sizeme-for-woocommerce
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • sizeme-for-woocommerce/tags/2.2.3/readme.txt

    r2614673 r2856957  
    33Tags: sizeme, measurements, sizeguide, size guide, size recommendations
    44Requires at least: 3.8
    5 Tested up to: 5.8.1
    6 Stable tag: 2.2.2
     5Tested up to: 6.1.1
     6Stable tag: 2.2.3
    77Requires PHP: 5.2.4
    88WC requires at least: 2.5
    9 WC tested up to: 5.8.0
     9WC tested up to: 7.3.0
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8383
    8484== Changelog ==
     85= 2.2.3 =
     86* Discontinued sending unused email hash
     87
    8588= 2.2.2 =
    8689* Improved cookie handling again
  • sizeme-for-woocommerce/tags/2.2.3/sizeme-for-woocommerce.php

    r2614673 r2856957  
    1010 * Plugin Name: SizeMe for WooCommerce
    1111 * Description: SizeMe is a web store plugin that enables your consumers to input their measurements and get personalised fit recommendations based on actual product data.
    12  * Version:     2.2.2
     12 * Version:     2.2.3
    1313 * Author:      SizeMe Ltd
    1414 * Author URI:  https://www.sizeme.com/
     
    1717 *
    1818 * WC requires at least: 2.5
    19  * WC tested up to: 5.8.0
     19 * WC tested up to: 7.3.0
    2020 *
    2121 * SizeMe for WooCommerce is free software: you can redistribute it and/or modify
     
    5454     * @var string VERSION The plugin version.
    5555     */
    56     const VERSION = '2.2.2';
     56    const VERSION = '2.2.3';
    5757
    5858    /**
     
    681681            'orderStatusLabel' => $order->get_status(),
    682682            'buyer' => array(
    683                 'emailHash' => md5( strtolower( $order->get_billing_email() ) ),
     683                'emailHash' => md5( strtolower( 'Discontinued_2023-01-30' ) ),
    684684            ),
    685685            'createdAt' => $order->get_date_created()->date('Y-m-d H:i:s'),
  • sizeme-for-woocommerce/trunk/readme.txt

    r2614673 r2856957  
    33Tags: sizeme, measurements, sizeguide, size guide, size recommendations
    44Requires at least: 3.8
    5 Tested up to: 5.8.1
    6 Stable tag: 2.2.2
     5Tested up to: 6.1.1
     6Stable tag: 2.2.3
    77Requires PHP: 5.2.4
    88WC requires at least: 2.5
    9 WC tested up to: 5.8.0
     9WC tested up to: 7.3.0
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8383
    8484== Changelog ==
     85= 2.2.3 =
     86* Discontinued sending unused email hash
     87
    8588= 2.2.2 =
    8689* Improved cookie handling again
  • sizeme-for-woocommerce/trunk/sizeme-for-woocommerce.php

    r2614673 r2856957  
    1010 * Plugin Name: SizeMe for WooCommerce
    1111 * Description: SizeMe is a web store plugin that enables your consumers to input their measurements and get personalised fit recommendations based on actual product data.
    12  * Version:     2.2.2
     12 * Version:     2.2.3
    1313 * Author:      SizeMe Ltd
    1414 * Author URI:  https://www.sizeme.com/
     
    1717 *
    1818 * WC requires at least: 2.5
    19  * WC tested up to: 5.8.0
     19 * WC tested up to: 7.3.0
    2020 *
    2121 * SizeMe for WooCommerce is free software: you can redistribute it and/or modify
     
    5454     * @var string VERSION The plugin version.
    5555     */
    56     const VERSION = '2.2.2';
     56    const VERSION = '2.2.3';
    5757
    5858    /**
     
    681681            'orderStatusLabel' => $order->get_status(),
    682682            'buyer' => array(
    683                 'emailHash' => md5( strtolower( $order->get_billing_email() ) ),
     683                'emailHash' => md5( strtolower( 'Discontinued_2023-01-30' ) ),
    684684            ),
    685685            'createdAt' => $order->get_date_created()->date('Y-m-d H:i:s'),
Note: See TracChangeset for help on using the changeset viewer.