Plugin Directory

Changeset 2527354


Ignore:
Timestamp:
05/06/2021 03:56:37 PM (5 years ago)
Author:
sleekplan
Message:

Update to version 0.1.9 from GitHub

Location:
sleekplan
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sleekplan/tags/0.1.9/readme.txt

    r2527341 r2527354  
    55Tags: feedback, roadmap, changelog, customer feedback, user feedback, visual feedback, website feedback, feature request, idea board, customer satisfaction, net promoter score
    66Requires at least: 2.0
    7 Tested up to: 5.4
     7Tested up to: 5.7
    88Requires PHP: 5.2
    9 Stable tag: 0.1.3
     9Stable tag: 0.1.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
    92 = 0.1.3 =
     92= 0.1.9 =
    9393* 2021-06-05
    9494* Fix single sign-on issue
     95* Fix minor issues
    9596
    9697= 0.1.2 =
  • sleekplan/tags/0.1.9/require/functions.php

    r2527341 r2527354  
    524524
    525525    // get JSON Web Token
    526     $jwt = \Firebase\JWT\JWT::encode( $userData, $data['sso_token'], 'HS256' );
     526    $jwt = \Firebase\JWT\JWT::encode( $userData, $data['sso'], 'HS256' );
    527527
    528528    // print javascript
    529529    ?>
    530530        <script>
    531         <?php echo print_r($data, 1); ?>
    532531        window.document.addEventListener('sleek:init', () => {
    533532            $sleek.setUser( {token: '<?php echo $jwt; ?>'} );
  • sleekplan/tags/0.1.9/sleekplan-wordpress.php

    r2527341 r2527354  
    44 * Plugin URI:        https://sleekplan.com/
    55 * Description:       Handle the basics with this plugin.
    6  * Version:           0.1.3
     6 * Version:           0.1.9
    77 * Requires at least: 2.0.0
    8  * Tested up to:      5.4.2
     8 * Tested up to:      5.7.1
    99 * Requires PHP:      7.0
    1010 * Author:            Marco @ Sleekplan
  • sleekplan/trunk/readme.txt

    r2527341 r2527354  
    55Tags: feedback, roadmap, changelog, customer feedback, user feedback, visual feedback, website feedback, feature request, idea board, customer satisfaction, net promoter score
    66Requires at least: 2.0
    7 Tested up to: 5.4
     7Tested up to: 5.7
    88Requires PHP: 5.2
    9 Stable tag: 0.1.3
     9Stable tag: 0.1.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
    92 = 0.1.3 =
     92= 0.1.9 =
    9393* 2021-06-05
    9494* Fix single sign-on issue
     95* Fix minor issues
    9596
    9697= 0.1.2 =
  • sleekplan/trunk/require/functions.php

    r2527341 r2527354  
    524524
    525525    // get JSON Web Token
    526     $jwt = \Firebase\JWT\JWT::encode( $userData, $data['sso_token'], 'HS256' );
     526    $jwt = \Firebase\JWT\JWT::encode( $userData, $data['sso'], 'HS256' );
    527527
    528528    // print javascript
    529529    ?>
    530530        <script>
    531         <?php echo print_r($data, 1); ?>
    532531        window.document.addEventListener('sleek:init', () => {
    533532            $sleek.setUser( {token: '<?php echo $jwt; ?>'} );
  • sleekplan/trunk/sleekplan-wordpress.php

    r2527341 r2527354  
    44 * Plugin URI:        https://sleekplan.com/
    55 * Description:       Handle the basics with this plugin.
    6  * Version:           0.1.3
     6 * Version:           0.1.9
    77 * Requires at least: 2.0.0
    8  * Tested up to:      5.4.2
     8 * Tested up to:      5.7.1
    99 * Requires PHP:      7.0
    1010 * Author:            Marco @ Sleekplan
Note: See TracChangeset for help on using the changeset viewer.