Plugin Directory

Changeset 2324423


Ignore:
Timestamp:
06/15/2020 02:14:10 PM (5 years ago)
Author:
jtdevel
Message:

Fix: function name in SSO redirect
Tested up to wp 5.4

Location:
flc-forma-lms-connector/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • flc-forma-lms-connector/trunk/flc_formalms_connector.php

    r2161427 r2324423  
    33  * Plugin Name: FLC forma.lms connector
    44  * Description: FLC forma.lms connector syncronizes WordPress users on your forma.lms platform.
    5   * Version: 2.1
     5  * Version: 2.2
    66  * Author: Joint Technologies srl
    77  * Author URI: http://www.joint-tech.it/
    88  * Requires at least: 4.0
    9   * Tested up to: 5.2
     9  * Tested up to: 5.4
    1010  *
    1111  * Text Domain: flc-forma-lms-connector
  • flc-forma-lms-connector/trunk/includes/classes/class.sso.php

    r1983327 r2324423  
    2929            $self_url = get_permalink();
    3030            if($redirect) {
    31                 $self_url = adAd_query_arg('redirect', $redirect, $self_url);
     31                $self_url = add_query_arg('redirect', $redirect, $self_url);
    3232            }
    3333            $redirect_url = wp_login_url($self_url);
  • flc-forma-lms-connector/trunk/readme.txt

    r2161427 r2324423  
    44Tags: forma.lms, formalms, lms, learning management system, connector, e-learning, elearning, sso, single-sign-on, singlesignon
    55Requires at least: 4.0
    6 Tested up to: 5.2
     6Tested up to: 5.4
    77Requires PHP: 5.4
    88Stable tag: trunk
     
    2121
    2222Compatible with forma.lms 1.x serie (1.3 or greater) and 2.0 or greater.
     23
     24== Tutorial ==
     25
     26https://youtu.be/ohbodyAmoiE
    2327
    2428== Installation ==
     
    5054
    5155== Changelog ==
     56
     57= 2.2 = *Release Date - 15 June 2020*
     58* **Fix**: function name in SSO redirect.
    5259
    5360= 2.1 = *Release Date – 23 September 2019*
Note: See TracChangeset for help on using the changeset viewer.