mirror of
https://github.com/invite-frey/is-woo-payment-fps.git
synced 2025-04-05 05:50:42 +00:00
Bumped up the version
This commit is contained in:
parent
252795d70e
commit
c4c3991890
@ -56,6 +56,9 @@ $ git clone https://github.com/invite-frey/is-woo-payment-fps.git
|
|||||||
### 1.31
|
### 1.31
|
||||||
* Bug fixes
|
* Bug fixes
|
||||||
|
|
||||||
|
### 1.4
|
||||||
|
* Optional QRCode caching added
|
||||||
|
|
||||||
## 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.31
|
* @version 1.4
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
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: Frey Mansikkaniemi, invITe Services
|
Author: Frey Mansikkaniemi, invITe Services
|
||||||
Version: 1.31
|
Version: 1.4
|
||||||
Author URI: http://frey.hk/
|
Author URI: http://frey.hk/
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
*/
|
*/
|
||||||
|
@ -61,3 +61,6 @@ Enables [FPS](https://www.hkma.gov.hk/eng/key-functions/international-financial-
|
|||||||
|
|
||||||
= 1.31 =
|
= 1.31 =
|
||||||
* Bug fixes
|
* Bug fixes
|
||||||
|
|
||||||
|
= 1.4 =
|
||||||
|
* Optional QRCode caching added
|
||||||
|
Loading…
Reference in New Issue
Block a user