lewebsimple / wp-cfm-content

此包的最新版本(v0.2.0)没有可用的许可信息。

安装: 48

依赖项: 0

建议者: 0

安全: 0

星级: 1

关注者: 2

分支: 0

开放问题: 0

类型:wordpress-plugin

v0.2.0 2021-11-26 02:36 UTC

This package is auto-updated.

Last update: 2024-09-26 09:33:50 UTC


README

=== WP-CFM Content ===
Contributors: lewebsimple
Tags: configuration, settings, configuration management, features, wordpress, wp-cli
Requires at least: 4.7
Tested up to: 5.8.2
Requires PHP: 5.6
Stable tag: 0.2.0
License: GPLv2 or later
License URI: https://gnu.ac.cn/licenses/gpl-2.0.html

Manage and deploy WordPress content changes with WP-CFM.

== Description ==

WP-CFM Content lets you copy content to / from the filesystem. Easily deploy content changes without needing to copy the entire database.

= Use at your own risk! =

This plugin isn't meant to be used for migrating content from one site to another as is expects post & term IDs to be matching.

== Changelog ==

= 0.2.0 =
* Deprecated "wpcfm_content/enabled"
* Added "wpcfm_content/post_type/enabled" / "wpcfm_content/post_type/enabled/${post_type}" filters
* Added "wpcfm_content/terms/enabled" / "wpcfm_content/terms/enabled/${taxonomy}" filters

= 0.1.2 =
* Fix SQL errors in postmeta query with esc_sql

= 0.1.1 =
* Add composer.json

= 0.1.0 =
* Bundle all posts, postmeta and terms by post type