Plugin Directory

Changeset 1001843


Ignore:
Timestamp:
10/04/2014 07:37:26 PM (12 years ago)
Author:
sealsystems
Message:
  • Added: appVersion to Elements tag [Thanks alfajr2006]
Location:
app-store-assistant/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • app-store-assistant/trunk/app-store-assistant.php

    r976053 r1001843  
    22/*
    33Plugin Name: App Store Assistant
    4 Version: 6.9.0
     4Version: 6.9.0 (20141004.121817)
    55Text Domain: appStoreAssistant
    66Plugin URI: http://TheiPhoneAppsList.com/
  • app-store-assistant/trunk/includes/app-store-functions.php

    r1001077 r1001843  
    676676    $app->platform = $platform;
    677677    $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");
    679679    if($app) {
    680680            $appElements = explode(",", $elements);
     
    15701570function displayAppStore_appPrice($app,$elementOnly=false) {
    15711571        $element = $app->TheAppPrice;
     1572        return $element;
     1573}
     1574
     1575function displayAppStore_appVersion($app,$elementOnly=false) {
     1576        $element = $app->version;
    15721577        return $element;
    15731578}
  • app-store-assistant/trunk/includes/options_pages/options_help_shortcodes.php

    r916273 r1001843  
    117117<li>appRating</li>
    118118<li>appPrice</li>
     119<li>appVersion</li>
    119120</ul>
    120121   
  • app-store-assistant/trunk/readme.txt

    r1001077 r1001843  
    22Contributors: SEALsystems
    33Donate 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 Extensions
     4Tags: iOS, App Store, iTunes,Apple Watch, iWatch, apps, appstore, iPhone, iPad, mac, PHG, LinkShare, linksynergy, TradeDoubler, DGM, music, amazon, ATOM, RSS, Mac Extensions
    55Requires at least: 3.9.2
    66Tested up to: 4.0
     
    1212== Description ==
    1313
    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.com
     14The 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
    1515
    1616Built-in search for automated Post creation.
     
    118118* Request: separate the elements of appDetails, ex. appVersion, appCreateBy, appReleaseDate, etc. [Thanks Jomasher]
    119119* Request: Add Tags with App/item name to post [Thanks iOSAppLists]
    120 * Added: iWatch search
     120* Pending: iWatch search
     121* Pending: App Bundles
    121122
    122123== Changelog ==
     
    128129* Added: You can now preset a default search type for your site
    129130* Added: You can now search for iTunes items (Music, Podcasts, TV, Movies, AudioBooks etc.)
     131* Added: appVersion to Elements tag [Thanks alfajr2006]
    130132* Changed: Search button is now called ASA Search (was App Search)
    131133* Added: Now Supports iTunes track listings for multi-disc sets
Note: See TracChangeset for help on using the changeset viewer.