Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iverok committed Jun 18, 2024
1 parent 023d31c commit 8eceebe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion WC_Gateway_Vipps.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ public function init_form_fields() {
),

'vipps_checkout_enabled' => array(
'title' => sprintf(__('Activate Alternative %1$s', 'woocommerce'), Vipps::CheckoutName()),
'title' => sprintf(__('Activate Alternative %1$s', 'woo-vipps'), Vipps::CheckoutName()),
'label' => sprintf(__('Enable Alternative %1$s screen, replacing the standard checkout page', 'woo-vipps'), Vipps::CheckoutName()),
'type' => 'checkbox',
'description' => sprintf(__('If activated, this will <strong>replace</strong> the standard Woo checkout screen with %1$s, providing easy checkout using %1$s or credit card, with no need to type in addresses.', 'woo-vipps'), Vipps::CheckoutName()),
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Contributors: wphostingdev, iverok, perwilhelmsen, nikolaidev
Tags: woocommerce, vipps, mobilepay
Tags: woocommerce, vipps
Version: 2.1.3
Stable tag: 2.1.3
Version: 2.1.4
Stable tag: 2.1.4
Requires at least: 4.7
Tested up to: 6.5.4
Requires PHP: 7.0
Requires Plugins: woocommerce
WC requires at least: 3.3.4
WC tested up to: 8.9.2
WC tested up to: 9.0.0
License: MIT
License URI: https://choosealicense.com/licenses/mit/
Official Vipps MobilePay payment plugin for WooCommerce.
Expand Down Expand Up @@ -94,6 +94,7 @@ Shareable links and QR codes can be generated from the Vipps tab on the product
This project is hosted on Github at: https://github.com/vippsas/vipps-woocommerce

== Upgrade Notice ==
Fix untranslateable string and wrong sprintf format
Fix "Unknown Order" issue
Fix issue when using Checkout and Stripe
Removed support for Instabox in Vipps Checkout Shipping
Expand Down Expand Up @@ -241,6 +242,9 @@ From version 1.1.13 you can also modify the javascript using the new WP hooks li

== Changelog ==

= 2024-06-18 version 2.1.4 =
Fix untranslateable string and a sprintf format string with a bug in it (Thanks Knut Sparhell for reporting)

= 2024-06-10 version 2.1.3 =
Fix annoying regression where VippsCheckout would trigger the "Unknown order" branch on the thank you page

Expand Down
8 changes: 4 additions & 4 deletions woo-vipps.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
Author URI: https://www.wp-hosting.no/
Text-domain: woo-vipps
Domain Path: /languages
Version: 2.1.3
Stable tag: 2.1.3
Version: 2.1.4
Stable tag: 2.1.4
Requires at least: 4.7
Tested up to: 6.5.4
Requires PHP: 7.0
Requires Plugins: woocommerce
WC requires at least: 3.3.4
WC tested up to: 8.9.2
WC tested up to: 9.0.0
License: MIT
License URI: https://choosealicense.com/licenses/mit/
Expand Down Expand Up @@ -49,7 +49,7 @@


// Report version externally
define('WOO_VIPPS_VERSION', '2.1.3');
define('WOO_VIPPS_VERSION', '2.1.4');

if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
Expand Down

0 comments on commit 8eceebe

Please sign in to comment.