Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Staunch

Descripción

Automatic upgrades on live sites are, we think most people would agree, a Bad Idea. You can’t test them before they go live; they’ll play havoc with your version control system, if you’re using one; and if they fail or screw up, your live site is broken. Bad. Idea.

Enter Staunch. Staunch makes you stick to best practice for upgrades, by preventing even admins and superadmins from running WordPress’s automatic upgrade processes on your live site.

When you want to upgrade WordPress, you can do so on a local or development install of your site; after you’ve tested it and made sure everything’s okay, you can then deploy the site as you usually would — through version control, FTP, or something else.

Instalación

  • Install Plugin
  • Activate plugin
  • Place define( 'CAN_UPDATE', true ); in the config file of your development site. Sites that don’t have this line will be prevented from upgrading.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Staunch» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Staunch» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

2.0

  • Supports Multisite installs

1.0

  • Initial release.