1.4 – 2023-09-21
- Force “Processing” emails when manually changing status from “Needs approval” or “Approved”
- Fix HTML output on the “Order received” page from WooCommerce 8.1 onwards
- Tested with WordPress 6.4-alpha-56639 and WooCommerce 8.1.1
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
filter 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