Skip to content

v1.5.0 — WordPress.org submission build

Choose a tag to compare

@ivanusto ivanusto released this 31 Jul 04:08
· 11 commits to main since this release

The build submitted to the WordPress.org plugin directory. Plugin Check reports zero errors and zero warnings.

  • Author page hardening is now off by default. Most sites want their author archives indexed, so this is opt-in. With the defaults, author feeds no longer return 410, author pages carry no noindex header and robots.txt does not block /author/. Existing installs that want the old behaviour must enable it in the settings or set define( 'PH_AUTHOR_HARDENING', true ); in wp-config.php.
  • Dashboard news widget removal is now an opt-out setting (PH_DASHBOARD_WIDGETS, default on) rather than always-on behaviour. It removes another plugin's widget (W3 Total Cache), which the directory guidelines expect to be under user control.
  • Corrected the sister plugin's name to Omni Webmaster & SEO Suite.

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


送交 WordPress.org 外掛目錄審核的版本,Plugin Check 0 錯誤、0 警告。

  • 作者頁收斂改為預設關閉。 多數站台需要作者頁被索引,故改為需要時再開啟。預設情況下 author feed 不再回 410、作者頁不送出 noindex、robots.txt 不封鎖 /author/。既有站台若要維持原本的收斂行為,請於後台開啟該項,或於 wp-config.php 定義 define( 'PH_AUTHOR_HARDENING', true );
  • 儀表板新聞 widget 的移除改為可關閉的設定(PH_DASHBOARD_WIDGETS,預設開啟),原本為無條件執行。由於該行為會移除其他外掛(W3 Total Cache)的 widget,依官方審核準則應交由使用者控制。
  • 姊妹外掛名稱更正為 Omni Webmaster & SEO Suite

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

完整變更紀錄見 CHANGELOG.md