From ee7280cedfa62a574674d2a4c85b8f44fc6deaa5 Mon Sep 17 00:00:00 2001 From: Grant Date: Fri, 12 Apr 2024 15:12:20 +0900 Subject: [PATCH] Update plugin to Version 3.0.9 --- class-wc-gateway-komoju.php | 2 +- class-wc-settings-page-komoju.php | 2 +- index.php | 2 +- readme.txt | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/class-wc-gateway-komoju.php b/class-wc-gateway-komoju.php index 8241ff2..8ecc48a 100755 --- a/class-wc-gateway-komoju.php +++ b/class-wc-gateway-komoju.php @@ -11,7 +11,7 @@ * @class WC_Gateway_Komoju * @extends WC_Payment_Gateway * - * @version 3.0.8 + * @version 3.0.9 * * @author Komoju */ diff --git a/class-wc-settings-page-komoju.php b/class-wc-settings-page-komoju.php index db9489e..5e42935 100644 --- a/class-wc-settings-page-komoju.php +++ b/class-wc-settings-page-komoju.php @@ -10,7 +10,7 @@ * @class WC_Settings_Page_Komoju * @extends WC_Settings_Page * - * @version 3.0.8 + * @version 3.0.9 * * @author Komoju */ diff --git a/index.php b/index.php index 7fcf6c3..151cd46 100755 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ Plugin Name: KOMOJU Payments Plugin URI: https://github.com/komoju/komoju-woocommerce Description: Extends WooCommerce with KOMOJU gateway. -Version: 3.0.8 +Version: 3.0.9 Author: KOMOJU Author URI: https://komoju.com */ diff --git a/readme.txt b/readme.txt index 476e719..6a52ec7 100644 --- a/readme.txt +++ b/readme.txt @@ -171,6 +171,9 @@ Go back to your Wordpress instance and set the "Webhook Secret Token" value on t == Changelog == += 3.0.9 = +Fix bug with order cancel webhook. + = 3.0.8 = Register IPN handler outside of gateway initializer. Hopefully fixes an issue where automatic updates cause webhooks to stop working.