Simple WooCommerce Order Approval Changelog

1.3 – 2023-05-12

  • Allow editing orders on backoffice when on “Needs approval” or “Approved” status
  • Fix the order manage link on the admin “Needs approval” email
  • Better updater information

1.2 – 2023-04-27

  • Add “Needs approval” product custom field to wpml-config.xml so it propagates to product translations correctly, and lock it on translations
  • Filter products needing approval on the products list in admin, show a column on the products list and allow to disable it via the swoa_admin_list_show_column filter
  • Changed setting product categories needing approval to the category edit instead of the settings screen
  • The swoa_needs_approval is now always used and has 2 new parameters to be more flexible
  • Abstract code around product categories so it’s easy to add other taxonomies in the future

1.1 – 2023-04-20

  • Bug fix: The order couldn’t be paid after approval if it changed back to the “Pending” status
  • Bug fix: The “order received” message was incorrectly shown after approval
  • Change the approved email payment link class to ID
  • Add swoa_needs_approval_checkout_message and swoa_needs_approval_order_received_message filters
  • Change the way we get the plugin version for updates checking
  • Fix hooks names

1.0 – 2023-04-19

  • First release