WordPress Beta Tester

Опис

Цей плагін дає можливість взяти участь в бета-тестуванні WordPress.

Once installed it will enable you to upgrade your website to the latest Beta or Release candidate at the click of a button using the built in upgrader.

За замовчуванням після ввімкнення він перемикає ваш сайт на шлях випусків розробки.

For the more adventurous there is the option to switch to the bleeding edge (trunk) of development.

Не забудьте зробити резервну копію перед запуском!

Додаткові налаштування

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.

The Додаткові налаштування tab may contain choices for testing new features in trunk that require constants to be set. A checked feature will add a constant to the user’s wp-config.php file in the format as follows:

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

Зняття позначки видалить константу.

This plugin resets the constants in wp-config.php on plugin activation and removes them on plugin deactivation. Use the filter wp_beta_tester_config_path to return a non-standard wp-config.php file path.

If no settings are present there is no testing to be done that requires this feature.

Піарники вітаються на GitHub.

Скріншоти

  • Це показує сторінку адміністрування для плагіна
  • Це показує сторінку додаткових налаштувань для плагіну
  • Це показує виноску на інформаційній панелі

Встановлення

  1. Завантажте в свою папку плагінів, зазвичай в wp-content/plugins/
  2. Активуйте плагін на екрані плагінів.
  3. Перейдіть в Інструменти … Бета-тестування, щоб налаштувати плагін.
  4. У режимі «Мультисайт» перейдіть в Налаштування … Бета-тестування, щоб налаштувати плагін.
  5. Visit Dashboard … Upgrade (Or Tools … Upgrade in versions before 3.0) and update to the latest Beta Release.

Відгуки

04.08.2020
Always make a backup when testing development releases. Worked great on my end allowing me to see WP 5.5 RC1 and RC2 with improved performance. Thank you for giving us a plugin that allows us to see the future of WordPress!
22.11.2018
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.
Прочитати всі 40 відгуків

Учасники та розробники

“WordPress Beta Tester” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

“WordPress Beta Tester” було перекладено на 23 локалізації. Дякуємо перекладачам за їх роботу.

Перекладіть “WordPress Beta Tester” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

2.2.13 / 2020-09-05

  • enclose WPConfigTransformer in try/catch

2.2.12 / 2020-08-10

  • fix intermittent PHP warning #21
  • deactivate and die if user attempting to run with wordpress-develop

2.2.11 / 2020-08-01

  • minor cleanup

2.2.10 / 2020-05-01

  • sanitize, escape & ignore
  • move multiline boolean operator to front of line, new guidelines in WPCS
  • fix correct_versions_for_downgrade() for being on current release version

2.2.9 / 2020-03-24

  • delete development RSS feed transient after core upgrade

2.2.8 / 2020-03-17 🍀

  • add Dev Notes and Field Guide links to dashboard
  • add text/link for bug reporting to trac
  • add help tabs to screen
  • arbitrarily changed settings page id from wp_beta_tester to wp-beta-tester 😏

2.2.7 / 2020-03-02

  • update trac link in callout for closed or reopened tickets on the milestone
  • only show Beta Tester Settings page link in callout with appropriate privileges, using manage_network_options and manage_options
  • menu to Settings page also checks privileges as above

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

  • оновлені кілька рядків і виправлені опечатки
  • 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

  • змінено формулювання «блог» на «сайт»

1.2.0

  • Escape output
  • Indicate that Bleeding edge nightlies are trunk
  • новий скріншот
  • code improvements from linter

1.1.2

  • Remove anonymous function for PHP 5.2 compatibility.

1.1.1

  • виправлено PHP-сповіщення для PHP 7.1
  • made URL scheme agnostic

1.1.0

  • Виправлення для правильної роботи в режимі Мережі сайтів.

1.0.2

  • Оновлення протестовано до версії 4.7.
  • Fix the location of the settings screen in Multisite (moved under Settings in Network Admin).
  • Незначні виправлення тексту.

1.0.1

  • Оновлення протестовано до версії 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

  • Оновлення протестовано до версії 4.2.
  • Скріншот оновлено.
  • Fix a couple typos.

See old-changelog.txt for previous changelog items