plugin-registry/plugins/wpdate.json
wenpai 890087688e
Some checks failed
gitleaks 密钥泄露扫描 / gitleaks (push) Has been cancelled
feat: add icons/banners for 19 plugins + register 16 new plugins
- Add icons and banners URLs for all 19 wenpai plugins with assets
- URLs point to updates.wenpai.net/assets/{slug}/
- Register 16 new plugins in the registry (wp-china-yes, wpavatar,
  wpfonts, wpban, wpcaptcha, wpemoji, wpdate, wpicp, wpicp-license,
  wp-domain-mapping, wp-chinese-converter, wpmailer, wpnav-links,
  wptag, wp-archiver, wenpai-trademark)
- Update 3 existing plugins (wpmind, wpslug, wp-woocommerce-pay)
  with icons/banners fields

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-11 01:07:33 +08:00

30 lines
880 B
JSON

{
"$schema": "../schema.json",
"slug": "wpdate",
"name": "文派日历",
"type": "plugin",
"repo": "WenPai-org/wpdate",
"main_file": "wpdate.php",
"description": "WordPress 显示中国农历日期",
"homepage": "https://wpdate.com",
"author": "WenPai",
"author_uri": "https://wpdate.com",
"license": "GPL-2.0-or-later",
"requires_wp": "6.0",
"requires_php": "7.4",
"tested_wp": "6.7.1",
"tags": [
"calendar",
"lunar"
],
"icons": {
"1x": "https://updates.wenpai.net/assets/wpdate/icon-128x128.png",
"2x": "https://updates.wenpai.net/assets/wpdate/icon-256x256.png",
"svg": "https://updates.wenpai.net/assets/wpdate/icon-256x256.svg"
},
"banners": {
"low": "https://updates.wenpai.net/assets/wpdate/banner-772x250.png",
"high": "https://updates.wenpai.net/assets/wpdate/banner-1544x500.png"
},
"active": true
}