Changeset 2324423
- Timestamp:
- 06/15/2020 02:14:10 PM (5 years ago)
- Location:
- flc-forma-lms-connector/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
flc-forma-lms-connector/trunk/flc_formalms_connector.php
r2161427 r2324423 3 3 * Plugin Name: FLC forma.lms connector 4 4 * Description: FLC forma.lms connector syncronizes WordPress users on your forma.lms platform. 5 * Version: 2. 15 * Version: 2.2 6 6 * Author: Joint Technologies srl 7 7 * Author URI: http://www.joint-tech.it/ 8 8 * Requires at least: 4.0 9 * Tested up to: 5. 29 * Tested up to: 5.4 10 10 * 11 11 * Text Domain: flc-forma-lms-connector -
flc-forma-lms-connector/trunk/includes/classes/class.sso.php
r1983327 r2324423 29 29 $self_url = get_permalink(); 30 30 if($redirect) { 31 $self_url = ad Ad_query_arg('redirect', $redirect, $self_url);31 $self_url = add_query_arg('redirect', $redirect, $self_url); 32 32 } 33 33 $redirect_url = wp_login_url($self_url); -
flc-forma-lms-connector/trunk/readme.txt
r2161427 r2324423 4 4 Tags: forma.lms, formalms, lms, learning management system, connector, e-learning, elearning, sso, single-sign-on, singlesignon 5 5 Requires at least: 4.0 6 Tested up to: 5. 26 Tested up to: 5.4 7 7 Requires PHP: 5.4 8 8 Stable tag: trunk … … 21 21 22 22 Compatible with forma.lms 1.x serie (1.3 or greater) and 2.0 or greater. 23 24 == Tutorial == 25 26 https://youtu.be/ohbodyAmoiE 23 27 24 28 == Installation == … … 50 54 51 55 == Changelog == 56 57 = 2.2 = *Release Date - 15 June 2020* 58 * **Fix**: function name in SSO redirect. 52 59 53 60 = 2.1 = *Release Date – 23 September 2019*
Note: See TracChangeset
for help on using the changeset viewer.