Plugin Directory

Changeset 1493602


Ignore:
Timestamp:
09/10/2016 05:26:23 AM (9 years ago)
Author:
wellhandled
Message:

Release 1.5.3

Location:
well-handled/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • well-handled/trunk/index.php

    r1489597 r1493602  
    44Plugin URI: https://well-handled.io
    55Description: Easy and powerful handlebar/mustache email template management for developers.
    6 Version: 1.5.2
     6Version: 1.5.3
    77Author: well-handled.io
    88Author URI: https://well-handled.io
     
    10781078                        $parsed = parse_url($url);
    10791079                        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;
    10821083
    10831084                        $url = wh_unparse_url($parsed);
  • well-handled/trunk/readme.txt

    r1489597 r1493602  
    44Tags: template, handlebar, mustache, css, email, transactional, analytics
    55Requires at least: 4.4
    6 Tested up to: 4.6
     6Tested up to: 4.6.1
    77Stable tag: trunk
    88License: GPLv2 or later
     
    6767== Changelog ==
    6868
     69= 1.5.3 =
     70* [fixed] PHP notices;
     71
    6972= 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;
    7174
    7275= 1.5.1 =
     
    9396== Upgrade Notice ==
    9497
     98= 1.5.3 =
     99* [fixed] PHP notices;
     100
    95101= 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;
    97103
    98104= 1.5.1 =
Note: See TracChangeset for help on using the changeset viewer.