Releases: knit-pay/upi-qr-code-payment-for-woocommerce
Releases · knit-pay/upi-qr-code-payment-for-woocommerce
v1.4.5
What's Changed
- Tested Upto: WordPress 6.5.
- Updated Readme for Knit Pay - UPI.
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #38
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #39
- Bump express from 4.18.2 to 4.19.2 by @dependabot in #40
New Contributors
- @dependabot made their first contribution in #38
Full Changelog: v1.4.4...v1.4.5
Release v1.4.3
What's Changed
Full Changelog: iamsayan/upi-qr-code-payment-for-woocommerce@v1.4.2...v1.4.3
Release v1.4.2
1.4.2
Release Date: March 3, 2024
- Fixed: Form not submitting if both fields are hidden.
What's Changed
- added v1.4.2 by @iamsayan in /~https://github.com/iamsayan/upi-qr-code-payment-for-woocommerce/pull/36
Full Changelog: iamsayan/upi-qr-code-payment-for-woocommerce@v1.4.1...v1.4.2
Release v1.4.1
1.4.1
Release Date: January 7, 2024
- Fixed: CSS issues.
- Tweak: PHP 8.3 Support.
What's Changed
- v1.4.1 added by @iamsayan in /~https://github.com/iamsayan/upi-qr-code-payment-for-woocommerce/pull/33
Full Changelog: iamsayan/upi-qr-code-payment-for-woocommerce@v1.4.0...v1.4.1
Release v1.4.0
1.4.0
Release Date: January 6, 2024
- Added: Support for WooCommerce Block-based checkout.
What's Changed
- added v1.4.0 by @iamsayan in /~https://github.com/iamsayan/upi-qr-code-payment-for-woocommerce/pull/31
- updated ignore fle by @iamsayan in /~https://github.com/iamsayan/upi-qr-code-payment-for-woocommerce/pull/32
Full Changelog: iamsayan/upi-qr-code-payment-for-woocommerce@v1.3.9...v1.4.0
Release v1.3.9
1.3.9
Release Date: January 6, 2024
- Added: Security check on submission.
- Removed: Inter as default font.
What's Changed
- added v1.3.9 by @iamsayan in /~https://github.com/iamsayan/upi-qr-code-payment-for-woocommerce/pull/30
Full Changelog: iamsayan/upi-qr-code-payment-for-woocommerce@v1.3.8...v1.3.9
Release v1.3.8
1.3.8
Release Date: January 5, 2024
- Added: Screenshot upload field.
- Fixed: CSS was not loading on checkout page after last update.
What's Changed
- added v1.3.8 by @iamsayan in /~https://github.com/iamsayan/upi-qr-code-payment-for-woocommerce/pull/29
Full Changelog: iamsayan/upi-qr-code-payment-for-woocommerce@v1.3.7...v1.3.8
Release v1.3.7
1.3.7
Release Date: January 4, 2024
- Added: Inter as default font family for payment modal.
- Fixed: Payment Modal not showing on some installations.
- Tweak: Added check for WooCommerce Order object.
- Tweak: Added CSS fixes.
- Tested with WooCommerce v8.6.
Release v1.3.6
1.3.6
Release Date: July 22, 2023
- Fixed: Persistent admin notices.
- Tweak: Added CSS fixes.
- Tested with WooCommerce v7.9.
Release v1.3.5
1.3.5
Release Date: June 11, 2023
- Fixed: Thank you note was not visible on some themes.
- Fixed: CSS issues on some themes.
- Added:
upiwc_order_button_text
filter to change order button text on checkout page. - Tweak:
upiwc_custom_gateway_icon
filter toupiwc_gateway_icon
. It can be used to change payment gateway icon. - Tweak: CSS and JS will only load if the UPI ID option is enabled on checkout page.