-
v1.2.1
Stablereleased this
2026-07-27 15:55:55 +08:00 | 3 commits to main since this releasewpslug v1.2.1
What's Changed
New Features
- feat(ci): sync wp-release.yml with changelog generation from ci-workflows (
fc13408) - feat: 添加 WenPai_Updater 通用更新器(替代 WPSlug_Updater) (
b43e04d) - feat: integrate WPSlug_Updater for self-hosted updates via wenpai-bridge (
bfce2d0) - feat: add WPSlug_Updater for WenPai Bridge integration (
b321cd6) - feat: 添加 Update URI 及版本要求 header (
530e6fc) - feat: 添加语义化拼音模式 (Semantic Pinyin) (
2f929ed) - feat: 完善 WPMind 集成 (
effa49e) - feat: 集成 WPMind AI 翻译服务 (
d7089f0)
Bug Fixes
- fix: 更新器改用唯一类名 WPSlug_Updater;发版 1.2.1 (
08b7031) - fix: WPSLUG_VERSION 常量更新为 1.2.0 (
534de8d) - fix(compat): resolve ACF Pro compatibility issues (
ecfbaec) - fix(updater): upgrade WenPai_Updater to v1.1.0 with popup fix (
772fc26) - fix: restore release.yml corrupted by subagent, add --exclude=lib (
3c590c7) - fix: ZIP 打包排除未使用的 lib/ 目录 (
7d1acc1) - fix: remove extra closing brace in class-wpslug-core.php (
e5d366e) - fix: add version field required by WordPress core (
81e8ba7) - fix: check_update 返回 new_version 字段并转为 object (
fc2529c) - fix(ci): 修复 SIGPIPE 错误 (
8901b3b) - fix(ci): 安装 rsync 和 zip 依赖 (
7810e2a) - fix(ci): 修复 YAML 语法错误,使用双引号避免转义问题 (
fd12363) - fix(ci): 修复版本号提取正则,兼容无星号注释格式 (
11051f5) - fix: 添加 wpmind 到有效翻译服务验证列表 (
ec18bb2)
Other Changes
- ci: fresh trigger 192946 (
d86489d) - ci: test with Node 24 (
0f38854) - ci: test runner with corrected PATH (
f253cd3) - ci: re-trigger workflow with runner v2 (
3ca3407) - ci: trigger workflow test (
a73fa9a) - ci: deploy shared CI workflows from WenPai-org/ci-workflows (
2cb8552) - chore: WenPai_Updater 增加 feicode-ai 摘要过滤和 Checksums 表格清理 (
2e647c9) - release: v1.2.0 (
bf73fa9) - chore: sync WenPai_Updater v1.2.0 — Markdown→HTML changelog 转换 (
d5a1e17) - chore: bump version to 1.1.1, update translations (
57c3f1c) - chore: track local docs and gitignore (
bd3a437) - chore: bump version to 1.1.0 with URL updates (
49e1df8) - ci: sync release workflow from infra bootstrap (
49b37a3) - chore: bump wpslug version to 1.0.16 for ssh+verify retry validation (
b2a8f03) - ci: sync release workflow from infra bootstrap (
7843806) - ci: sync release workflow from infra bootstrap (
5a8e549) - chore: bump wpslug version to 1.0.15 for workflow hardening validation (
620f302) - ci: sync release workflow from infra bootstrap (
8f35c93) - chore: bump wpslug version to 1.0.14 for release rehearsal (
f625a66) - ci: sync release workflow with optional post-release composer hook (
1f55cec) - chore: bump version to 1.0.13 (
bc71f71) - chore: 移除已废弃的 WPSlug_Updater(已替换为 WenPai_Updater) (
bed0db9) - refactor: 切换到 WenPai_Updater 通用更新器 (
165cf21) - ci: allow release workflow token fallback (
03f046c) - ci: harden release workflow and bump version to 1.0.12 (
f291fe4) - chore: bump version to 1.0.11 (
3c9e3da) - ci: replace forgejo-release action with direct API calls (
2d827d8) - chore: bump version to 1.0.10 (
e0dc3e1) - ci: 切换到预构建 Alpine 镜像,移除运行时 apt-get 安装 (
b1ae264) - refactor: disable legacy PUC updater in favor of Update URI (
d7e920e) - chore: bump version to 1.0.8 (
15cffd3) - chore: bump version to 1.0.7 (
46e88a6) - chore: update Update URI to updates.wenpai.net (
b26059c) - bump version to 1.0.5 (
62bcc9f) - ci: fix release-dir and token scope for forgejo-release (
dd3e32c) - chore: bump version to 1.0.4 (
8258988) - chore: bump version to 1.0.3 (
f53783d) - chore: bump version to 1.0.2 (
8aaaef9) - chore: bump version to 1.0.1 (
9ae5096) - ci: 添加文派统一发布 CI workflow (
2579869) - Integrate plugin update checker library (
71bd894) - Add Chinese translation files for WPSlug (
256bf15) - Update admin labels for clarity (
16f9f61) - Add initial WPSlug plugin files (
edd610f) - Initial commit (
ce1daf0)
Checksums
File SHA-256 wpslug-1.2.1.zip ab90ba29d7bb1bb22c8ca06920abe2ff6a0151f241063d8d796deda6bd683312 Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- feat(ci): sync wp-release.yml with changelog generation from ci-workflows (