silverstripe / versioned-admin
SilverStripe versioned admin interface
Installs: 1 630 089
Dependents: 9
Suggesters: 1
Security: 1
Stars: 9
Watchers: 13
Forks: 28
Open Issues: 39
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- silverstripe/admin: ^2
- silverstripe/framework: ^5
- silverstripe/graphql: ^5
- silverstripe/vendor-plugin: ^2
- silverstripe/versioned: ^2
Requires (Dev)
- 3.x-dev
- 2.x-dev
- 2.3.x-dev
- 2.3.0
- 2.3.0-rc1
- 2.3.0-beta1
- 2.2.x-dev
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-rc1
- 2.2.0-beta1
- 2.1.x-dev
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.1.0-rc1
- 2.1.0-beta1
- 2.0.x-dev
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc1
- 2.0.0-beta1
- 2.0.0-alpha1
- 1.x-dev
- 1.13.x-dev
- 1.13.5
- 1.13.4
- 1.13.3
- 1.13.2
- 1.13.1
- 1.13.0
- 1.13.0-rc1
- 1.13.0-beta1
- 1.12.x-dev
- 1.12.0
- 1.12.0-rc1
- 1.12.0-beta1
- 1.11.x-dev
- 1.11.1
- 1.11.0
- 1.11.0-rc1
- 1.11.0-beta1
- 1.10.x-dev
- 1.10.1
- 1.10.0
- 1.10.0-rc1
- 1.10.0-beta1
- 1.9.x-dev
- 1.9.1
- 1.9.0
- 1.9.0-rc1
- 1.9.0-beta1
- 1.9.0-alpha1
- 1.8.x-dev
- 1.8.1
- 1.8.0
- 1.8.0-rc1
- 1.8.0-beta2
- 1.8.0-beta1
- 1.7.x-dev
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.7.0-rc1
- 1.7.0-beta1
- 1.6.x-dev
- 1.6.1
- 1.6.0
- 1.6.0-rc1
- 1.6.0-beta1
- 1.3.x-dev
- 1.3.1
- 1.3.0
- 1.3.0-rc2
- 1.3.0-rc1
- 1.3.0-alpha1
- 1.2.x-dev
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.2.0-rc1
- 1.1.x-dev
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-rc1
- 1.0.0
- 1.0.0-rc1
- 1.0.0-beta1
- dev-dependabot/npm_and_yarn/express-4.21.0
This package is auto-updated.
Last update: 2024-11-04 00:06:48 UTC
README
Overview
Adds frontend admin interfaces for managing DataObjects that implement versioning using silverstripe/versioned.
Installation
composer require silverstripe/versioned-admin
Documentation
For Developer documentation see "Versioning" on docs.silverstripe.org
For CMS User help see "Using history" on userhelp.silverstripe.org
Versioning
This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.
All methods, with public
visibility, are part of the public API. All
other methods are not part of the public API. Where possible, we'll try
to keep protected
methods backwards-compatible in minor/patch versions,
but if you're overriding methods then please test your work before upgrading.
Reporting Issues
Please create an issue for any bugs you've found, or features you're missing.
License
This module is released under the BSD 3-Clause License