lewebsimple/wp-cfm-content

There is no license information available for the latest version (v0.2.0) of this package.

Installs: 49

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

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

This package is auto-updated.

Last update: 2024-10-26 09:37:34 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: http://www.gnu.org/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