Releases: vta/vta-wc-custom-order-status
Releases · vta/vta-wc-custom-order-status
Add Completed Dates
This is a simple update to treat any re-orderable status as a completed status. We achieve this by changing setting the completed date if the status has been changed from non-re-orderable status to a re-orderable one.
Updates
- Set an order's completed date when the order status changes from a non-re-orderable status to a re-orderable one.
Enable Editable Orders
Simple patch to enable inline edits for order items.
- Allow order statuses (except re-orderable statuses) to be editable on the admin edit page.
New/Edit Post Page Check
This patch simply applies a post type check when on WordPress's core post page.
Updates
Before applying custom meta boxes and placeholders for our custom VTA Custom Order Status CPT, the condition checks:
- If we are on a post page (edit or new).
- If the current post type is that of
vta_custom_order_status
.
Launch Bug Fixes
This version adds a few hotfixes to the initial launch of the plugin. The fixes address 2 separate bugs related to the WooCommerce Orders page view.
Updates
- The pending orders count has been updated. The query was previously limited when retrieving the right count.
- "Delete" & "Restore" have been re-added to the "Trash" view in the WC Orders page while "Trash" has been removed in the aforementioned view.
Beta Testing Update
Updates to the plugin before the official release.
Updates
- Handle issues regarding missing plugin settings during initial plugin usage.
- Create a help page for admin usage & configuration.
- Add conditional to avoid duplicate while allowing custom settings to appear in the WC -> Settings -> Emails page.
- Apply weekend exclusions to the reminder emails.
- Remove duplicate default email classes & replace with custom email class & template (processing, on-hold, etc.).