stenberg.me
Forum Replies Created
-
Thanks a lot for reporting this!
We will immediately have a look at the issue with categories not being perfectly synced (https://github.com/stenberg/content-staging/issues/55).
We’ll also see if we can come up with a solution for keeping batches after deploy (https://github.com/stenberg/content-staging/issues/54).
User management is something we would like to support, but it might be some time before we are there.
Forum: Plugins
In reply to: [Content Staging] Import of batch has been startedHi,
We’ve just released version 1.1 of the WordPress Content Staging plugin. Please download it and give it a try.
The new version comes with a brand new AJAX importer that makes the plugin platform independent.
Forum: Plugins
In reply to: [Content Staging] Import of batch has been startedThanks for reporting this issue.
There is most likely a background process that does not start on Windows, I’ll look in to this immediately and get back to you with a fix.
For more information on this issue, see https://github.com/stenberg/content-staging/issues/28
Forum: Plugins
In reply to: [Content Staging] Undefined ConstantHi,
You have to add some settings to your wp-config.php file:
define( 'CONTENT_STAGING_SECRET_KEY', 'YOUR_GENERATED_KEY' ); define( 'CONTENT_STAGING_ENDPOINT', 'https://YOUR_PRODUCTION_SITE.com' ); define( 'CONTENT_STAGING_TRANSFER_TIMEOUT', 60 );Make sure to add these settings somewhere before:
require_once(ABSPATH . 'wp-settings.php');For more information about the installation, see https://wordpress.org/plugins/content-staging/installation/
Hope that helps!