Skip to content

Releases: vta/vta-wc-custom-order-status

Add Completed Dates

30 Mar 16:29
Compare
Choose a tag to compare

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

15 Feb 22:10
Compare
Choose a tag to compare

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

03 Nov 16:44
Compare
Choose a tag to compare

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:

  1. If we are on a post page (edit or new).
  2. If the current post type is that of vta_custom_order_status.

Launch Bug Fixes

01 Nov 15:51
Compare
Choose a tag to compare

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

17 Oct 14:39
Compare
Choose a tag to compare

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.).