Plugin Directory

Changeset 3400165


Ignore:
Timestamp:
11/21/2025 04:34:22 AM (3 months ago)
Author:
hajimecreate
Message:

Release version 1.1.2

Location:
hajimecreate-text-weaver-api-integration
Files:
8 added
2 edited
10 copied

Legend:

Unmodified
Added
Removed
  • hajimecreate-text-weaver-api-integration/tags/1.1.2/README.md

    r3378494 r3400165  
    2626
    2727- **本番環境**:`https://text-weaver.com`
    28 - **テスト環境**:`https://umekomu-kun.webck.net`
    2928
    3029### セキュリティ
  • hajimecreate-text-weaver-api-integration/tags/1.1.2/readme.txt

    r3381691 r3400165  
    33Tags: API, shortcode, text, external API
    44Requires at least: 5.0
    5 Tested up to: 6.8
    6 Stable tag: 1.1.1
     5Tested up to: 6.6
     6Stable tag: 1.1.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    99Requires PHP: 7.0
    10 
    11 APIからテキストを取得して出力するWordPressプラグインです。Text Weaver APIと連携して、ショートコードでコンテンツを表示します。
    1210
    1311== Description ==
     
    1917* Errors are hidden or notified in the admin panel
    2018
    21 Text Weaver APIは、外部APIからテキストを取得し、WordPressサイト上にショートコードで表示できるプラグインです。
    22 
    23 * ショートコード [hajimecreate_text_weaver_api label=""] でAPIから取得したテキストを出力
    24 * APIキー・キャッシュ時間などの管理画面設定
    25 * エラー時は非表示または管理画面で通知
    26 
    2719== Installation ==
    28201. Upload the plugin files to the `/wp-content/plugins/hajimecreate-text-weaver-api-integration/` directory.
     
    30223. Go to 'Settings' > 'Text Weaver API' and set your API key.
    3123
    32 
    33 1. プラグインファイル一式を `/wp-content/plugins/hajimecreate-text-weaver-api-integration/` ディレクトリにアップロードします。
    34 2. WordPress管理画面の「プラグイン」から「HajimeCreate Text Weaver API Integration」を有効化します。
    35 3. 管理画面「設定」>「Text Weaver API」よりAPIキーを設定してください。
    36 
    37 
    3824== Usage ==
    3925You can use the following shortcode in posts, pages, or widgets:
    40 
    4126[hajimecreate_text_weaver_api label="label_name"]
    4227
    4328– label: Specify the label name for the text you want to fetch from the API.
    44 – cache_time: (Optional) Set the cache time in seconds. If omitted, the admin setting is used.
    4529
    4630Example:
    4731[hajimecreate_text_weaver_api label="greeting"]
    4832
    49 投稿や固定ページ、ウィジェットなどで以下のショートコードを利用できます。
    50 
    51 [hajimecreate_text_weaver_api label="ラベル名"]
    52 
    53 – label: APIから取得したいテキストのラベル名を指定します。
    54 – cache_time: (任意)キャッシュ時間(秒)を指定できます。未指定時は管理画面の設定値が使われます。
    55 
    56 例:
    57 [hajimecreate_text_weaver_api label="greeting"]
    58 
    5933== Admin Features ==
    6034– Set API key
    61 – Set cache time
    62 – Toggle test mode (shows dummy response)
    6335– Test API connection
    6436
    6537– APIキーの設定
    66 – キャッシュ時間の設定
    6738– API接続テスト
    6839
     
    7445A. If the API key is not set or there is an API error, the error message is hidden or notified in the admin panel.
    7546
    76 Q. How does the cache work?
    77 A. The API response is temporarily saved using the cache_time attribute or the value set in the admin panel (in seconds).
    7847
    79 Q. APIキーはどこで取得できますか?
    80 A. Text Weaver本体サービスの管理画面から発行できます。
    81 
    82 Q. エラー時の挙動は?
    83 A. APIキー未設定やAPIエラー時は、エラーメッセージが非表示または管理画面に通知されます。
    84 
    85 Q. キャッシュはどのように動作しますか?
    86 A. cache_time属性または管理画面の設定値(秒)でAPIレスポンスを一時保存します。
    8748
    8849== Screenshots ==
     
    90512. Example of shortcode usage
    9152
    92 1. 管理画面の設定ページ
    93 2. ショートコードの利用例
     53== Changelog ==
     54= 1.0.0 =
     55* Initial release
    9456
    95 == Changelog ==
    9657= 1.0.1 =
    9758* Improved logging system:
     
    10061  - Enhanced admin dashboard notifications
    10162  - Implemented database-based log management
    102 * ログシステムの改善:
    103   - 開発用デバッグコード(error_log)の削除
    104   - 管理者メールによる適切なエラー通知の追加
    105   - 管理画面での通知機能の強化
    106   - データベースベースのログ管理の実装
    10763
    108 = 1.0.0 =
    109 * Initial release
    110 * 初回リリース
     64= 1.1.2 =
     65* Optimized and improved readme.txt for clarity.
    11166
    11267== Upgrade Notice ==
     68= 1.0.0 =
     69Initial release /
     70
    11371= 1.0.1 =
    114 Improved logging system with better error handling and notifications / ログシステムの改善とエラー通知の強化
     72Improved logging system with better error handling and notifications /
    11573
    116 = 1.0.0 =
    117 Initial release / 初回リリース
     74= 1.1.2 =
     75Readme.txt has been updated. No functional changes.
    11876
    11977== License ==
  • hajimecreate-text-weaver-api-integration/trunk/README.md

    r3378494 r3400165  
    2626
    2727- **本番環境**:`https://text-weaver.com`
    28 - **テスト環境**:`https://umekomu-kun.webck.net`
    2928
    3029### セキュリティ
  • hajimecreate-text-weaver-api-integration/trunk/readme.txt

    r3381691 r3400165  
    33Tags: API, shortcode, text, external API
    44Requires at least: 5.0
    5 Tested up to: 6.8
    6 Stable tag: 1.1.1
     5Tested up to: 6.6
     6Stable tag: 1.1.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    99Requires PHP: 7.0
    10 
    11 APIからテキストを取得して出力するWordPressプラグインです。Text Weaver APIと連携して、ショートコードでコンテンツを表示します。
    1210
    1311== Description ==
     
    1917* Errors are hidden or notified in the admin panel
    2018
    21 Text Weaver APIは、外部APIからテキストを取得し、WordPressサイト上にショートコードで表示できるプラグインです。
    22 
    23 * ショートコード [hajimecreate_text_weaver_api label=""] でAPIから取得したテキストを出力
    24 * APIキー・キャッシュ時間などの管理画面設定
    25 * エラー時は非表示または管理画面で通知
    26 
    2719== Installation ==
    28201. Upload the plugin files to the `/wp-content/plugins/hajimecreate-text-weaver-api-integration/` directory.
     
    30223. Go to 'Settings' > 'Text Weaver API' and set your API key.
    3123
    32 
    33 1. プラグインファイル一式を `/wp-content/plugins/hajimecreate-text-weaver-api-integration/` ディレクトリにアップロードします。
    34 2. WordPress管理画面の「プラグイン」から「HajimeCreate Text Weaver API Integration」を有効化します。
    35 3. 管理画面「設定」>「Text Weaver API」よりAPIキーを設定してください。
    36 
    37 
    3824== Usage ==
    3925You can use the following shortcode in posts, pages, or widgets:
    40 
    4126[hajimecreate_text_weaver_api label="label_name"]
    4227
    4328– label: Specify the label name for the text you want to fetch from the API.
    44 – cache_time: (Optional) Set the cache time in seconds. If omitted, the admin setting is used.
    4529
    4630Example:
    4731[hajimecreate_text_weaver_api label="greeting"]
    4832
    49 投稿や固定ページ、ウィジェットなどで以下のショートコードを利用できます。
    50 
    51 [hajimecreate_text_weaver_api label="ラベル名"]
    52 
    53 – label: APIから取得したいテキストのラベル名を指定します。
    54 – cache_time: (任意)キャッシュ時間(秒)を指定できます。未指定時は管理画面の設定値が使われます。
    55 
    56 例:
    57 [hajimecreate_text_weaver_api label="greeting"]
    58 
    5933== Admin Features ==
    6034– Set API key
    61 – Set cache time
    62 – Toggle test mode (shows dummy response)
    6335– Test API connection
    6436
    6537– APIキーの設定
    66 – キャッシュ時間の設定
    6738– API接続テスト
    6839
     
    7445A. If the API key is not set or there is an API error, the error message is hidden or notified in the admin panel.
    7546
    76 Q. How does the cache work?
    77 A. The API response is temporarily saved using the cache_time attribute or the value set in the admin panel (in seconds).
    7847
    79 Q. APIキーはどこで取得できますか?
    80 A. Text Weaver本体サービスの管理画面から発行できます。
    81 
    82 Q. エラー時の挙動は?
    83 A. APIキー未設定やAPIエラー時は、エラーメッセージが非表示または管理画面に通知されます。
    84 
    85 Q. キャッシュはどのように動作しますか?
    86 A. cache_time属性または管理画面の設定値(秒)でAPIレスポンスを一時保存します。
    8748
    8849== Screenshots ==
     
    90512. Example of shortcode usage
    9152
    92 1. 管理画面の設定ページ
    93 2. ショートコードの利用例
     53== Changelog ==
     54= 1.0.0 =
     55* Initial release
    9456
    95 == Changelog ==
    9657= 1.0.1 =
    9758* Improved logging system:
     
    10061  - Enhanced admin dashboard notifications
    10162  - Implemented database-based log management
    102 * ログシステムの改善:
    103   - 開発用デバッグコード(error_log)の削除
    104   - 管理者メールによる適切なエラー通知の追加
    105   - 管理画面での通知機能の強化
    106   - データベースベースのログ管理の実装
    10763
    108 = 1.0.0 =
    109 * Initial release
    110 * 初回リリース
     64= 1.1.2 =
     65* Optimized and improved readme.txt for clarity.
    11166
    11267== Upgrade Notice ==
     68= 1.0.0 =
     69Initial release /
     70
    11371= 1.0.1 =
    114 Improved logging system with better error handling and notifications / ログシステムの改善とエラー通知の強化
     72Improved logging system with better error handling and notifications /
    11573
    116 = 1.0.0 =
    117 Initial release / 初回リリース
     74= 1.1.2 =
     75Readme.txt has been updated. No functional changes.
    11876
    11977== License ==
Note: See TracChangeset for help on using the changeset viewer.