Changeset 673909
- Timestamp:
- 02/27/2013 05:03:12 AM (13 years ago)
- Location:
- embed-iphoneipad-app/trunk
- Files:
-
- 3 added
- 3 edited
-
assets (added)
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
embed-iphoneipad-app.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
screenshot-1.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
embed-iphoneipad-app/trunk/embed-iphoneipad-app.php
r659191 r673909 6 6 Description: Convert iTunes App Store Link To App Info HTML 7 7 Author: Roomshare Japan 8 Version: 1.0. 38 Version: 1.0.4 9 9 Author URI: http://roomshare.jp/ 10 10 License: GPL2 … … 34 34 require_once realpath( __DIR__ . '/vendor/autoload.php' ); 35 35 } 36 /*37 require_once plugin_dir_path( __FILE__ ) . 'includes/Rsj/iTunes.php';38 require_once plugin_dir_path( __FILE__ ) . 'includes/Rsj/Linkshare.php';39 require_once plugin_dir_path( __FILE__ ) . 'includes/Rsj/LocaleFactory.php';40 require_once plugin_dir_path( __FILE__ ) . 'includes/Rsj/Locale.php';41 42 require_once plugin_dir_path( __FILE__ ) . 'includes/Rsj/EmbedIphoneIpadApp.php';43 */44 36 45 37 function rsj_autoload($className) -
embed-iphoneipad-app/trunk/readme.txt
r659191 r673909 1 1 === Embed iPhone/iPad App === 2 2 Contributors: roomshare 3 Version 1.0. 33 Version 1.0.4 4 4 Donate link: http://blog.roomshare.jp/blog/embed-iphoneipad-app 5 Tags: Linkshare, iPhone, iPad, iOS, app, affiliate marketing5 Tags: Linkshare, iPhone, iPad, iOS, iPod, app, smartphone, affiliate marketing 6 6 Home: http://wordpress.org/extend/plugins/embed-iphoneipad-app 7 7 Support: siteadmin roomshare.jp … … 22 22 The pasted URL will be automatically extracted with the app's info, icon, screenshots, etc. 23 23 24 (If using HTML editor, make sure itis not linkified. Only plain URL would be converted.)24 (If using HTML editor, make sure the URL is not linkified. Only plain URL would be converted.) 25 25 26 26 LinkShare affiliaters can set your affiliate ID, to earn commissions. (If ID is not set, plugin author's ID may be used to support the plugin development.) … … 87 87 * added control-panel message that maximum embed sizes are now not configurable WordPress 3.5 or above. 88 88 89 = 1.0.4 = 90 * tested with WordPress 3.5.1 91 * added a plugin header picture 92 89 93 == Upgrade Notice == 90 94
Note: See TracChangeset
for help on using the changeset viewer.