Plugin Directory

Changeset 864714


Ignore:
Timestamp:
02/25/2014 01:45:05 PM (12 years ago)
Author:
Ste-Bi
Message:

bugfix

Location:
appstore/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appstore/trunk/AppFunctions.php

    r864705 r864714  
    206206    $phgToken = get_option("AppStore_PHGToken");               
    207207    // Keine Daten hinterlegt
    208     if ($tradedoubler_id == "" && $customAffURL == "") {
     208    if ($tradedoubler_id == "" && $customAffURL == "" && $phgToken == "") {
    209209        return $trackViewUrl;
    210210    } else {
  • appstore/trunk/AppStore.php

    r864705 r864714  
    44Plugin URI: http://tirolercast.ste-bi.net/wordpress-plugins/appstore-plugin/
    55Description: A filter for WordPress that displays AppstoreDetails
    6 Version:4.5.0
     6Version:4.5.1
    77Author: Stephan
    88Author URI: http://www.ste-bi.net
  • appstore/trunk/readme.txt

    r864705 r864714  
    5252
    5353== Changelog ==
     54= 4.5.1 =
     55* Bugfix
     56
    5457= 4.5.0 =
    5558* Added support for PHG - iTunes Affiliate Program (will replace Tradedoubler)
Note: See TracChangeset for help on using the changeset viewer.