PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.2.1
Pay with Vipps and MobilePay for WooCommerce v6.2.1
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 trunk All 183 releases
← All changes | payment/payment.php +1 -1 6.1.96.2.1 View file →
@@ -31,9 +31,9 @@
31 31 exit; // Exit if accessed directly
32 32 }
33 33
34 34 // Report version externally
35 -define('WOO_VIPPS_VERSION', '6.1.9');
35 +define('WOO_VIPPS_VERSION', '6.2.1');
36 36
37 37 define( 'WC_VIPPS_PAYMENT_MAIN_FILE', __FILE__ );
38 38
39 39 // Legacy way of starting test mode - please use developer- and test-modes from now on. IOK 2019-08-30