Changeset 1493602
- Timestamp:
- 09/10/2016 05:26:23 AM (9 years ago)
- Location:
- well-handled/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
well-handled/trunk/index.php
r1489597 r1493602 4 4 Plugin URI: https://well-handled.io 5 5 Description: Easy and powerful handlebar/mustache email template management for developers. 6 Version: 1.5. 26 Version: 1.5.3 7 7 Author: well-handled.io 8 8 Author URI: https://well-handled.io … … 1078 1078 $parsed = parse_url($url); 1079 1079 if(isset($parsed['query']) && strlen($parsed['query'])) 1080 $parsed['query'] .= '&'; 1081 $parsed['query'] .= $utm_query; 1080 $parsed['query'] .= "&$utm_query"; 1081 else 1082 $parsed['query'] = $utm_query; 1082 1083 1083 1084 $url = wh_unparse_url($parsed); -
well-handled/trunk/readme.txt
r1489597 r1493602 4 4 Tags: template, handlebar, mustache, css, email, transactional, analytics 5 5 Requires at least: 4.4 6 Tested up to: 4.6 6 Tested up to: 4.6.1 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 67 67 == Changelog == 68 68 69 = 1.5.3 = 70 * [fixed] PHP notices; 71 69 72 = 1.5.2 = 70 * [fixed] bug affecting UTM tag insertion on links with #hash fragments 73 * [fixed] bug affecting UTM tag insertion on links with #hash fragments; 71 74 72 75 = 1.5.1 = … … 93 96 == Upgrade Notice == 94 97 98 = 1.5.3 = 99 * [fixed] PHP notices; 100 95 101 = 1.5.2 = 96 * [fixed] bug affecting UTM tag insertion on links with #hash fragments 102 * [fixed] bug affecting UTM tag insertion on links with #hash fragments; 97 103 98 104 = 1.5.1 =
Note: See TracChangeset
for help on using the changeset viewer.