Changeset 685532
- Timestamp:
- 03/22/2013 07:52:11 AM (13 years ago)
- Location:
- embed-iphoneipad-app/trunk
- Files:
-
- 3 edited
-
embed-iphoneipad-app.php (modified) (1 diff)
-
includes/Rsj/EmbedIphoneIpadApp.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embed-iphoneipad-app/trunk/embed-iphoneipad-app.php
r685514 r685532 6 6 Description: Convert iTunes App Store Link To App Info HTML 7 7 Author: Roomshare Japan 8 Version: 1.0. 58 Version: 1.0.6 9 9 Author URI: http://roomshare.jp/ 10 10 License: GPL2 -
embed-iphoneipad-app/trunk/includes/Rsj/EmbedIphoneIpadApp.php
r659191 r685532 177 177 $formattedAppInfo = $this->formatAppInfo( $appInfo, $affiliateUrl, $errorMessage ); 178 178 179 $html = $formattedAppInfo . $formattedPurchaseButton . '< br />';179 $html = $formattedAppInfo . $formattedPurchaseButton . '</div></div>'; 180 180 181 181 return apply_filters( self::PLUGIN_KEY, $html ); … … 426 426 public function callbackRenderOthers() 427 427 { 428 $this->callbackRenderOthersEnvironment(); 428 429 $this->callbackRenderOthersFeedbacks(); 429 430 $this->callbackRenderOthersPaypal(); 431 } 432 433 public function callbackRenderOthersEnvironment() 434 { 435 echo '<h4>' . __( 'Environment Check', self::PLUGIN_KEY ) . '</h4>'; 436 if ( extension_loaded('intl')) { 437 echo '<p>' . __( 'php_intl extension is enabled, so countries, languages and currencies are displayed in your WordPress locale.', self::PLUGIN_KEY ) . '</p>'; 438 } else { 439 echo '<p>' . __( 'Countries, languages and currencies are not properly localized. If you want better localization, please turn on php_intl extension.', self::PLUGIN_KEY ) . '</p>'; 440 } 430 441 } 431 442 -
embed-iphoneipad-app/trunk/readme.txt
r685514 r685532 1 1 === Embed iPhone/iPad App === 2 2 Contributors: roomshare 3 Version 1.0. 53 Version 1.0.6 4 4 Donate link: http://blog.roomshare.jp/blog/embed-iphoneipad-app 5 5 Tags: Linkshare, iPhone, iPad, iOS, iPod, iTunes, app, smartphone, affiliate, marketing … … 94 94 95 95 = 1.0.5 = 96 * fixed an error message when run on too old version PHP 97 98 = 1.0.6 = 99 * 1.0.5 update was incomplete. 96 100 * fixed unclosed div tag. The former version broke a layout on some themes. (thanks to snurnberg) 97 * fixed an error message when run on too old version PHP98 101 * added a guide tip to suggest to enable php_intl extension on admin panel 99 102
Note: See TracChangeset
for help on using the changeset viewer.