| 开发者 | gioxx |
|---|---|
| 更新时间 | 2026年7月29日 22:01 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL v2 or later |
| 版权网址: | 版权信息 |
post content.wp-content/plugins/post-to-github-md/ (the vendor/ folder with dependencies is already included: no need to run Composer).No, the target repository must already exist before configuring the plugin.
No. Images in the post content remain absolute links to your site; nothing binary is uploaded to GitHub.
Only the post post type, with "published" status.
wp-categories.json/wp-tags.json on GitHub.wp-categories.json and wp-tags.json to the repository root on demand, keeping a versioned snapshot of your categories and tags alongside your exported posts. WordPress stays the source of truth; nothing is ever read back from GitHub.POTOGH_VERSION constant, which was out of sync with the plugin header.vendor/*/bin directories, addressing a WordPress.org review note about non-plugin files in the distributed zip.posts-to-github-md) across all files and the plugin header.branch and base_folder settings with sanitize_text_field() instead of trimming only..po/.mo/.pot); translations are now handled via translate.wordpress.org.Release Asset: true plugin header so Git Updater installs the clean production zip instead of the raw main branch zip.meta_query slow-query warnings from the WordPress Plugin Check tool with justified phpcs:ignore annotations: the plugin's export-status filters query its own _potogh_exported_at/_potogh_path post meta and have no WP_Query alternative.