automattic / jetpack-blocks
注册和管理插件中的区块。用于管理区块注册、队列等。
v2.0.6
2024-09-16 14:36 UTC
Requires
- php: >=7.0
- automattic/jetpack-constants: ^2.0.4
Requires (Dev)
- automattic/jetpack-changelogger: ^4.2.6
- automattic/wordbless: dev-master
- brain/monkey: 2.6.1
- yoast/phpunit-polyfills: ^1.1.1
Suggests
- automattic/jetpack-autoloader: Allow for better interoperability with other plugins that use this package.
- dev-trunk / 2.0.x-dev
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.0
- v1.4.23
- v1.4.22
- v1.4.21
- v1.4.20
- v1.4.19
- v1.4.18
- v1.4.17
- v1.4.16
- v1.4.15
- v1.4.14
- v1.4.13
- v1.4.12
- v1.4.11
- v1.4.10
- v1.4.9
- v1.4.8
- v1.4.7
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.0
- dev-prerelease
- dev-fix/slack-workflow-branch-detection
- dev-fix/release-branch-typo
- dev-update/generate-branch-plugin
- dev-release-v1.2.2
- dev-release-v1.2.1
- dev-feature/reorg
- dev-release-v1.2.0
- dev-release-v1.1.1
- dev-release-v1.1.0
- dev-release-v1.0.0
This package is auto-updated.
Last update: 2024-09-18 03:17:39 UTC
README
注册和管理插件中的区块。用于管理区块注册、队列等。
用法
开发
运行测试需要有效的 svn
、composer
和 pnpm
命令。
安装这些工具后,您可以通过以下命令安装 composer 依赖项:
$ composer install --ignore-platform-reqs
运行 PHP 单元测试
在本地开发环境中运行
$ composer phpunit
在您的 WordPress 插件中使用此包
如果您计划在您的 WordPress 插件中使用此包,我们建议您使用 Jetpack Autoloader 作为自动加载器。这将允许与其他使用此包的插件进行最大程度的互操作性。
安全
需要报告安全漏洞?请访问 https://automattic.com/security/ 或直接访问我们的安全漏洞赏金网站 https://hackerone.com/automattic。
许可证
jetpack-blocks 采用 GNU 通用公共许可证第2版(或更高版本) 许可。