1.0
1.0.1
1.0.2
In this version thankyou_page code shows instructions only if this payment method is selected.
1.0.3
The status of the order is changed from "Processing" to "Pending Payment", so the order is not included in Woocommerce report for sales, before payment.
1.0.4
Changed the status of the order to "On Hold"
2.0.0
In this release, if a customer creates a user account, the secret answer is saved in his profile, and for all the future orders that answer is shown. The answer to the secret question can be modified in the user profile page for future orders.
2.0.1
In this release, if a customer creates a user account, the secret answer is saved in his profile, and for all the future orders that answer is shown. The answer to the secret question can be modified in the user profile page for future orders.
Also a bug in showing user profile page is fixed.
2.1.0
Mistakenly Email instructions was sent for every status before this release. Now it is limited to Pending, Processing, and On-hold status.
2.2.0
Just added translation files for French
2.3.0
Updated according to some changes in Woocommerce api; also added an option in settings (Woocoomerce settngs -> Payments-> Email money Transfer) to select the status of the order, upon using this gateway.
2.3.1
replaced $order->reduce_order_stock() with wc_reduce_stock_levels( $order_id );
2.3.2
Fixed the Secret Answer sent by Email, to the right one for the ordering user.
2.3.3
Fixed the Secret Answer sent by Email, to the right one for the ordering user.
2.5.0
Sanitized inputs & escaped outputs, and followed WordPress Coding Standards
2.6.1
Nothing changed, just Deprecated warning for Dynamic Properties is addressed