The 2.3.0 version of the Cryptocurrency Product for WooCommerce plugin is released:
https://wordpress.org/plugins/cryptocurrency-product-for-woocommerceMost notable additions:
- The Ethereum Address input box on the Add new order page integrated with the Ethereum Wallet plugin.
- The Ethereum Address input box is added to the Add new order page. Manually created orders can send tokens now.
- German locale by Johannes from decentris dot com
- The Ethereum Gas price is auto adjusted according to the etherchain.org API
- The transactions serialization queue is implemented to safely increase the nonce value on a high traffic
- The Ether deposit now preserves at least 0.01 Ether on the wallet to pay Ethereum transaction fees
Roadmap:
- Support token price auto-updates according to API like coinmarketcap.com
- Add an ability to sell ERC721 tokens
- Support other Ethereum-compatible blockchains like ETC and Atheios
- Add an ability to sell Bitcoin
Full changelog:
2.3.0
The Ethereum Address input box on the Add new order page integrated with the Ethereum Wallet plugin.
mbstring PHP module check is added on plugin activation
Load scripts only on the product edit page
2.2.0
The Ethereum Address input box is added to the Add new order page. Manually created orders can send tokens now.
2.1.8
Complete prospress/action-scheduler library upgrade
2.1.7
Upgrade web3.js to the latest stable release v0.20.6
2.1.6
Fix tx confirmation check
2.1.5
Fix mycryptocheckout compatibility problem
Downgrade bitwasp/buffertools to 0.4.X (bitwasp/bitcoin 0.0.35.X dependency)
2.1.4
German locale by Johannes from decentris dot com
2.1.3
Fix uninitialized settings warnings for some strict PHP installations
2.1.2
Fix rounding problem for deposit amount field
Fix disabled -> readonly for address field
2.1.1
Check for PHP version before the autoload.php file inclusion to prevent errors for PHP 5.X versions
2.1.0
The Ethereum Gas price is auto adjusted according to the etherchain.org API
Check for the gmp PHP module is added on the plugin activation
js error on pages with no WordPress Ethereum Wallet plugin shortcodes is fixed
additional protection against double send
2.0.2
The transactions serialization queue is implemented to safely increase the nonce value on a high traffic
2.0.1
The 0x00 nonce error is fixed
Long wait for low gas price admin transactions is fixed: set the Gas price to be >= 11Gwei for admin transactions
The Ether deposit now preserves at least 0.01 Ether on the wallet to pay Ethereum transaction fees