Bumped up version

This commit is contained in:
Frey Mansikkaniemi 2020-09-06 21:13:46 +08:00
parent 102b41354d
commit 4bf51e1778
3 changed files with 8 additions and 2 deletions

View File

@ -53,6 +53,9 @@ $ git clone https://github.com/invite-frey/is-woo-payment-fps.git
* Output QR Code at a higher priority during WP startup
* Form validation for the Payment Gateway settings
### 1.31
* Bug fixes
## 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.3
* @version 1.31
*/
/*
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.3
Version: 1.31
Author URI: http://frey.hk/
License: GPLv3
*/

View File

@ -58,3 +58,6 @@ Enables [FPS](https://www.hkma.gov.hk/eng/key-functions/international-financial-
= 1.3 =
* Output QR Code at a higher priority during WP startup
* Form validation for the Payment Gateway settings
= 1.31 =
* Bug fixes