| 开发者 | boogah |
|---|---|
| 更新时间 | 2026年5月17日 05:49 |
| 捐献地址: | 去捐款 |
| PHP版本: | 6.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/plu-redux directory via SFTP, or install the plugin through the WordPress plugins screen directly.The plugin checks the WordPress.org API (or the appropriate git hosting API for Git Updater plugins) and caches the results in a transient for 24 hours. If the last updated date is older than two years, a warning emoji (⚠️) is displayed next to the "Last Updated" date.
Same API call. If a plugin's "Tested up to" version is a full major version behind - or more than one minor version behind on the same major - you'll see a warning emoji.
Git hosting APIs don't have that information. Only WordPress.org tracks "Tested up to" versions. For git-hosted plugins, PLU Redux shows the last updated date only.
Nope. Decisions, not options!
Only if they use Git Updater headers pointing to a public repository. Private repos or plugins with no Git Updater headers won't show any info.
GitHub Plugin URI, GitLab Plugin URI, Bitbucket Plugin URI, Gitea Plugin URI, or Gist Plugin URI headers now show last updated dates from their respective APIs.Primary Branch header when falling back from releases to branch commits.serialize()/unserialize() with JSON API (v1.2) to prevent potential object injection vulnerabilities.esc_html() and esc_attr__().is_wp_error() check and input sanitization on API requests.last_updated and tested fields.plu-redux) to all translatable strings for proper i18n support.86400 with DAY_IN_SECONDS constant.aria-label to warning emoji to improve accessibility. Special thanks to Dale Reardon for letting me know about this!