From 3bb1d921388e8abbb5cff129eff8d024cb92746e Mon Sep 17 00:00:00 2001 From: Frey Mansikkaniemi Date: Wed, 14 Oct 2020 20:15:30 +0800 Subject: [PATCH] Bumped up version, added release notes --- README.md | 4 ++++ hong-kong-fps-woo-payment.php | 5 ++--- readme.txt | 4 ++++ wc-gateway-invite-fps-payment-gateway-class.php | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0539151..90e8bdd 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ $ git clone https://github.com/invite-frey/is-woo-payment-fps.git ### 1.41 * Bugfix +### 1.42 +* Cache QRCodes by default due to better compatibility with most systems +* Fixed bug preventing headers to be output on some systems + ## Donations Donations are much appreciated if you found this resource useful. diff --git a/hong-kong-fps-woo-payment.php b/hong-kong-fps-woo-payment.php index 7978a19..6ad22ed 100644 --- a/hong-kong-fps-woo-payment.php +++ b/hong-kong-fps-woo-payment.php @@ -1,14 +1,14 @@ 'no' ), 'write_qr_code_to_file' => array( - 'title' => __('Write QRCode to file',ITS_WPF_PLUGIN_ID), - 'label' => __('Write QRCode to file',ITS_WPF_PLUGIN_ID), + 'title' => __('Cache QRCode to file',ITS_WPF_PLUGIN_ID), + 'label' => __('Cache QRCode to file',ITS_WPF_PLUGIN_ID), 'type' => 'checkbox', - 'description' => __('Enable this option if the QRCode does not show up, or if you want to cache each generated QRCode to a file for reuse. Provides better performance if the total amount is often the same.',ITS_WPF_PLUGIN_ID), - 'default' => 'no' + 'description' => __('Disabling this option will cause the QRCode to be dynamically generated. This may not work on all server configurations.',ITS_WPF_PLUGIN_ID), + 'default' => 'yes' ), ); }