Releases: BrianHenryIE/bh-wc-address-validation
Releases · BrianHenryIE/bh-wc-address-validation
Release list
v1.4.0
- 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
- 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
srcdirectory
v1.2.2
- 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
- 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
- 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