Changeset 1356171
- Timestamp:
- 02/22/2016 11:54:08 PM (10 years ago)
- Location:
- segmentio/trunk
- Files:
-
- 3 edited
-
analytics-wordpress.php (modified) (2 diffs)
-
integrations/intercom.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
segmentio/trunk/analytics-wordpress.php
r1251781 r1356171 4 4 Plugin URI: https://segment.io/plugins/wordpress 5 5 Description: The hassle-free way to integrate any analytics service into your WordPress site. 6 Version: 1.0.1 26 Version: 1.0.13 7 7 License: GPLv2 8 8 Author: Segment.io … … 182 182 * Current plugin version. 183 183 */ 184 const VERSION = '1.0.1 2';184 const VERSION = '1.0.13'; 185 185 186 186 /** -
segmentio/trunk/integrations/intercom.php
r948394 r1356171 19 19 20 20 $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'] ) 22 22 ); 23 23 } -
segmentio/trunk/readme.txt
r1251781 r1356171 4 4 Requires at least: 3.6 5 5 Tested up to: 4.0 6 Stable tag: 1.0.1 26 Stable tag: 1.0.13 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.