內容簡介
這個外掛提供了一個簡單的方式,讓您可以參與WordPress的Beta測試。
安裝了這個外掛後,您可以使用內置的升級器,在點擊一個按鈕的情況下,輕鬆升級您的網站至最新的夜間版、Beta版或發行候選版。
默認情況下,啟用這個外掛後,它會將您的網站切換到點發行更新通道。對於更為冒險的使用者,還可以選擇切換到開發的最新版本(Trunk)。
注意,在開始之前要先備份您的網站!
請啟用這個外掛的自動更新功能,以確保之後的更改能夠與核心更新進行良好的兼容。
附加設定
這個外掛有一個「忽略自動更新成功電子郵件」的設置。這個設置可以禁止向管理員用戶發送自動更新成功的電子郵件。只有在自動更新過程失敗時才會發送電子郵件提示。
「額外設置」選項卡中可能包含了一些測試新功能所需的常量設置選項。勾選一個功能,就會自動向用戶的 wp-config.php 文件中增加常量,常量的格式如下:
define( 'WP_BETA_TESTER_{$feature}', true );
如果將這個功能的勾選取消,該常量就會被刪除。
在啟用或停用這個外掛時,它會重置 wp-config.php 文件中的常量設置。如果您需要返回一個非標準的 wp-config.php 文件路徑,可以使用過濾器 wp_beta_tester_config_path。
如果沒有任何設置選項,則無需進行需要此功能的測試。
歡迎在 GitHub 上提交拉取請求。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This plugin provides an easy way to get involved with beta testing WordPress.
Once installed it will enable you to upgrade your website to the latest Nightly, Beta, or Release Candidate at the click of a button using the built in upgrader.
By default once enabled it switches your website onto the point release update channel.
For the more adventurous there is the option to switch to the bleeding edge (trunk) of development.
Don’t forget to backup before you start!
Please enable auto-updates for this plugin to ensure future changes are properly handled with core updates.
Extra Settings
There is a setting to Skip successful autoupdate emails. It functions to disable sending emails to the admin user for successful autoupdates. Only emails indicating failures of the autoupdate process are sent.
There is a setting to Skip bundled plugins and themes. It functions to disable the installation of any plugins or themes that are bundled with the Core update.
PRs are welcome on GitHub.
