Changeset 2330380
- Timestamp:
- 06/25/2020 03:04:39 AM (6 years ago)
- Location:
- wp-applink/trunk
- Files:
-
- 3 edited
-
class/class-lookup.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
wp-applink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-applink/trunk/class/class-lookup.php
r1859504 r2330380 10 10 // Applinkを出力 11 11 public function display_applink($param){ 12 // $this->options = get_option('wpal-setting');13 // $search_query = $this->search_query();14 // $this->remove_query_param('at');15 // $cachename = $this->search_query();16 // $this->set_cachename($cachename);17 //18 // $this->add_query_param('at', $this->options['token']);19 12 $this->setup_data(); 20 13 21 $app = $this->get_json()->results[0];22 14 //アプリがなければ警告メッセージを出力 23 if( !$app){15 if($this->get_json()->resultCount === 0){ 24 16 $title = $param['title']; 25 17 $title = is_null($title) ? '' : '「' . $title . '」'; … … 33 25 34 26 $this->enable_shortcode(); 27 $app = $this->get_json()->results[0]; 35 28 return $this->applink_html($app); 36 29 } -
wp-applink/trunk/readme.txt
r2088836 r2330380 4 4 Tags: apps, app, link, iTunes, affiliate, shortcode, apple, phg 5 5 Requires at least: 4.0 6 Tested up to: 5.2. 07 Stable tag: 0.4. 06 Tested up to: 5.2.4 7 Stable tag: 0.4.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 69 69 70 70 == Changelog == 71 72 = 0.4.1 = 73 * Bug fix. 71 74 72 75 = 0.4.0 = -
wp-applink/trunk/wp-applink.php
r2088836 r2330380 2 2 /* 3 3 Plugin Name: WP Applink 4 Plugin URI: http ://e-joint.jp/works/wp-applink/4 Plugin URI: https://e-joint.jp/works/wp-applink/ 5 5 Description: It is a WordPress plugin that generates iTunes PHG affiliate links such as iPhone, iPad, Mac apps and music, movies etc. 6 Version: 0.4. 06 Version: 0.4.1 7 7 Author: e-JOINT.jp 8 Author URI: http ://e-joint.jp8 Author URI: https://e-joint.jp 9 9 Text Domain: wp-applink 10 10 Domain Path: /languages
Note: See TracChangeset
for help on using the changeset viewer.