Changeset 1001843
- Timestamp:
- 10/04/2014 07:37:26 PM (12 years ago)
- Location:
- app-store-assistant/trunk
- Files:
-
- 4 edited
-
app-store-assistant.php (modified) (1 diff)
-
includes/app-store-functions.php (modified) (2 diffs)
-
includes/options_pages/options_help_shortcodes.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
app-store-assistant/trunk/app-store-assistant.php
r976053 r1001843 2 2 /* 3 3 Plugin Name: App Store Assistant 4 Version: 6.9.0 4 Version: 6.9.0 (20141004.121817) 5 5 Text Domain: appStoreAssistant 6 6 Plugin URI: http://TheiPhoneAppsList.com/ -
app-store-assistant/trunk/includes/app-store-functions.php
r1001077 r1001843 676 676 $app->platform = $platform; 677 677 $element = ""; 678 $appElements_available = explode(",","appName,appIcon,appDescription,appBadge,appDetails,appGCIcon,appScreenshots,appDeviceList,appBuyButton,appRating,appPrice,appBadgeSm,appReleaseNotes ");678 $appElements_available = explode(",","appName,appIcon,appDescription,appBadge,appDetails,appGCIcon,appScreenshots,appDeviceList,appBuyButton,appRating,appPrice,appBadgeSm,appReleaseNotes,appVersion"); 679 679 if($app) { 680 680 $appElements = explode(",", $elements); … … 1570 1570 function displayAppStore_appPrice($app,$elementOnly=false) { 1571 1571 $element = $app->TheAppPrice; 1572 return $element; 1573 } 1574 1575 function displayAppStore_appVersion($app,$elementOnly=false) { 1576 $element = $app->version; 1572 1577 return $element; 1573 1578 } -
app-store-assistant/trunk/includes/options_pages/options_help_shortcodes.php
r916273 r1001843 117 117 <li>appRating</li> 118 118 <li>appPrice</li> 119 <li>appVersion</li> 119 120 </ul> 120 121 -
app-store-assistant/trunk/readme.txt
r1001077 r1001843 2 2 Contributors: SEALsystems 3 3 Donate link:http://theiphoneappslist.com/donate/ 4 Tags: iOS, App Store, iTunes, iWatch, apps, appstore, iPhone, iPad, mac, PHG, LinkShare, linksynergy, TradeDoubler, DGM, music, amazon, ATOM, RSS, Mac Extensions4 Tags: iOS, App Store, iTunes,Apple Watch, iWatch, apps, appstore, iPhone, iPad, mac, PHG, LinkShare, linksynergy, TradeDoubler, DGM, music, amazon, ATOM, RSS, Mac Extensions 5 5 Requires at least: 3.9.2 6 6 Tested up to: 4.0 … … 12 12 == Description == 13 13 14 The App Store Assistant Wordpress plugin displays a list of iOS Apps, Mac apps or iTunes content from an RSS feed (https://rss.itunes.apple.com/us/) or the detail for iPhone/iPod Apps, Mac Apps, iPad Apps, Songs, Albums, Movies, Short Films, TV Episodes, or Seasons and Music Videos via the item's ID. optionally it will also converts the items's link to use your affiliate program. It now also allows items from Amazon.com to be displayed. Demo at http://TheiPhoneAppsList.com or http://TheMacAppsList.com14 The App Store Assistant Wordpress plugin has a powerful "search & create post" feature that takes all the work out of creating a post with the item details for iOS Apps, Mac Apps, Apple Watch Apps or iTunes content. You can also create posts from an RSS feed (https://rss.itunes.apple.com/us/) or the detail for iPhone/iPod Apps, Mac Apps, Apple Watch Apps, iPad Apps, Songs, Albums, Movies, Short Films, TV Episodes, or Seasons and Music Videos via the item's ID. Optionally it will also converts the items's link to use your affiliate program. App Store Assistant now also allows items from Amazon.com to be displayed. Demo at http://TheiPhoneAppsList.com or http://TheMacAppsList.com 15 15 16 16 Built-in search for automated Post creation. … … 118 118 * Request: separate the elements of appDetails, ex. appVersion, appCreateBy, appReleaseDate, etc. [Thanks Jomasher] 119 119 * Request: Add Tags with App/item name to post [Thanks iOSAppLists] 120 * Added: iWatch search 120 * Pending: iWatch search 121 * Pending: App Bundles 121 122 122 123 == Changelog == … … 128 129 * Added: You can now preset a default search type for your site 129 130 * Added: You can now search for iTunes items (Music, Podcasts, TV, Movies, AudioBooks etc.) 131 * Added: appVersion to Elements tag [Thanks alfajr2006] 130 132 * Changed: Search button is now called ASA Search (was App Search) 131 133 * Added: Now Supports iTunes track listings for multi-disc sets
Note: See TracChangeset
for help on using the changeset viewer.