Bumped up version

This commit is contained in:
Frey Mansikkaniemi 2020-08-31 15:27:38 +08:00
parent 4019b7efc5
commit 16bb31b6d9
3 changed files with 8 additions and 2 deletions

View File

@ -46,6 +46,9 @@ $ git clone https://github.com/invite-frey/is-woo-payment-fps.git
* QR Code quality improved * QR Code quality improved
* Mobile phonen number format example included * Mobile phonen number format example included
### 1.2
* Invalid QR Code problems fixed
## Donations ## Donations
Donations are much appreciated if you found this resource useful. Donations are much appreciated if you found this resource useful.

View File

@ -1,14 +1,14 @@
<?php <?php
/** /**
* @package Hong_Kong_FPS_Woo_Payment * @package Hong_Kong_FPS_Woo_Payment
* @version 1.1 * @version 1.2
*/ */
/* /*
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.1 Version: 1.2
Author URI: http://frey.hk/ Author URI: http://frey.hk/
License: GPLv3 License: GPLv3
*/ */

View File

@ -51,3 +51,6 @@ Enables [FPS](https://www.hkma.gov.hk/eng/key-functions/international-financial-
= 1.1 = = 1.1 =
* QR Code quality improved * QR Code quality improved
* Mobile phonen number format example included * Mobile phonen number format example included
= 1.2 =
* Invalid QR code problems fixed