Plugin Directory

Changeset 587066


Ignore:
Timestamp:
08/18/2012 06:14:40 AM (14 years ago)
Author:
roomshare
Message:

updated readme and version

Location:
embed-iphoneipad-app/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • embed-iphoneipad-app/trunk/embed-iphoneipad-app.php

    r587057 r587066  
    66  Description: Convert iTunes App Store Link To App Info HTML
    77  Author: Roomshare Japan
    8   Version: 1.0.0
     8  Version: 1.0.1
    99  Author URI: http://roomshare.jp/
    1010  License: GPL2
     
    3131// if you install Zend Framework 1 by Composer, this will autoload it
    3232if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
    33     // read external libraries (Zend Framework 1.x for Zend_Locale)
    34     require_once realpath( __DIR__ . '/vendor/autoload.php' );
     33  // read external libraries (Zend Framework 1.x for Zend_Locale)
     34  require_once realpath( __DIR__ . '/vendor/autoload.php' );
    3535}
    3636/*
     
    6464
    6565if (defined('EIA_IN_PHPUNIT_TEST')) { // see tests/bootstrap.php
    66     $GLOBALS[Rsj_EmbedIphoneIpadApp::PLUGIN_KEY] = new Rsj_EmbedIphoneIpadApp();
     66  $GLOBALS[Rsj_EmbedIphoneIpadApp::PLUGIN_KEY] = new Rsj_EmbedIphoneIpadApp();
    6767} else {
    68     new Rsj_EmbedIphoneIpadApp();
     68  new Rsj_EmbedIphoneIpadApp();
    6969}
  • embed-iphoneipad-app/trunk/readme.txt

    r587059 r587066  
    11=== Embed iPhone/iPad App ===
    22Contributors: roomshare
    3 Version 1.0.0
     3Version 1.0.1
    44Donate link: http://blog.roomshare.jp/blog/embed-iphoneipad-app
    55Tags: Linkshare, iPhone, iPad, iOS, app, affiliate marketing
     
    2828Neither of this plugin nor we are affiliated with Apple or LinkShare.
    2929
    30 version 1.0.0:
     30version 1.0.1:
    3131
    3232* only US(North America) and Japan affiliate providers are supported (no European or other affiliate providers)
     
    8181* initial release
    8282
     83= 1.0.1 =
     84* screenshot file name typos
     85* mistakes on affiliate ID handling
     86
    8387== Upgrade Notice ==
    8488
Note: See TracChangeset for help on using the changeset viewer.