Changeset 2080144
- Timestamp:
- 05/03/2019 08:24:29 PM (7 years ago)
- Location:
- earnware-connect/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
public/class-wp-ew-public.php (modified) (1 diff)
-
wp-ew.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
earnware-connect/trunk/README.txt
r2080108 r2080144 32 32 33 33 == Changelog == 34 35 = 1.0.42 = 36 * Made legacy sourceId, placementId form element posts also apply values to utm_source, utm_placement respectively. 34 37 35 38 = 1.0.41 = -
earnware-connect/trunk/public/class-wp-ew-public.php
r2080108 r2080144 406 406 data.sourceId = EW.getItem("utm_source") || '{$default_utm_source}' || window.location.hostname; 407 407 408 data.utm_placement = data.placementId; 409 data.utm_source = data.sourceId; 410 408 411 var protected = '${protected}'.split(','); 409 412 -
earnware-connect/trunk/wp-ew.php
r2080108 r2080144 17 17 * Plugin URI: https://www.earnware.com/wordpress/plugins/earnware-connect 18 18 * Description: A plugin to connect any wordpress site to the Earnware Dashboard. 19 * Version: 1.0.4 119 * Version: 1.0.42 20 20 * Author: Earnware Corporation 21 21 * Author URI: https://earnware.com/about/ … … 31 31 } 32 32 33 define( 'PLUGIN_NAME_VERSION', '1.0.4 1' );33 define( 'PLUGIN_NAME_VERSION', '1.0.42' ); 34 34 35 35 /**
Note: See TracChangeset
for help on using the changeset viewer.