Plugin Directory

Changeset 2769344


Ignore:
Timestamp:
08/11/2022 12:38:09 PM (3 years ago)
Author:
growniche
Message:

LINEへのメッセージ送信に失敗した後処理で軽微な不具合あったので修正した。
尚、メッセージ送信自体の不具合ではない。

Location:
line-auto-post/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • line-auto-post/trunk/line-auto-post.php

    r2733099 r2769344  
    55  Plugin URI: https://s-page.biz/line-auto-post/
    66  Description: WordPressの投稿をLINE公式アカウント経由で連動配信することができるプラグインです。
    7   Version: 1.0.6
     7  Version: 1.0.7
    88  Author: growniche
    99  Author URI: https://www.growniche.co.jp/
     
    1919     * このプラグインのバージョン
    2020     */
    21     const VERSION = '1.0.4';
     21    const VERSION = '1.0.7';
    2222
    2323    /**
     
    379379            else {
    380380                // LINE送信に失敗した旨をTRANSIENTに5秒間保持
    381                 set_transient(self::TRANSIENT_KEY__ERROR_SEND_TO_LINE, 'LINEへの送信に失敗しました。' . $response->getRawBody(), self::TRANSIENT_TIME_LIMIT);
     381                set_transient(self::TRANSIENT_KEY__ERROR_SEND_TO_LINE, 'LINEへの送信に失敗しました。', self::TRANSIENT_TIME_LIMIT);
    382382            }
    383383        }
  • line-auto-post/trunk/readme.txt

    r2733099 r2769344  
    44Requires at least: 4.9.13
    55Tested up to: 6.0.0
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77License: GPL v3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4545= 1.0.6 =
    4646* Tested up to のバージョンを 6.0.0 に変更
     47= 1.0.7 =
     48* 軽微な修正
Note: See TracChangeset for help on using the changeset viewer.