Download the PHP package silvercommerce/versionhistoryfield without Composer
On this page you can find all versions of the php package silvercommerce/versionhistoryfield. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download silvercommerce/versionhistoryfield
More information about silvercommerce/versionhistoryfield
Files in silvercommerce/versionhistoryfield
Download silvercommerce/versionhistoryfield
More information about silvercommerce/versionhistoryfield
Files in silvercommerce/versionhistoryfield
Vendor silvercommerce
Package versionhistoryfield
Short Description Field that hows a simple version history of a versioned DataObject.
License BSD-3-Clause
Homepage https://github.com/silvercommerce/versionhistoryfield
Package versionhistoryfield
Short Description Field that hows a simple version history of a versioned DataObject.
License BSD-3-Clause
Homepage https://github.com/silvercommerce/versionhistoryfield
Please rate this library. Is it a good library?
Informations about the package versionhistoryfield
SilverStripe VersionHistoryField
Simple field that lists changes made to an associated "Versioned" DataObject
Designed to be used with SilverCommerce Estimates, Invoices and contacts, but should work equally well with any other DataObject
Installing
Install via composer:
composer require silvercommerce/versionhistoryfield
Then flush
Usage
You can add this field to any form that represents a DataObject
that uses
Versioned
. It will output a simple list of changes. For example, to add to
YourObject::getCMSFields()
use:
All versions of versionhistoryfield with dependencies
PHP Build Version
Package Version
The package silvercommerce/versionhistoryfield contains the following files
Loading the files please wait ....