hametuha / hametwoo
A utility classes for WooCommerce development
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
A utility classes for WooCommerce development.
How to Use
Include via composer. In your compsoer.json:
{
"require": {
"hametuha/hametwoo": "~0.8"
}
}
This library is useful for making Payment Gateways.
License
GPL 3.0 and later.
Change Log
0.8.5
- Fix custom email to automatically fired.
0.8.4
- Add custom email for cancellation.
0.8.2
- Add dependency check
Compatibility::check_dependency( $plugin_files_array )
. - Add utility functions for get post data for Gateway API.
0.8.0
First release.