Download the PHP package neosidekick/revisions without Composer
On this page you can find all versions of the php package neosidekick/revisions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download neosidekick/revisions
More information about neosidekick/revisions
Files in neosidekick/revisions
Package revisions
Short Description Neos CMS plugin for managing content revisions
License
Informations about the package revisions
NEOSidekick Revisions
Note: The package will be commercially licensed to cover development costs.
The revisions package will automatically create revisions of pages including their content every time changes are published to live.
This enables you to understand which editor published which changes, and you can select existing revisions in the inspector for each page and revert to them.
We also offer CLI commands to list, apply and remove revisions.
Installation
NEOSidekick.Revisions is available via packagist. "neosidekick/revisions" : "~1.0"
to the require section of the composer.json
or run:
Then you should make sure that your database is up-to-date by running the following command:
We use semantic-versioning so every breaking change will increase the major-version number.
CLI usage
Create revisions for a node
List revisions for a node
Flush all revisions
Flush revisions older than a certain date
The date format is YYYY-MM-DD
.
Flush revisions without confirmation
This can be used to flush via a cron job.
Configuration
The following settings can be adjusted via a Settings.yaml
file in your project:
License
Commercially licensed. Please contact [email protected] if you already want to use it, otherwise details follow once the first stable release is finished.
All versions of revisions with dependencies
ext-xmlreader Version *
ext-xmlwriter Version *
ext-libxml Version *
neos/neos Version ^8.0 || dev-master
neos/neos-ui Version ^8.0 || dev-master