Changeset 864714
- Timestamp:
- 02/25/2014 01:45:05 PM (12 years ago)
- Location:
- appstore/trunk
- Files:
-
- 3 edited
-
AppFunctions.php (modified) (1 diff)
-
AppStore.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appstore/trunk/AppFunctions.php
r864705 r864714 206 206 $phgToken = get_option("AppStore_PHGToken"); 207 207 // Keine Daten hinterlegt 208 if ($tradedoubler_id == "" && $customAffURL == "" ) {208 if ($tradedoubler_id == "" && $customAffURL == "" && $phgToken == "") { 209 209 return $trackViewUrl; 210 210 } else { -
appstore/trunk/AppStore.php
r864705 r864714 4 4 Plugin URI: http://tirolercast.ste-bi.net/wordpress-plugins/appstore-plugin/ 5 5 Description: A filter for WordPress that displays AppstoreDetails 6 Version:4.5. 06 Version:4.5.1 7 7 Author: Stephan 8 8 Author URI: http://www.ste-bi.net -
appstore/trunk/readme.txt
r864705 r864714 52 52 53 53 == Changelog == 54 = 4.5.1 = 55 * Bugfix 56 54 57 = 4.5.0 = 55 58 * Added support for PHG - iTunes Affiliate Program (will replace Tradedoubler)
Note: See TracChangeset
for help on using the changeset viewer.