Plugin Directory

Changeset 2557587


Ignore:
Timestamp:
07/02/2021 09:09:21 AM (5 years ago)
Author:
learnworlds
Message:

Update and test on new WP version, tested up to 5.7.2

Location:
learnworlds-sso/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • learnworlds-sso/trunk/class.learnworlds-sso-route.php

    r2304939 r2557587  
    2727
    2828                add_filter('woocommerce_get_endpoint_url', function ($url, $endpoint, $value, $permalink) {
    29                     return add_query_arg(array('redirect_to' => urlencode($_GET['redirect_to'])), $url);
     29                    return add_query_arg(array('redirect_to' => urlencode($_GET['redirect_to'])), $url);
    3030                }, 10, 4);
    3131            }
  • learnworlds-sso/trunk/learnworlds-sso.php

    r2304952 r2557587  
    44Plugin URI: https://learnworlds.com
    55Description: Give your students access to their school account right from your WordPress page.
    6 Version: 1.2
     6Version: 1.3
    77Author: Learnworlds
    88Author URI: https://www.learnworlds.com/
  • learnworlds-sso/trunk/readme.txt

    r2304952 r2557587  
    33Tags: Learnworlds, SSO, eLearning, WooCommerce, Login, Reset, Register
    44Requires at least: 4.8
    5 Tested up to: 5.4.1
    6 Stable tag: 1.2
     5Tested up to: 5.7.2
     6Stable tag: 1.1
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    2121**Easy Setup**
    2222
    23 You can now connect your website’s login with LearnWorlds for a seamless browsing experience without the need to have a technical team at your side. The plugin provides a widget and also a shortcode that you may use to create SSO links from your WordPress site to your LearnWorlds School.
     23You can now connect your website's login with LearnWorlds for a seamless browsing experience without the need to have a technical team at your side. The plugin provides a widget and also a shortcode that you may use to create SSO links from your WordPress site to your LearnWorlds School.
    2424An example of a shortcode might be:
    2525```
     
    3737**Support & Installation Help**
    3838
    39 LearnWorlds Customer Success is always here to help with the integration, questions and issues you might encounter along the way. Contact us at [LearnWorlds support](mailto:support@learnworlds.com).
     39LearnWorlds' Customer Success is always here to help with the integration, questions and issues you might encounter along the way. Contact us at [LearnWorlds support](mailto:support@learnworlds.com).
    4040
    4141
     
    4848= Can I add links to my WordPress site pointing to the school or any page of the school  =
    4949
    50 Yes, the plugin comes with a Widget that accepts a Url (to the school) and a text to display on your site. 
     50Yes, the plugin comes with a Widget that accepts a Url (to the school) and a text to display on your site.
    5151Similarly, there is a special Menu item and finally you can place a link practically anywhere in your site by using the special shortcode provided.
    5252
     
    63631. Download the plugin using the Plugins`->`Add New page.
    64641. Activate the plugin by going to Plugins`->`Installed Plugins`->`Activate.
    65 1. Contact LearnWorlds [Customer Success team](https://support.learnworlds.com) to get the credentials you need and configure your school for SSO.
     651. Contact LearnWorlds' [Customer Success team](https://support.learnworlds.com) to get the credentials you need and configure your school for SSO.
    66661. Go to Settings`->`LearnWorlds SSO to enter the credentials and set up the plugin.
    67671. Use the shortcode and/or the widget where you need it to allow SSO to your Wordpress users.
Note: See TracChangeset for help on using the changeset viewer.