Plugin Directory

Changeset 2527341


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

Update to version 0.1.3 from GitHub

Location:
sleekplan
Files:
6 edited
1 copied

Legend:

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

    r2527330 r2527341  
    77Tested up to: 5.4
    88Requires PHP: 5.2
    9 Stable tag: 0.1.2
     9Stable tag: 0.1.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 0.1.3 =
     93* 2021-06-05
     94* Fix single sign-on issue
     95
    9296= 0.1.2 =
    9397* 2021-06-05
  • sleekplan/tags/0.1.3/require/functions.php

    r2527330 r2527341  
    529529    ?>
    530530        <script>
     531        <?php echo print_r($data, 1); ?>
    531532        window.document.addEventListener('sleek:init', () => {
    532533            $sleek.setUser( {token: '<?php echo $jwt; ?>'} );
  • sleekplan/tags/0.1.3/sleekplan-wordpress.php

    r2527330 r2527341  
    44 * Plugin URI:        https://sleekplan.com/
    55 * Description:       Handle the basics with this plugin.
    6  * Version:           0.1.2
     6 * Version:           0.1.3
    77 * Requires at least: 2.0.0
    88 * Tested up to:      5.4.2
  • sleekplan/trunk/readme.txt

    r2527330 r2527341  
    77Tested up to: 5.4
    88Requires PHP: 5.2
    9 Stable tag: 0.1.2
     9Stable tag: 0.1.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 0.1.3 =
     93* 2021-06-05
     94* Fix single sign-on issue
     95
    9296= 0.1.2 =
    9397* 2021-06-05
  • sleekplan/trunk/require/functions.php

    r2527330 r2527341  
    529529    ?>
    530530        <script>
     531        <?php echo print_r($data, 1); ?>
    531532        window.document.addEventListener('sleek:init', () => {
    532533            $sleek.setUser( {token: '<?php echo $jwt; ?>'} );
  • sleekplan/trunk/sleekplan-wordpress.php

    r2527330 r2527341  
    44 * Plugin URI:        https://sleekplan.com/
    55 * Description:       Handle the basics with this plugin.
    6  * Version:           0.1.2
     6 * Version:           0.1.3
    77 * Requires at least: 2.0.0
    88 * Tested up to:      5.4.2
Note: See TracChangeset for help on using the changeset viewer.