- Added: Support for adding a featured image via the front end location edit form.
- Changed: Field names are now humnan readable instead of auto-generated key.
- Added: Default text if no results are available for a user's location table.
- Changed: Post status now forces to
publish
when saving the location edit form on the front end. - Changed: Helper function
mailocations_create_location_from_woocommerce_user()
function now accepts post args.
- Fixed: Location category slug wasn't using readable name.
- Fixed: Don’t require args in address helper function.
- Added: New mailocations_create_location_from_woocommerce_user() helper function to create a location programmatically from WooCommerce user data.
- Initial release