Releases: crosspeaksoftware/woo-address-book
Releases · crosspeaksoftware/woo-address-book
3.1.0
- Potential breaking change for updating from 2.x versions.
- If you are using this plugin as a user, then nothing should break with this change. All data from older versions of the plugin is updated automatically. You may want to review the plugin settings to make sure that it is setup as you would like.
- If you have customizations that accessed any of the plugin functions or changed template files then you will need to review them for updates.
- The data structure of the plugin has been re-written. So if you are accessing any data directly from the usermeta table then that will need to be changed.
- Also, all functions work differently then they used to.
- The WC_Address_Book class has been deprecated. Any custom calls to the WC_Address_Book class may need to be changed.
- Many filters have changed and should be reviewed.
- Translators: Many of the text strings have been changed or added in this release, so if you are using a version other than English you will need to make sure your translations are up to date.
- We've updated the Address Book template and styles with a whole new look. If you've customized the template file or your theme has any styles that affect the address book you will need to make changes to work with the updated template and style.
- Feature: Add REST API endpoint to get customer addresses.
- Feature: Add Import/Export feature of addresses. This is disabled by default so you will need to turn it on in the settings.
- Change: Settings have been moved from WooCommerce -> Settings -> General to their own settings section under Address Book.
3.0.3
- fix using object as array.
- make sure default address is set if updating default
- when overriding woocommerce_checkout_update_customer_data, make sure we respect if another plugin sets to to false to not save data
Full Changelog: 3.0.2.13...3.0.3
2.6.6
when overriding woocommerce_checkout_update_customer_data, make sure we respect if another plugin sets to to false to not save data
Full Changelog: 2.6.5...2.6.6
3.0.2.13
What's Changed
- Fix issue when editing the default address it can conflict on nickname in #164
- set default with the set_default function in #165
- Break the add address button out into a template file so it can be overridden in #166
- refactor out limit addresses to the Address Book class in #167
- fix issue with meta saving on checkout when it is the default account in #169
Full Changelog: 3.0.2.12...3.0.2.13
2.6.5
- Fix compiled stylesheet as part of build process.
Full Changelog: 2.6.4...2.6.5
2.6.4
- Use WooCommerce ajax instead of WordPress ajax for improved compatibility.
Full Changelog: 2.6.3...2.6.4
3.0.2.12
Full Changelog: 3.0.2.9...3.0.2.12
2.6.3
3.0.2.4
- Extra sanitization of data.
- More validation of imported csvs.
Full Changelog: 3.0.1...3.0.2.4
3.0.1
- Fix: Fix potential temporary PHP fatal error in 3.0.0
Full Changelog: 3.0.0...3.0.1