# TODO - [x] README.md に `Tested up to:` が書いてあることを確認 - [x] `Requires at least:` と `Requires PHP:` をプラグインのメインファイルに移す - [x] (必要なら) プラグインの依存を書く - [x] 最新のWordPressバージョンで動作するか確認する - [x] README.md の "Tested up to" を更新する - [x] travisのままの場合は、GitHub Actionsに移行する - [x] farmhand-wp-actionを使って自動更新を可能にする ## 参考 - [プラグインの依存関係を記載する](https://make.wordpress.org/core/2024/03/05/introducing-plugin-dependencies-in-wordpress-6-5/) - [Farmhand WP Action](https://github.com/tarosky/farmhand-wp-action) - [Farmhand WP Action が実際に動いている例](https://github.com/tarosky/taro-clockwork-post/blob/master/.github/workflows/wp-outdated.yml)
TODO
Tested up to:が書いてあることを確認Requires at least:とRequires PHP:をプラグインのメインファイルに移す参考