Skip to content
- Fix reduce stock level for the correct stock increase when canceling an order
- Fix enable Apple Pay and Google Pay
- Update supported languages
- Update dependencies
- Fix & edit default option values
- Add separate payment gateways for each Comgate payment method (Cards, Bank Transfer, Buy Now Pay Later, etc.)
- Add WooCommerce Blocks checkout support for all payment methods
- Add preauthorization functionality for card payments with capture/cancel capabilities
- Add payment status tracking and display in admin (order list and detail pages)
- Add dedicated icons for each payment method type
- Add order status hooks for automated preauthorization management
- Add manual transaction status check with “Check Payment Status” button in admin
- Add automatic transaction cancellation when order is canceled (for pending/created payments)
- Add subscription support restrictions for card payment methods only
- Add comprehensive logging for payment gateway operations
- Fix order status prefix handling (remove ‘wc-’ prefix before calling update_status)
- Fix redirect after change payment method on subscription
- Improve transaction status checking logic in Gateway class
- Improve redirect logic after redirect from gateway
- Improve gateway selection to use correct gateway based on order payment method
- Improve payment method availability logic and admin context detection
- Improve status change detection to prevent unnecessary updates
- Migrate API settings from gateway to module level for better organization
- Update payment callback handling for new status tracking system
- Update dependencies
- Add filter
wpify_woo_comgate_redirect_url for edit redirect url
- Add filter
wpify_woo_comgate_client_data for auth credentials
- Update plugin core
- Update dependencies
- Update plugin dashboard
- Update license field
- Update plugin core
- Update dependencies
- New administration settings
- Update plugin core
- Update dependencies
- Fix scheduling subscription payment
- Set failed payment on subscription if order payment fails
- Add wpify_comgate_payment_methods_ids filter to support custom gateways
- Add icon for Bank payments method
- Add option to extend the gateway
- Add filters for method key
- Fix changing order status after success payment
- Fix load textdomain
- Add option to load methods in more languages
- Change redirection to payment page on canceled payment
- Fix initialization of payment gateway
- Add full name and phone to the request
- Fix duplicate payment charge on subscription renewal
- Add support for block checkout
- Add option to disable inline gateway
- Add option to disable fail order after cancel payment
- Fix Subscription change payment method refund
- New Comgate SDK integration
- Add new required payment parameters
- Add payment return by Comgate
- Add Comgate gateway icon
- More order notes about payments
- Update texts and translations
- Better logging
- New License system
- Update dependencies
- Add option to change payment method for subscription
- Fix change subscription order status after success payment
- Update dependencies
- Better prevent order status switch - not switch if order payment method is changed
- Fix warning simplexml_load_file if identification not set
- Change the order status to failed only if it is in a pending status
- Add ‘allow=“payment”’ tag to iframe
- Fix do not switch an order to failed status if it is already paid
- Update deps, declare HPOS compatibility
- Update texts and translations
- Fix default order status
- Fix sending payments as recurring if not enabled for subscription products.
- Edit Comgate container styles
- Fix subscriptions payments processing
- Add filter for changing Comgate payment data
- Add option to empty cart on thank you page
- Fixed failed payment statuses
- Fixed failed payment statuses
- Fixed failed payment statuses
- Rename filter wpify_woo_checkout_enabled_methods to wpify_woo_comgate_checkout_enabled_methods
- Add support for WooCommerce Subscriptions and recurring payments
- Add API for transfers downloads
- Use installed gateways instead of available gateways when validating the payment
- Add more logging
- Set the compatibility with WPify Woo main plugin