Skip to content

Releases: BrianHenryIE/bh-wp-bitcoin-gateway

v1.2.0

14 Jun 00:01
Compare
Choose a tag to compare
  • Store wallets & addresses as custom post type
  • Display payments details in admin order UI metabox
  • Increase debug logging around scheduling checks for payments
  • Check for payments using Sochain API
  • Separate data and formatting function
  • Refactor fetch address data (update address) logic
  • Add CLI commands

v1.1.1

19 Apr 23:43
Compare
Choose a tag to compare

Fix: enqueue dashicons on Thank You page
Fix: link to logs page was not visible on settings page

And improved testing, linting and code quality.

v1.1.0

05 Apr 20:00
Compare
Choose a tag to compare
  • Add: Additional logging and order notes. i.e. links to the address and transactions on each order.
  • Fix: Email function was being invoked with an old order object, now refreshes so address metadata will be available.

v1.0.1

31 Mar 10:32
Compare
Choose a tag to compare

Fixes some teething problems:

  • Misspelled const was causing the Settings link on plugins.php not to appear (and maybe deeper problems).
  • Address generation now starts when the xpub is saved/changed on the settings screen (bg task via Action Scheduler, so maybe not immediately)
  • Gateway will not appear at checkout if there is no destination payment address generated and ready to go
  • Exception handling when printing instructions on Thank You page and Emails – now catches the exception (no address) and prints nothing, logs the error
  • JS and CSS are now only enqueued on pages whose order used a Bitcoin gateway (previously they enqueued on all Thank You and View Order pages)

v1.0.0

30 Mar 20:48
Compare
Choose a tag to compare

This is reasonably well unit-tested and somewhat tested locally, but has not been run in production yet.