diff --git a/class-wc-gateway-komoju.php b/class-wc-gateway-komoju.php index 615f49d..8241ff2 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.7 + * @version 3.0.8 * * @author Komoju */ diff --git a/class-wc-settings-page-komoju.php b/class-wc-settings-page-komoju.php index d693416..db9489e 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.7 + * @version 3.0.8 * * @author Komoju */ diff --git a/index.php b/index.php index a38d9e8..7fcf6c3 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.7 +Version: 3.0.8 Author: KOMOJU Author URI: https://komoju.com */ diff --git a/readme.txt b/readme.txt index e9563ce..476e719 100644 --- a/readme.txt +++ b/readme.txt @@ -171,6 +171,10 @@ Go back to your Wordpress instance and set the "Webhook Secret Token" value on t == Changelog == += 3.0.8 = +Register IPN handler outside of gateway initializer. +Hopefully fixes an issue where automatic updates cause webhooks to stop working. + = 3.0.7 = Add JA translations for plugin store page FAQ.