Changeset 468

Show
Ignore:
Timestamp:
02/11/08 20:06:10 (2 years ago)
Author:
breese
Message:

added build helper and upped the version number

Location:
trunk/PromoteThis
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/PromoteThis/plugins/PromoteThis/PromoteThis.pl

    r467 r468  
    1111 
    1212use vars qw( $VERSION $plugin ); 
    13 $VERSION = '1.06'; 
     13$VERSION = '1.07'; 
    1414 
    1515eval { 
     
    179179    my $ctx = shift; 
    180180    my $entry = $ctx->stash('entry'); 
    181     my $link = 'http://www.stumbleupon.com/submit?url='; 
    182     $link .= MT::Util::encode_url($entry->permalink); 
     181    my $link = 'http://www.stumbleupon.com/submit'; 
     182    $link .= '?url=' . MT::Util::encode_url($entry->permalink); 
    183183    $link .= '&title=' . MT::Util::encode_url($entry->title); 
    184184    return $link;