Changeset 3063657
- Timestamp:
- 04/03/2024 11:36:08 AM (21 months ago)
- Location:
- woocommerce-quickpay
- Files:
-
- 6 edited
- 1 copied
-
tags/7.3.1 (copied) (copied from woocommerce-quickpay/trunk)
-
tags/7.3.1/README.txt (modified) (1 diff)
-
tags/7.3.1/classes/woocommerce-quickpay-settings.php (modified) (1 diff)
-
tags/7.3.1/woocommerce-quickpay.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/classes/woocommerce-quickpay-settings.php (modified) (1 diff)
-
trunk/woocommerce-quickpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-quickpay/tags/7.3.1/README.txt
r3049352 r3063657 28 28 29 29 == Changelog == 30 = 7.3.1 = 31 * Fix: Setting quickpay_complete_on_capture was missing from the settings UI 32 30 33 = 7.3.0 = 31 34 * Feat: MobilePay Checkout has been removed due to EOL of the product after MobilePay/Vipps merge. -
woocommerce-quickpay/tags/7.3.1/classes/woocommerce-quickpay-settings.php
r3045559 r3063657 119 119 'default' => 'no', 120 120 'desc_tip' => true, 121 ], 122 'quickpay_complete_on_capture' => [ 123 'title' => __( 'Complete order on capture callbacks', 'woo-quickpay' ), 124 'type' => 'checkbox', 125 'label' => __( 'Enable', 'woo-quickpay' ), 126 'description' => __( 'When enabled, an order will be automatically completed when capture callbacks are sent to WooCommerce. Callbacks are sent by QuickPay when the payment is captured from either the shop or the QuickPay manager. Keep disabled to manually complete orders. ', 'woo-quickpay' ), 127 'default' => 'no', 121 128 ], 122 129 'quickpay_payment_cancelled_order_transition_status' => [ -
woocommerce-quickpay/tags/7.3.1/woocommerce-quickpay.php
r3049352 r3063657 4 4 * Plugin URI: http://wordpress.org/plugins/woocommerce-quickpay/ 5 5 * Description: Integrates your QuickPay payment gateway into your WooCommerce installation. 6 * Version: 7.3. 06 * Version: 7.3.1 7 7 * Author: Perfect Solution 8 8 * Text Domain: woo-quickpay … … 19 19 } 20 20 21 define( 'WCQP_VERSION', '7.3. 0' );21 define( 'WCQP_VERSION', '7.3.1' ); 22 22 define( 'WCQP_URL', plugins_url( __FILE__ ) ); 23 23 define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) ); -
woocommerce-quickpay/trunk/README.txt
r3049352 r3063657 28 28 29 29 == Changelog == 30 = 7.3.1 = 31 * Fix: Setting quickpay_complete_on_capture was missing from the settings UI 32 30 33 = 7.3.0 = 31 34 * Feat: MobilePay Checkout has been removed due to EOL of the product after MobilePay/Vipps merge. -
woocommerce-quickpay/trunk/classes/woocommerce-quickpay-settings.php
r3045559 r3063657 119 119 'default' => 'no', 120 120 'desc_tip' => true, 121 ], 122 'quickpay_complete_on_capture' => [ 123 'title' => __( 'Complete order on capture callbacks', 'woo-quickpay' ), 124 'type' => 'checkbox', 125 'label' => __( 'Enable', 'woo-quickpay' ), 126 'description' => __( 'When enabled, an order will be automatically completed when capture callbacks are sent to WooCommerce. Callbacks are sent by QuickPay when the payment is captured from either the shop or the QuickPay manager. Keep disabled to manually complete orders. ', 'woo-quickpay' ), 127 'default' => 'no', 121 128 ], 122 129 'quickpay_payment_cancelled_order_transition_status' => [ -
woocommerce-quickpay/trunk/woocommerce-quickpay.php
r3049352 r3063657 4 4 * Plugin URI: http://wordpress.org/plugins/woocommerce-quickpay/ 5 5 * Description: Integrates your QuickPay payment gateway into your WooCommerce installation. 6 * Version: 7.3. 06 * Version: 7.3.1 7 7 * Author: Perfect Solution 8 8 * Text Domain: woo-quickpay … … 19 19 } 20 20 21 define( 'WCQP_VERSION', '7.3. 0' );21 define( 'WCQP_VERSION', '7.3.1' ); 22 22 define( 'WCQP_URL', plugins_url( __FILE__ ) ); 23 23 define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.