Plugin Directory

Changeset 3486624


Ignore:
Timestamp:
03/19/2026 03:31:11 PM (2 weeks ago)
Author:
wphostingdev
Message:

1.4.1

Location:
login-with-vipps
Files:
3 edited
64 copied

Legend:

Unmodified
Added
Removed
  • login-with-vipps/tags/1.4.1/VippsLogin.class.php

    r3472482 r3486624  
    14421442       $origin = $sessiondata['referer'];
    14431443       if (!$origin) $origin = wp_login_url();
    1444        $message .= "<h2>" . sprint(__('Cannot log in: It is required for this account to verify login with the %1$s app', 'login-with-vipps'), VippsLogin::CompanyName()) . "</h2>";
     1444       $message .= "<h2>" . sprintf(__('Cannot log in: It is required for this account to verify login with the %1$s app', 'login-with-vipps'), VippsLogin::CompanyName()) . "</h2>";
    14451445       $message .= "<p>" . "<b>" . esc_html($error) . "<b>: " .  esc_html($errordesc) . "</p>";
    14461446       $message .= "<p>" . sprintf(__("<a href='%s'>Return to your previous page</a> to try again</a>", 'login-with-vipps'), esc_attr($origin)) . "</p>";
  • login-with-vipps/tags/1.4.1/login-with-vipps.php

    r3472493 r3486624  
    22/*
    33   Plugin Name: Login with Vipps
    4    Version: 1.4.0
    5    Stable tag: 1.4.0
     4   Version: 1.4.1
     5   Stable tag: 1.4.1
    66   Description: No need to remember passwords ever again. Vipps, and you are logged in.
    77   Author: WP-Hosting AS
     
    1111   Author URI: https://www.wp-hosting.no/
    1212   Requires at least: 6.1.0
    13    Tested up to: 6.9.1
     13   Tested up to: 6.9.4
    1414   Requires PHP: 7.2
    1515   Text-domain: login-with-vipps
  • login-with-vipps/tags/1.4.1/readme.txt

    r3472482 r3486624  
    33Tags: woocommerce,vipps,mobilepay,login
    44Requires at least: 6.1.0
    5 Tested up to: 6.9.1
     5Tested up to: 6.9.4
    66Requires PHP: 7.2
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88License: MIT
    99License URI: https://choosealicense.com/licenses/mit/
     
    113113
    114114== Changelog ==
     115= 2026.03.19 Version 1.4.1 =
     116Fix typo that would lead to a crash in certain error conditions. Thanks to Øystein Østre @ maksimer for reporting
     117
    115118= 2026.03.02 Version 1.4.0 =
    116119Blocks updated to version 3.0 to be compatible with the new iframe-based editor
  • login-with-vipps/trunk/VippsLogin.class.php

    r3472482 r3486624  
    14421442       $origin = $sessiondata['referer'];
    14431443       if (!$origin) $origin = wp_login_url();
    1444        $message .= "<h2>" . sprint(__('Cannot log in: It is required for this account to verify login with the %1$s app', 'login-with-vipps'), VippsLogin::CompanyName()) . "</h2>";
     1444       $message .= "<h2>" . sprintf(__('Cannot log in: It is required for this account to verify login with the %1$s app', 'login-with-vipps'), VippsLogin::CompanyName()) . "</h2>";
    14451445       $message .= "<p>" . "<b>" . esc_html($error) . "<b>: " .  esc_html($errordesc) . "</p>";
    14461446       $message .= "<p>" . sprintf(__("<a href='%s'>Return to your previous page</a> to try again</a>", 'login-with-vipps'), esc_attr($origin)) . "</p>";
  • login-with-vipps/trunk/login-with-vipps.php

    r3472493 r3486624  
    22/*
    33   Plugin Name: Login with Vipps
    4    Version: 1.4.0
    5    Stable tag: 1.4.0
     4   Version: 1.4.1
     5   Stable tag: 1.4.1
    66   Description: No need to remember passwords ever again. Vipps, and you are logged in.
    77   Author: WP-Hosting AS
     
    1111   Author URI: https://www.wp-hosting.no/
    1212   Requires at least: 6.1.0
    13    Tested up to: 6.9.1
     13   Tested up to: 6.9.4
    1414   Requires PHP: 7.2
    1515   Text-domain: login-with-vipps
  • login-with-vipps/trunk/readme.txt

    r3472482 r3486624  
    33Tags: woocommerce,vipps,mobilepay,login
    44Requires at least: 6.1.0
    5 Tested up to: 6.9.1
     5Tested up to: 6.9.4
    66Requires PHP: 7.2
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88License: MIT
    99License URI: https://choosealicense.com/licenses/mit/
     
    113113
    114114== Changelog ==
     115= 2026.03.19 Version 1.4.1 =
     116Fix typo that would lead to a crash in certain error conditions. Thanks to Øystein Østre @ maksimer for reporting
     117
    115118= 2026.03.02 Version 1.4.0 =
    116119Blocks updated to version 3.0 to be compatible with the new iframe-based editor
Note: See TracChangeset for help on using the changeset viewer.