WooCommerce Plugin for payment method "Cash on Pickup"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.6 KiB

4 years ago
  1. ## 2.0.0
  2. * Add: language for German
  3. * Add: uninstall hook to delete settings
  4. * Change: Change formating and naming
  5. ## 1.5
  6. * Add: option to accept Cash on pickup payment if the order is virtual
  7. ## 1.4.4
  8. * Fix: Add and update WooCommerce < 3.0 backward compatibility
  9. ## 1.4.3
  10. * Fix: https://wordpress.org/support/topic/warnings-on-my-account-pages/
  11. * Bump 'WC tested up to' version
  12. ## 1.4.2
  13. * Fix: Menus editor not showing, due to woocommerce_available_payment_gateways filter hook firing in the admin
  14. ## 1.4.1
  15. * Fix: Rename the text domain to comply with the language packs requirements
  16. ## 1.4
  17. * Add: option to disable other payment methods if local pickup "shipping" is selected on the checkout page
  18. ## 1.3.1
  19. * Fix: wpml-config.xml fix
  20. ## 1.3
  21. * Fix: gateway not available if shipping is disabled in WooCommerce general settings
  22. * Tested up to WordPress version 4.9
  23. ## 1.2
  24. * Plugin maintainer changed
  25. * Add: option to choose default status of new orders added
  26. * Add: instructions are now added to the email send to a customer
  27. * Fix: broken admin input field "Enable for shipping methods"
  28. * Fix: WooCommerce 3.0 compatibility
  29. * Fix: code and indentation cleanup, more code imported from WooCommerce COD gateway
  30. ## 1.1.2
  31. * Add: WPML support
  32. ## 1.1.1
  33. * Fix: Error that prevent the payment method to show on checkout page
  34. ## 1.1
  35. * Add: Added "Settings" link in plugins list page
  36. * Add: filter wc_cop_default_order_status
  37. * Add: "Place Order" button text and filter woocommerce_cop_order_button_text
  38. * Fix: Compatible with WooCommerce 2.1+
  39. * Fix: minor changes
  40. ## 1.0
  41. * First release