Skip to content

Releases: BrianHenryIE/bh-wc-address-validation

v1.4.0

Choose a tag to compare

@BrianHenryIE BrianHenryIE released this 08 Sep 00:13
  • Add: show customer's last order's address on order page
  • Add: twice-daily cron job to re-check bad addresses, e.g. if USPS API was offline
  • Add: changelog on plugin install screen (WIP)
  • Fix: bulk-mark-processing was not passing the list of orders to cron as an array

v1.3.0

Choose a tag to compare

@BrianHenryIE BrianHenryIE released this 23 Aug 23:36
  • Now checks addresses for common mistakes and queries USPS with all variations
  • Improved log messages
  • Added updater to change option names to use underscores and not hyphens
  • Project structure changed to move all PHP files under src directory

v1.2.2

Choose a tag to compare

@BrianHenryIE BrianHenryIE released this 17 Sep 15:51
  • Do not show settings link on plugins.php when WooCommerce is inactive.
  • When no validator is available for the address, do not mark the order "bad address"! Just add an order note. (1.2.1)

v1.2.0

Choose a tag to compare

@BrianHenryIE BrianHenryIE released this 20 Aug 23:16
  • Updated address now saves to customer user account
  • Updates billing address if it matches shipping address
  • Fix: bulk mark-processing now using the correct hook
  • Add address validation using EasyPost API (work in progress – might work, might not)

v1.1.0

Choose a tag to compare

@BrianHenryIE BrianHenryIE released this 07 Jan 23:16
  • Now only automatically checks the address once when the order is set to processing
  • Deactivating the plugin sets orders with bad-address status to on-hold
  • Reactivating the plugin checks on-hold orders to see were they previously bad-address, if so rechecks them
  • Email to admins now defaults to disabled
  • Now uses bh-wp-logger