Changeset 2769344
- Timestamp:
- 08/11/2022 12:38:09 PM (3 years ago)
- Location:
- line-auto-post/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
line-auto-post/trunk/line-auto-post.php
r2733099 r2769344 5 5 Plugin URI: https://s-page.biz/line-auto-post/ 6 6 Description: WordPressの投稿をLINE公式アカウント経由で連動配信することができるプラグインです。 7 Version: 1.0. 67 Version: 1.0.7 8 8 Author: growniche 9 9 Author URI: https://www.growniche.co.jp/ … … 19 19 * このプラグインのバージョン 20 20 */ 21 const VERSION = '1.0. 4';21 const VERSION = '1.0.7'; 22 22 23 23 /** … … 379 379 else { 380 380 // 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); 382 382 } 383 383 } -
line-auto-post/trunk/readme.txt
r2733099 r2769344 4 4 Requires at least: 4.9.13 5 5 Tested up to: 6.0.0 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 License: GPL v3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 45 45 = 1.0.6 = 46 46 * Tested up to のバージョンを 6.0.0 に変更 47 = 1.0.7 = 48 * 軽微な修正
Note: See TracChangeset
for help on using the changeset viewer.