silverstripe / versioned-admin
SilverStripe 版本化管理界面
2.3.0-beta1
2024-09-01 22:15 UTC
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-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-09-21 06:22:14 UTC
README
概述
通过使用 silverstripe/versioned 添加前端管理界面,用于管理实现版本控制的 DataObjects。
安装
composer require silverstripe/versioned-admin
文档
开发者文档请参阅 docs.silverstripe.org 上的“版本控制”
CMS 用户帮助请参阅 userhelp.silverstripe.org 上的“使用历史”
版本控制
此库遵循 Semver。根据 Semver,您可以在不更改公共 API 的任何破坏性更改的情况下升级到此库的任何次要或补丁版本。Semver 还要求我们明确定义此库的公共 API。
所有具有 public
可见性的方法都是公共 API 的一部分。所有其他方法都不是公共 API 的一部分。尽可能保持 protected
方法在次要/补丁版本中的向后兼容性,但如果您正在覆盖方法,请在升级之前测试您的工作。
报告问题
请为任何您发现的错误或缺少的功能 创建一个问题。
许可证
此模块在 BSD 3-Clause 许可证 下发布