Plugin Directory

Changeset 2919309

Timestamp:
05/30/2023 09:02:46 PM (14 months ago)
Author:
boogah
Message:

Version 2.1.0: Now with WP-CLI support

Location:
biscotti/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • biscotti/trunk/biscotti.php

    r2848094 r2919309  
    1616 * Plugin URI:        https://github.com/boogah/biscotti
    1717 * Description:       Biscotti makes your user's login cookie a little bit longer.
    18  * Version:           2.0.3
     18 * Version:           2.
    1919 * Requires at least: 6.0
    20  * Requires PHP:      7.4
     20 * Requires PHP:     
    2121 * Author:            Jason Cosper
    2222 * Author URI:        https://jasoncosper.com/
    2323 * License:           GPL-2.0+
    2424 * License URI:       https://www.gnu.org/licenses/gpl-2.0.txt
     25
    2526 */
    2627
     
    3637    '3 months' => '3 months',
    3738    '6 months' => '6 months',
    38     '1 year' => '1 year',
     39    '1 year' => '1 year',
    3940    );
    4041    $selected_expiration = get_the_author_meta('biscotti_login_cookie_expiration', $user->ID);
     
    5657  </table>
    5758    <?php
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
     100
     101
     102
     103
     104
     105
     106
     107
     108
     109
     110
     111
     112
     113
     114
     115
     116
    58117}
    59118
  • biscotti/trunk/readme.txt

    r2885843 r2919309  
    22Contributors: boogah, webaware
    33Donate link: http://paypal.me/boogah
    4 Tags: login, cookies, profile
     4Tags: login, cookies, profile
    55Requires at least: 6.0
    66Tested up to: 6.2
    7 Stable tag: 2.0.3
    8 Requires PHP: 7.4
     7Stable tag: 2.
     8Requires PHP:
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    1616Biscotti is a plugin that modifies the expiration of the logged in user cookie in WordPress to three months, six months, or one year. Because some people hate to have to keep entering their passwords.
    1717
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
    1845== Installation ==
    1946
    20 To install this plugin, drop `biscotti.php` into your site\'s `wp-content/plugins` directory and activate it.
     47To install this plugin, drop `biscotti.php` into your site's `wp-content/plugins` directory and activate it.
    2148
    2249== Frequently Asked Questions ==
     
    3158
    3259== Changelog ==
     60
     61
     62
     63
    3364
    3465= 2.0.3 =
Note: See TracChangeset for help on using the changeset viewer.