Yard DeepL
| 开发者 |
yarddigitalagency
mvdhoek1
|
| 更新时间 |
2026年6月4日 20:55 |
| PHP版本: |
8.0 及以上 |
| WordPress版本: |
7.0 |
| 版权: |
GPLv2 or later |
| 版权网址: |
版权信息
|
详情介绍:
This plugin registers secure API endpoints that allow you to request translations directly from DeepL without exposing your Deepl API-key. These endpoints are only accessible when a valid nonce is provided. When providing translations to website visitors, you can configure which languages are supported for translation.
安装:
- Upload plugin directory to the
/wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
更新日志:
2.0.0: June 04, 2026
- Add: same-origin check for REST API requests
- Add: rate limiting for unauthenticated / low-privilege requests (3 req / 60 s per IP)
- Add: cache creation restricted to users with
edit_posts capability (configurable via filter)
- Add:
yard::deepl/cache_capability filter
- Add: Translation cache column on post list screens showing cached languages and per-language uncached call counts, to help editors prioritise which posts to cache
- Change: deprecated
yard::deepl/disable_cache_metabox_post_types in favour of yard::deepl/cache_metabox_post_types
- Change: nonce validation now also accepts the standard
wp_rest nonce action as a fallback
1.1.0: Jan 31, 2025
- Add: disable DeepL translation cache metabox
- Change: use init hook in plugin bootstrap construct, fixes translations for WordPress 6.7
1.0.2: Jan 08, 2025
- Change: update all occurrences of 'deepl' to 'DeepL' for consistency
1.0.1: Jan 07, 2025
- Change: processed corrections
1.0.0: Oct 18, 2024