Plugin Directory

Changeset 2330380


Ignore:
Timestamp:
06/25/2020 03:04:39 AM (6 years ago)
Author:
ejointjp
Message:

v0.4.1

Location:
wp-applink/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-applink/trunk/class/class-lookup.php

    r1859504 r2330380  
    1010  // Applinkを出力
    1111  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']);
    1912    $this->setup_data();
    2013
    21     $app = $this->get_json()->results[0];
    2214    //アプリがなければ警告メッセージを出力
    23     if(!$app){
     15    if($this->get_json()->resultCount === 0){
    2416      $title = $param['title'];
    2517      $title = is_null($title) ? '' : '「' . $title . '」';
     
    3325
    3426      $this->enable_shortcode();
     27      $app = $this->get_json()->results[0];
    3528      return $this->applink_html($app);
    3629    }
  • wp-applink/trunk/readme.txt

    r2088836 r2330380  
    44Tags: apps, app, link, iTunes, affiliate, shortcode, apple, phg
    55Requires at least: 4.0
    6 Tested up to: 5.2.0
    7 Stable tag: 0.4.0
     6Tested up to: 5.2.4
     7Stable tag: 0.4.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969
    7070== Changelog ==
     71
     72= 0.4.1 =
     73* Bug fix.
    7174
    7275= 0.4.0 =
  • wp-applink/trunk/wp-applink.php

    r2088836 r2330380  
    22/*
    33Plugin Name: WP Applink
    4 Plugin URI: http://e-joint.jp/works/wp-applink/
     4Plugin URI: https://e-joint.jp/works/wp-applink/
    55Description: 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.0
     6Version: 0.4.1
    77Author: e-JOINT.jp
    8 Author URI: http://e-joint.jp
     8Author URI: https://e-joint.jp
    99Text Domain: wp-applink
    1010Domain Path: /languages
Note: See TracChangeset for help on using the changeset viewer.