Changeset 3400165
- Timestamp:
- 11/21/2025 04:34:22 AM (3 months ago)
- Location:
- hajimecreate-text-weaver-api-integration
- Files:
-
- 8 added
- 2 edited
- 10 copied
-
.idea (added)
-
.idea/.gitignore (added)
-
.idea/deployment.xml (added)
-
.idea/hajimecreate-text-weaver-api-integration.iml (added)
-
.idea/modules.xml (added)
-
.idea/php.xml (added)
-
.idea/vcs.xml (added)
-
.idea/workspace.xml (added)
-
tags/1.1.2 (copied) (copied from hajimecreate-text-weaver-api-integration/trunk)
-
tags/1.1.2/README.md (copied) (copied from hajimecreate-text-weaver-api-integration/trunk/README.md) (1 diff)
-
tags/1.1.2/assets (copied) (copied from hajimecreate-text-weaver-api-integration/trunk/assets)
-
tags/1.1.2/env-loader.php (copied) (copied from hajimecreate-text-weaver-api-integration/trunk/env-loader.php)
-
tags/1.1.2/hajimecreate-text-weaver-api-integration.php (copied) (copied from hajimecreate-text-weaver-api-integration/trunk/hajimecreate-text-weaver-api-integration.php)
-
tags/1.1.2/includes (copied) (copied from hajimecreate-text-weaver-api-integration/trunk/includes)
-
tags/1.1.2/includes/class-api.php (copied) (copied from hajimecreate-text-weaver-api-integration/trunk/includes/class-api.php)
-
tags/1.1.2/includes/class-shortcode.php (copied) (copied from hajimecreate-text-weaver-api-integration/trunk/includes/class-shortcode.php)
-
tags/1.1.2/languages (copied) (copied from hajimecreate-text-weaver-api-integration/trunk/languages)
-
tags/1.1.2/readme.txt (copied) (copied from hajimecreate-text-weaver-api-integration/trunk/readme.txt) (6 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hajimecreate-text-weaver-api-integration/tags/1.1.2/README.md
r3378494 r3400165 26 26 27 27 - **本番環境**:`https://text-weaver.com` 28 - **テスト環境**:`https://umekomu-kun.webck.net`29 28 30 29 ### セキュリティ -
hajimecreate-text-weaver-api-integration/tags/1.1.2/readme.txt
r3381691 r3400165 3 3 Tags: API, shortcode, text, external API 4 4 Requires at least: 5.0 5 Tested up to: 6. 86 Stable tag: 1.1. 15 Tested up to: 6.6 6 Stable tag: 1.1.2 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 Requires PHP: 7.0 10 11 APIからテキストを取得して出力するWordPressプラグインです。Text Weaver APIと連携して、ショートコードでコンテンツを表示します。12 10 13 11 == Description == … … 19 17 * Errors are hidden or notified in the admin panel 20 18 21 Text Weaver APIは、外部APIからテキストを取得し、WordPressサイト上にショートコードで表示できるプラグインです。22 23 * ショートコード [hajimecreate_text_weaver_api label=""] でAPIから取得したテキストを出力24 * APIキー・キャッシュ時間などの管理画面設定25 * エラー時は非表示または管理画面で通知26 27 19 == Installation == 28 20 1. Upload the plugin files to the `/wp-content/plugins/hajimecreate-text-weaver-api-integration/` directory. … … 30 22 3. Go to 'Settings' > 'Text Weaver API' and set your API key. 31 23 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 38 24 == Usage == 39 25 You can use the following shortcode in posts, pages, or widgets: 40 41 26 [hajimecreate_text_weaver_api label="label_name"] 42 27 43 28 – 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.45 29 46 30 Example: 47 31 [hajimecreate_text_weaver_api label="greeting"] 48 32 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 59 33 == Admin Features == 60 34 – Set API key 61 – Set cache time62 – Toggle test mode (shows dummy response)63 35 – Test API connection 64 36 65 37 – APIキーの設定 66 – キャッシュ時間の設定67 38 – API接続テスト 68 39 … … 74 45 A. If the API key is not set or there is an API error, the error message is hidden or notified in the admin panel. 75 46 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).78 47 79 Q. APIキーはどこで取得できますか?80 A. Text Weaver本体サービスの管理画面から発行できます。81 82 Q. エラー時の挙動は?83 A. APIキー未設定やAPIエラー時は、エラーメッセージが非表示または管理画面に通知されます。84 85 Q. キャッシュはどのように動作しますか?86 A. cache_time属性または管理画面の設定値(秒)でAPIレスポンスを一時保存します。87 48 88 49 == Screenshots == … … 90 51 2. Example of shortcode usage 91 52 92 1. 管理画面の設定ページ 93 2. ショートコードの利用例 53 == Changelog == 54 = 1.0.0 = 55 * Initial release 94 56 95 == Changelog ==96 57 = 1.0.1 = 97 58 * Improved logging system: … … 100 61 - Enhanced admin dashboard notifications 101 62 - Implemented database-based log management 102 * ログシステムの改善:103 - 開発用デバッグコード(error_log)の削除104 - 管理者メールによる適切なエラー通知の追加105 - 管理画面での通知機能の強化106 - データベースベースのログ管理の実装107 63 108 = 1.0.0 = 109 * Initial release 110 * 初回リリース 64 = 1.1.2 = 65 * Optimized and improved readme.txt for clarity. 111 66 112 67 == Upgrade Notice == 68 = 1.0.0 = 69 Initial release / 70 113 71 = 1.0.1 = 114 Improved logging system with better error handling and notifications / ログシステムの改善とエラー通知の強化72 Improved logging system with better error handling and notifications / 115 73 116 = 1. 0.0=117 Initial release / 初回リリース 74 = 1.1.2 = 75 Readme.txt has been updated. No functional changes. 118 76 119 77 == License == -
hajimecreate-text-weaver-api-integration/trunk/README.md
r3378494 r3400165 26 26 27 27 - **本番環境**:`https://text-weaver.com` 28 - **テスト環境**:`https://umekomu-kun.webck.net`29 28 30 29 ### セキュリティ -
hajimecreate-text-weaver-api-integration/trunk/readme.txt
r3381691 r3400165 3 3 Tags: API, shortcode, text, external API 4 4 Requires at least: 5.0 5 Tested up to: 6. 86 Stable tag: 1.1. 15 Tested up to: 6.6 6 Stable tag: 1.1.2 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 Requires PHP: 7.0 10 11 APIからテキストを取得して出力するWordPressプラグインです。Text Weaver APIと連携して、ショートコードでコンテンツを表示します。12 10 13 11 == Description == … … 19 17 * Errors are hidden or notified in the admin panel 20 18 21 Text Weaver APIは、外部APIからテキストを取得し、WordPressサイト上にショートコードで表示できるプラグインです。22 23 * ショートコード [hajimecreate_text_weaver_api label=""] でAPIから取得したテキストを出力24 * APIキー・キャッシュ時間などの管理画面設定25 * エラー時は非表示または管理画面で通知26 27 19 == Installation == 28 20 1. Upload the plugin files to the `/wp-content/plugins/hajimecreate-text-weaver-api-integration/` directory. … … 30 22 3. Go to 'Settings' > 'Text Weaver API' and set your API key. 31 23 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 38 24 == Usage == 39 25 You can use the following shortcode in posts, pages, or widgets: 40 41 26 [hajimecreate_text_weaver_api label="label_name"] 42 27 43 28 – 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.45 29 46 30 Example: 47 31 [hajimecreate_text_weaver_api label="greeting"] 48 32 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 59 33 == Admin Features == 60 34 – Set API key 61 – Set cache time62 – Toggle test mode (shows dummy response)63 35 – Test API connection 64 36 65 37 – APIキーの設定 66 – キャッシュ時間の設定67 38 – API接続テスト 68 39 … … 74 45 A. If the API key is not set or there is an API error, the error message is hidden or notified in the admin panel. 75 46 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).78 47 79 Q. APIキーはどこで取得できますか?80 A. Text Weaver本体サービスの管理画面から発行できます。81 82 Q. エラー時の挙動は?83 A. APIキー未設定やAPIエラー時は、エラーメッセージが非表示または管理画面に通知されます。84 85 Q. キャッシュはどのように動作しますか?86 A. cache_time属性または管理画面の設定値(秒)でAPIレスポンスを一時保存します。87 48 88 49 == Screenshots == … … 90 51 2. Example of shortcode usage 91 52 92 1. 管理画面の設定ページ 93 2. ショートコードの利用例 53 == Changelog == 54 = 1.0.0 = 55 * Initial release 94 56 95 == Changelog ==96 57 = 1.0.1 = 97 58 * Improved logging system: … … 100 61 - Enhanced admin dashboard notifications 101 62 - Implemented database-based log management 102 * ログシステムの改善:103 - 開発用デバッグコード(error_log)の削除104 - 管理者メールによる適切なエラー通知の追加105 - 管理画面での通知機能の強化106 - データベースベースのログ管理の実装107 63 108 = 1.0.0 = 109 * Initial release 110 * 初回リリース 64 = 1.1.2 = 65 * Optimized and improved readme.txt for clarity. 111 66 112 67 == Upgrade Notice == 68 = 1.0.0 = 69 Initial release / 70 113 71 = 1.0.1 = 114 Improved logging system with better error handling and notifications / ログシステムの改善とエラー通知の強化72 Improved logging system with better error handling and notifications / 115 73 116 = 1. 0.0=117 Initial release / 初回リリース 74 = 1.1.2 = 75 Readme.txt has been updated. No functional changes. 118 76 119 77 == License ==
Note: See TracChangeset
for help on using the changeset viewer.