Changeset 2527354
- Timestamp:
- 05/06/2021 03:56:37 PM (5 years ago)
- Location:
- sleekplan
- Files:
-
- 6 edited
- 1 copied
-
tags/0.1.9 (copied) (copied from sleekplan/trunk)
-
tags/0.1.9/readme.txt (modified) (2 diffs)
-
tags/0.1.9/require/functions.php (modified) (1 diff)
-
tags/0.1.9/sleekplan-wordpress.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/require/functions.php (modified) (1 diff)
-
trunk/sleekplan-wordpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sleekplan/tags/0.1.9/readme.txt
r2527341 r2527354 5 5 Tags: feedback, roadmap, changelog, customer feedback, user feedback, visual feedback, website feedback, feature request, idea board, customer satisfaction, net promoter score 6 6 Requires at least: 2.0 7 Tested up to: 5. 47 Tested up to: 5.7 8 8 Requires PHP: 5.2 9 Stable tag: 0.1. 39 Stable tag: 0.1.9 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 == Changelog == 91 91 92 = 0.1. 3=92 = 0.1.9 = 93 93 * 2021-06-05 94 94 * Fix single sign-on issue 95 * Fix minor issues 95 96 96 97 = 0.1.2 = -
sleekplan/tags/0.1.9/require/functions.php
r2527341 r2527354 524 524 525 525 // 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' ); 527 527 528 528 // print javascript 529 529 ?> 530 530 <script> 531 <?php echo print_r($data, 1); ?>532 531 window.document.addEventListener('sleek:init', () => { 533 532 $sleek.setUser( {token: '<?php echo $jwt; ?>'} ); -
sleekplan/tags/0.1.9/sleekplan-wordpress.php
r2527341 r2527354 4 4 * Plugin URI: https://sleekplan.com/ 5 5 * Description: Handle the basics with this plugin. 6 * Version: 0.1. 36 * Version: 0.1.9 7 7 * Requires at least: 2.0.0 8 * Tested up to: 5. 4.28 * Tested up to: 5.7.1 9 9 * Requires PHP: 7.0 10 10 * Author: Marco @ Sleekplan -
sleekplan/trunk/readme.txt
r2527341 r2527354 5 5 Tags: feedback, roadmap, changelog, customer feedback, user feedback, visual feedback, website feedback, feature request, idea board, customer satisfaction, net promoter score 6 6 Requires at least: 2.0 7 Tested up to: 5. 47 Tested up to: 5.7 8 8 Requires PHP: 5.2 9 Stable tag: 0.1. 39 Stable tag: 0.1.9 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 == Changelog == 91 91 92 = 0.1. 3=92 = 0.1.9 = 93 93 * 2021-06-05 94 94 * Fix single sign-on issue 95 * Fix minor issues 95 96 96 97 = 0.1.2 = -
sleekplan/trunk/require/functions.php
r2527341 r2527354 524 524 525 525 // 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' ); 527 527 528 528 // print javascript 529 529 ?> 530 530 <script> 531 <?php echo print_r($data, 1); ?>532 531 window.document.addEventListener('sleek:init', () => { 533 532 $sleek.setUser( {token: '<?php echo $jwt; ?>'} ); -
sleekplan/trunk/sleekplan-wordpress.php
r2527341 r2527354 4 4 * Plugin URI: https://sleekplan.com/ 5 5 * Description: Handle the basics with this plugin. 6 * Version: 0.1. 36 * Version: 0.1.9 7 7 * Requires at least: 2.0.0 8 * Tested up to: 5. 4.28 * Tested up to: 5.7.1 9 9 * Requires PHP: 7.0 10 10 * Author: Marco @ Sleekplan
Note: See TracChangeset
for help on using the changeset viewer.