Skip to content

v1.4.0 — Omni Performance Hardening

Choose a tag to compare

@ivanusto ivanusto released this 31 Jul 03:52
· 13 commits to main since this release

The plugin is now Omni Performance Hardening (slug/text domain omni-performance-hardening). The official Plugin Check (PCP) now reports zero errors and zero warnings on this build.

  • Renamed plugin, main file and language files; PH_* wp-config constants are unchanged, so existing constant-based deployments keep working. mu-plugin users: deploy omni-performance-hardening.php and remove the old perf-hardening.php.
  • Global functions and filter hooks now use the omni_performance_hardening_ prefix.
  • Bundled translations load via load_textdomain(); wp.org-hosted translations keep loading automatically.
  • Sister plugin: Omni Webmaster SEO Suite — SEO and webmaster tooling from the same team, now linked from the readme and settings page.

Install: upload the attached ZIP via Plugins → Add New → Upload, then configure under Settings → Omni Performance Hardening.


外掛更名為 Omni Performance Hardening(slug/text domain 為 omni-performance-hardening)。此版本通過官方 Plugin Check(PCP)檢測,0 錯誤、0 警告

  • 主檔與翻譯檔一併更名;PH_* 常數不變,既有以 wp-config 常數部署的站台不受影響。mu-plugin 使用者更新時請改放 omni-performance-hardening.php 並移除舊的 perf-hardening.php
  • 全域函式與 filter hook 前綴改為 omni_performance_hardening_
  • 內附翻譯改以 load_textdomain() 載入;wp.org 託管翻譯仍由核心自動載入。
  • 姊妹外掛:Omni Webmaster SEO Suite——同團隊出品的 SEO 與站長工具,說明與設定頁已加入連結。

安裝:後台「外掛 → 安裝外掛 → 上傳外掛」上傳附件 ZIP,於「設定 → Omni 效能強化」調整參數。

完整變更紀錄見 CHANGELOG.md