WP-CFM

Descripción

WP-CFM te permite copiar la configuración de la base de datos a/desde el sistema de archivos. Implementa fácilmente los cambios de configuración sin necesidad de copiar toda la base de datos. WP-CFM es similar al módulo Features de Drupal.

How will WP-CFM benefit me?

  • Less need to copy over the entire database.
  • No more rushing to figure out which settings you forgot to change.
  • Easily track and version configuration changes via git, subversion, etc.

Which data does WP-CFM support?

  • WP settings (wp_options table)
  • Multisite settings (wp_sitemeta table)
  • Taxonomy terms
  • Custom Field Suite field groups

Terminology

  • Lote – Un grupo de (uno o más) ajustes para rastrear
  • Envío – Exporta los ajustes de la base de datos al sistema de archivos
  • Descarga – Importa ajustes basados en archivos a la base de datos

WP-CLI

WP-CFM es compatible con [pull / push / diff] de lotes desde la línea de comandos utilizando WP-CLI:

wp config pull [bundle_name]
wp config push [bundle_name]
wp config diff [bundle_name]
wp config bundles
wp config show_bundle [bundle_name]

Opcionalmente, puedes establecer bundle_name en «all» para incluir todos los lotes.

Añade el modificador --network para incluir lotes multisitio.

Filtros

Consulta la página de referencia de filtros en la Wiki de GitHub.

Capturas

  • The admin management interface
  • Editing a configuration "bundle"
  • Diff viewer to track changes within a bundle

Instalación

  1. Descarga y activa el plugin.
  2. Navega a Ajustes > WP-CFM para configurar.

Reseñas

11 de abril de 2021
Great plugin guys! Makes life so much easier. One request: would it be possible to add an ajax search field to search wp_options? Finding the right option can be difficult on sites with lots of wp_options entries.
24 de marzo de 2020
This plugin, especially in terms of exporting and importing various Woocommerce settings and Woocommerce Addons, this plugin is so so useful.
3 de septiembre de 2016
Awesome plugin for tracking configuration in version control. I auto import bundles in my test and live environments when deploying from development which saves me a ton of time from having to make the same configuration updates over and over.
3 de septiembre de 2016 5 respuestas
Great plugin, works as advertised. I'm using the plugin to deploy settings and keep them under version control. If it could just save advanced custom fields and page/sub-page structure it would be essential on any site
Leer todas las 9 reseñas

Colaboradores y desarrolladores

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

Colaboradores

«WP-CFM» está traducido en 3 idiomas. Gracias a los traductores por sus contribuciones.

Traduce «WP-CFM» 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


1.7.10

:bug: Bug Fixes

  • Assets: Fixes missing asset updates (PR #177 by @timnolte)
    • :arrow_lower_right: fixes issue #176 opened by @tych095

See the previous changelogs here