PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.2.1
Pay with Vipps and MobilePay for WooCommerce v6.2.1
6.2.2 6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 5.4.1 5.4.0 5.3.4 All 184 releases
← All changes | recurring/recurring.php +5 -1 6.1.36.2.1 View file →
@@ -2,9 +2,9 @@
2 2 defined( 'ABSPATH' ) || exit;
3 3
4 4 // phpcs:disable WordPress.Files.FileName
5 5
6 -define( 'WC_VIPPS_RECURRING_VERSION', '2.2.14' );
6 +define( 'WC_VIPPS_RECURRING_VERSION', '2.2.18' );
7 7
8 8 /**
9 9 * Polyfills
10 10 */
@@ -64,8 +64,12 @@
64 64 * Whether to put the plugin into test mode. This is only useful for developers.
65 65 */
66 66 if ( ! defined( 'WC_VIPPS_RECURRING_TEST_MODE' ) ) {
67 67 define( 'WC_VIPPS_RECURRING_TEST_MODE', false );
68 +}
69 +
70 +if ( ! defined( 'WC_VIPPS_RECURRING_ALLOW_CHECKOUT_OPTION' ) ) {
71 + define( 'WC_VIPPS_RECURRING_ALLOW_CHECKOUT_OPTION', false );
68 72 }
69 73
70 74 WC_Vipps_Recurring::register_hooks();
71 75 if ( get_option( WC_Vipps_Recurring_Helper::OPTION_CHECKOUT_ENABLED, false ) ) {