Changeset 587066
- Timestamp:
- 08/18/2012 06:14:40 AM (14 years ago)
- Location:
- embed-iphoneipad-app/trunk
- Files:
-
- 2 edited
-
embed-iphoneipad-app.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embed-iphoneipad-app/trunk/embed-iphoneipad-app.php
r587057 r587066 6 6 Description: Convert iTunes App Store Link To App Info HTML 7 7 Author: Roomshare Japan 8 Version: 1.0. 08 Version: 1.0.1 9 9 Author URI: http://roomshare.jp/ 10 10 License: GPL2 … … 31 31 // if you install Zend Framework 1 by Composer, this will autoload it 32 32 if ( 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' ); 35 35 } 36 36 /* … … 64 64 65 65 if (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(); 67 67 } else { 68 new Rsj_EmbedIphoneIpadApp();68 new Rsj_EmbedIphoneIpadApp(); 69 69 } -
embed-iphoneipad-app/trunk/readme.txt
r587059 r587066 1 1 === Embed iPhone/iPad App === 2 2 Contributors: roomshare 3 Version 1.0. 03 Version 1.0.1 4 4 Donate link: http://blog.roomshare.jp/blog/embed-iphoneipad-app 5 5 Tags: Linkshare, iPhone, iPad, iOS, app, affiliate marketing … … 28 28 Neither of this plugin nor we are affiliated with Apple or LinkShare. 29 29 30 version 1.0. 0:30 version 1.0.1: 31 31 32 32 * only US(North America) and Japan affiliate providers are supported (no European or other affiliate providers) … … 81 81 * initial release 82 82 83 = 1.0.1 = 84 * screenshot file name typos 85 * mistakes on affiliate ID handling 86 83 87 == Upgrade Notice == 84 88
Note: See TracChangeset
for help on using the changeset viewer.