hametuha / hametwoo
WooCommerce 开发工具类库
0.8.10
2018-01-23 17:14 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ~4.8
- squizlabs/php_codesniffer: ~2.8
- wp-coding-standards/wpcs: ~0.11
README
WooCommerce 开发工具类库。
使用方法
通过 composer 包管理器包含。在你的 composer.json 文件中
{
"require": {
"hametuha/hametwoo": "~0.8"
}
}
这个库对于创建支付网关很有用。
许可证
GPL 3.0 及以后版本。
变更日志
0.8.5
- 修复自定义电子邮件自动触发的功能。
0.8.4
- 添加取消订单的自定义电子邮件。
0.8.2
- 添加依赖检查
Compatibility::check_dependency( $plugin_files_array )
。 - 为网关 API 添加获取帖子数据的实用函数。
0.8.0
首次发布。