Plugin Directory

Changeset 1356171


Ignore:
Timestamp:
02/22/2016 11:54:08 PM (10 years ago)
Author:
segmentio
Message:

1.0.13

Location:
segmentio/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • segmentio/trunk/analytics-wordpress.php

    r1251781 r1356171  
    44Plugin URI: https://segment.io/plugins/wordpress
    55Description: The hassle-free way to integrate any analytics service into your WordPress site.
    6 Version: 1.0.12
     6Version: 1.0.13
    77License: GPLv2
    88Author: Segment.io
     
    182182     * Current plugin version.
    183183     */
    184     const VERSION = '1.0.12';
     184    const VERSION = '1.0.13';
    185185
    186186    /**
  • segmentio/trunk/integrations/intercom.php

    r948394 r1356171  
    1919
    2020        $identify['options']['Intercom'] = array(
    21             'userHash' => hash( 'sha256', $settings['use_intercom_secure_mode'] . $user_email )
     21            'userHash' => hash_hmac( 'sha256', $user_email, $settings['use_intercom_secure_mode'] )
    2222        );
    2323    }
  • segmentio/trunk/readme.txt

    r1251781 r1356171  
    44Requires at least: 3.6
    55Tested up to: 4.0
    6 Stable tag: 1.0.12
     6Stable tag: 1.0.13
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.