Releases: xelis-project/xelis-payment-woocommerce
Releases · xelis-project/xelis-payment-woocommerce
XELIS WooCommerce - v0.2.7
- Fix missing network variable after finishing checkout (broken UI response).
- Display hot wallet sync status.
- New condition to check if wallet is synced before requesting payment.
- Fix restart wallet func when saving new config.
XELIS WooCommerce - v0.2.6
- Add new kill wallet button.
- Don't unlink PID file even if posix_kill is successful (let kill -0 handle it).
XELIS WooCommerce - v0.2.5
Continue with the plugin activation even if the wallet doesn't open.
It's possible the default port (8081) is already in use, and the user need access to the config page to change it.
XELIS WooCommerce - v0.2.4
- Check if local wallet API port is already in use.
- Add config to set custom local port.
XELIS WooCommerce - v0.2.3
- fix css layout issues
- add custom usd quote
- display exact quote to customer (not just the total)
- better err handling and msg in wallet page
- do not remove PID ref if process is not killed correctly (avoid issues with running multiple instances, locking, etc)
XELIS WooCommerce - v0.2.2
Fixes and support classic checkout.
XELIS WooCommerce - v0.2.1
fix pid not found