WordPress Beta Tester

説明

このプラグインはベータリリースへのアップグレードを簡単にする方法を提供します。

インストールすると、ビルトイン更新ツールを使ってワンクリックでサイトを最新版のベータまたはリリース候補版にアップグレードできるようになります。

デフォルトでは、有効化するとサイトをポイントリリース開発版の系統に切り替えるようになっています。

さらに冒険好きな方向けに、開発の最前線 (trunk) に切り替えるオプションもあります。

始める前にバックアップをお忘れなく !

追加設定

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.

追加設定タブには、定数の設定が必要な trunk の新機能の選択があります。チェックした機能は使用している wp-config.php ファイルに以下のようなフォーマットの定数を追加します:

define( 'WP_BETA_TESTER_{$feature}', true );

機能のチェックを外すと、定数を削除します。

このプラグインは、プラグインの有効化時に wp-config.php の定数をリセットし、プラグイン停止時に削除します。標準と異なる wp-config.php ファイルパスを返すには、wp_beta_tester_config_path フィルターを使用してください。

設定が表示されない場合、この機能が必要なテストはありません。

GitHub でのプルリクエストを歓迎します。

スクリーンショット

  • This shows the main administration page for the plugin
  • プラグインの追加設定ページを表示します。

インストール

  1. プラグインフォルダーにアップロードします。通常 wp-content/plugins/ です。
  2. プラグイン画面でプラグインを有効化する。
  3. 「ツール → ベータテスト」画面に移動し、プラグインを設定する。
  4. Under Mulitsite, navigate to Settings … Beta Testing to configure the plugin.
  5. 「ダッシュボード → 更新」(バージョン 3.0 以前では「ツール → 更新) 画面に移動し、最新版ベータリリースに更新する。

評価

2020年2月19日
Being able to choose bleeding edge nightlies vs. beta/rc is a very nice change.
2019年11月14日
I used this plugin to try/test beta version of wp before releasing in WordPress website. After using this plugin, I found so many positive changes on my websites. in my opinion, it is a must for every WordPress website. Thank you very much team for putting your time and effort for developing this useful plugin for free. God bless you.
2018年11月22日
I am a very new user of WordPress Beta Tester but I never show as a supporter as WordPress Beta Tester there has all item available and plugins also amazing. The installation system is very easy as a new member/user I am feeling exiting any hesitation wasn't working in my mind. I was thinking for a short time I am playing an interesting game.
2018年5月18日
So far looks good. Thank you for all your continuous effort to make WP better. It but would have been even nicer, to have a full set a built-in cookie disclaimer for GDPR compliance. Can you please add a cookie (may be filtered by cookies name) preference filter disclaimer with different level for visitors to choose from. Which disables all cookies deploy until the visitor accept one of the cookie level option. There could be a section where the WP developer/designer can have fields to add all the required cookie info and a option to categorise their importance for the filtering for the front end. Thanks. Kindest Regards Jay Vijay
39件のレビューをすべて表示

貢献者と開発者

WordPress Beta Tester はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WordPress Beta Tester” は23ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“WordPress Beta Tester” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.2.6 / 2020-02-25

  • removed extra </li> in dashboard callout, 4th time’s the charm 😭

2.2.5 / 2020-02-25

  • less greedy regex for matching release posts in RSS for dashboard callout

2.2.4 / 2020-02-25 🤦‍♂️

  • added dashboard widget for network dashboard

2.2.3 / 2020-02-25

  • add dashboard widget callout for testing

2.2.2 / 2020-02-22

  • fix for strange Core API response where preferred version response contained the word ‘version’. We now grab the last word of that response

2.2.1 / 2020-02-20

  • fix some i18n strings, thanks @pedro-mendonca

2.2.0 / 2020-02-19

  • added support for updating to the beta/RC offer. Based on and with tons of help from @pbrion, thanks Paul 👏🏻
  • fixed so a downgrade from ‘unstable’ to ‘point’ serves the correct download
  • test and exit from 追加設定 if wp-config.php is not writeable

2.1.0 / 2019-09-17

  • add extra setting to skip successful autoupdate emails
  • add description to checkbox settings
  • composer update

2.0.4

  • add update version information to settings page text

2.0.3

  • a11y fixes for settings tabs
  • update wp-cli/wp-config-transformer

2.0.2

  • a11y fixes for checkbox, thanks @audrasjb

2.0.1

  • fix for incorrect last updated message

2.0.0

  • near complete re-write to use more OOPy practices
  • put distinct process into separate classes
  • allows for multiple settings tabs for addtional settings

1.2.6

  • remove extraneous code
  • add GitHub Plugin URI header

1.2.5

  • fixed error message for downgrading version, thanks @andreas-andersson

1.2.4

  • don’t use $GLOBALS

1.2.3

  • updated a few strings and correct typos
  • run through WPCS linter
  • fixed translation strings to include HTML in context and properly escape with wp_kses_post()
  • fixed link to settings page under Multisite

1.2.2

  • change wording from blog to website

1.2.0

  • Escape output
  • Indicate that Bleeding edge nightlies are trunk
  • new screenshot
  • code improvements from linter

1.1.2

  • Remove anonymous function for PHP 5.2 compatibility.

1.1.1

  • fixed PHP notice for PHP 7.1
  • made URL scheme agnostic

1.1.0

  • Fixed to work properly under Multisite.

1.0.2

  • Update tested up to version to 4.7.
  • Fix the location of the settings screen in Multisite (moved under Settings in Network Admin).
  • Minor text fixes.

1.0.1

  • Update tested up to version to 4.5.
  • Fix PHP7 deprecated constructor notice.
  • Change text domain to match the plugin slug.
  • Update WordPress.org links to use HTTPS.
  • Remove outdated bundled translations in favor of language packs.

1.0

  • Update tested up to version to 4.2.
  • Update screenshot.
  • Fix a couple typos.

See old-changelog.txt for previous changelog items