Bumped up version

This commit is contained in:
Frey Mansikkaniemi 2020-08-31 19:25:04 +08:00
parent bcd53e59ed
commit 2c589eda57
3 changed files with 10 additions and 2 deletions

View File

@ -49,6 +49,10 @@ $ git clone https://github.com/invite-frey/is-woo-payment-fps.git
### 1.2
* Invalid QR Code problems fixed
### 1.3
* Output QR Code at a higher priority during WP startup
* Form validation for the Payment Gateway settings
## Donations
Donations are much appreciated if you found this resource useful.

View File

@ -1,14 +1,14 @@
<?php
/**
* @package Hong_Kong_FPS_Woo_Payment
* @version 1.2
* @version 1.3
*/
/*
Plugin Name: Hong Kong FPS Woo Payment
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.
Author: Frey Mansikkaniemi, invITe Services
Version: 1.2
Version: 1.3
Author URI: http://frey.hk/
License: GPLv3
*/

View File

@ -54,3 +54,7 @@ Enables [FPS](https://www.hkma.gov.hk/eng/key-functions/international-financial-
= 1.2 =
* Invalid QR code problems fixed
= 1.3 =
* Output QR Code at a higher priority during WP startup
* Form validation for the Payment Gateway settings