Changeset 2527341
- Timestamp:
- 05/06/2021 03:39:57 PM (5 years ago)
- Location:
- sleekplan
- Files:
-
- 6 edited
- 1 copied
-
tags/0.1.3 (copied) (copied from sleekplan/trunk)
-
tags/0.1.3/readme.txt (modified) (2 diffs)
-
tags/0.1.3/require/functions.php (modified) (1 diff)
-
tags/0.1.3/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.3/readme.txt
r2527330 r2527341 7 7 Tested up to: 5.4 8 8 Requires PHP: 5.2 9 Stable tag: 0.1. 29 Stable tag: 0.1.3 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 = 93 * 2021-06-05 94 * Fix single sign-on issue 95 92 96 = 0.1.2 = 93 97 * 2021-06-05 -
sleekplan/tags/0.1.3/require/functions.php
r2527330 r2527341 529 529 ?> 530 530 <script> 531 <?php echo print_r($data, 1); ?> 531 532 window.document.addEventListener('sleek:init', () => { 532 533 $sleek.setUser( {token: '<?php echo $jwt; ?>'} ); -
sleekplan/tags/0.1.3/sleekplan-wordpress.php
r2527330 r2527341 4 4 * Plugin URI: https://sleekplan.com/ 5 5 * Description: Handle the basics with this plugin. 6 * Version: 0.1. 26 * Version: 0.1.3 7 7 * Requires at least: 2.0.0 8 8 * Tested up to: 5.4.2 -
sleekplan/trunk/readme.txt
r2527330 r2527341 7 7 Tested up to: 5.4 8 8 Requires PHP: 5.2 9 Stable tag: 0.1. 29 Stable tag: 0.1.3 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 = 93 * 2021-06-05 94 * Fix single sign-on issue 95 92 96 = 0.1.2 = 93 97 * 2021-06-05 -
sleekplan/trunk/require/functions.php
r2527330 r2527341 529 529 ?> 530 530 <script> 531 <?php echo print_r($data, 1); ?> 531 532 window.document.addEventListener('sleek:init', () => { 532 533 $sleek.setUser( {token: '<?php echo $jwt; ?>'} ); -
sleekplan/trunk/sleekplan-wordpress.php
r2527330 r2527341 4 4 * Plugin URI: https://sleekplan.com/ 5 5 * Description: Handle the basics with this plugin. 6 * Version: 0.1. 26 * Version: 0.1.3 7 7 * Requires at least: 2.0.0 8 8 * Tested up to: 5.4.2
Note: See TracChangeset
for help on using the changeset viewer.