WordPress Betatester

Beskrivelse

Denne utvidelsen tilbyr en enkel måte å bli involvert med betatesting av WordPress.

Straks installert vil den gjør deg i stand til å oppgradere ditt nettsted til siste beta- eller kandidatutgivelse ved å klikke på en knapp og den innebygde oppgraderingsmodulen.

Som standard, straks den er slått på, skifter den ditt nettsted til oppdateringskanalen for punktutgivelser.

For de mer eventyrlystne er det et alternativ for å skifte til ytterste forkant (trunk) av programutviklingen.

Glem ikke å ta sikkerhetskopi før du starter!

Ekstra innstillinger

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.

Fanen Ekstra innstillinger kan inneholde valg for testing av funksjoner i kjernen som krever at konstanter er satt. En avkrysset funksjon vil legge til en konstant i filen wp-config.php i følgende format:

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

Oppheves avkrysning for funksjonen fjernes konstanten.

Denne utvidelsen tilbakestiller konstanter i wp-config.php ved aktivering og fjerner dem ved deaktivering. Bruk filteret wp_beta_tester_config_path for å angi en ustandard filbane for wp-config.php.

Om ingen innstilling er synlig er det ingen testing som krever denne funksjonen å utføre.

Endringsforslag (PR) er velkomne på GitHub.

Skjermskudd

  • Dette viser administrasjonssiden for utvidelsen
  • Dette viser fanen Ekstra innstillinger for utvidelsen

Installasjon

  1. Upload to your plugins folder, usually wp-content/plugins/
  2. Activate the plugin on the plugin screen.
  3. Navigate to Tools … Beta Testing to configure the plugin.
  4. Under Mulitsite, navigate to Settings … Beta Testing to configure the plugin.
  5. Visit Dashboard … Upgrade (Or Tools … Upgrade in versions before 3.0) and update to the latest Beta Release.

Vurderinger

14. november, 2019
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.
22. november, 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.
18. mai, 2018
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
11. november, 2017
When I activated my plugins page returns 503: Server runs out of time. Deactivated this plugin and all back to normal. Not recommended for 4.8.3!
Les alle 38 vurderinger

Bidragsytere og utviklere

“WordPress Betatester” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.

Bidragsytere

“WordPress Betatester” har blitt oversatt til 23 språk. Takk til oversetterne for deres bidrag.

Oversett “WordPress Betatester” til ditt språk.

Interessert i utvikling?

Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.

Endringslogg

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