mirror of
https://github.com/invite-frey/is-woo-payment-fps.git
synced 2025-04-03 21:10:42 +00:00
bumped up version
This commit is contained in:
parent
488336bce4
commit
b0d9f87a5c
@ -69,6 +69,9 @@ $ git clone https://github.com/invite-frey/is-woo-payment-fps.git
|
|||||||
### 1.43
|
### 1.43
|
||||||
* Minor bug fixes
|
* Minor bug fixes
|
||||||
|
|
||||||
|
### 1.44
|
||||||
|
* base64 encoded png qrcode
|
||||||
|
|
||||||
## Donations
|
## Donations
|
||||||
|
|
||||||
Donations are much appreciated if you found this resource useful.
|
Donations are much appreciated if you found this resource useful.
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @package Hong_Kong_FPS_Woo_Payment
|
* @package Hong_Kong_FPS_Woo_Payment
|
||||||
* @version 1.43
|
* @version 1.44
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
Plugin Name: Hong Kong FPS Woo Payment
|
Plugin Name: Hong Kong FPS Woo Payment
|
||||||
Plugin URI: https://github.com/invite-frey/is-woo-payment-fps
|
Plugin URI: https://github.com/invite-frey/is-woo-payment-fps
|
||||||
Description: Woocommerce payment method enabling Hong Kong FPS payments. Displays QR code and FPS payent if to user. Requires manual confirmation.
|
Description: Woocommerce payment method enabling Hong Kong FPS payments. Displays QR code and FPS payent if to user. Requires manual confirmation.
|
||||||
Author: invITe Services
|
Author: invITe Services
|
||||||
Version: 1.43
|
Version: 1.44
|
||||||
Author URI: http://frey.hk/
|
Author URI: http://frey.hk/
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
*/
|
*/
|
||||||
|
@ -72,6 +72,8 @@ Enables [FPS](https://www.hkma.gov.hk/eng/key-functions/international-financial-
|
|||||||
* QRCodes always cached to disk due to browser incompatibility issues with dynamic generation.
|
* QRCodes always cached to disk due to browser incompatibility issues with dynamic generation.
|
||||||
* Fixed bug preventing headers to be output on some systems
|
* Fixed bug preventing headers to be output on some systems
|
||||||
|
|
||||||
= 1.43 =
|
= 1.43 =
|
||||||
* Minor bugfixes
|
* Minor bugfixes
|
||||||
|
|
||||||
|
= 1.44 =
|
||||||
|
* base64 encoded png qrcode
|
Loading…
Reference in New Issue
Block a user