Plugin Directory

Changeset 2416218


Ignore:
Timestamp:
11/10/2020 11:38:39 PM (5 years ago)
Author:
nabtron
Message:

confirmed wordpress 5.5.3 compatibility

Location:
wp-loginout
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-loginout/tags/0.1.4/readme.txt

    r2140121 r2416218  
    44Tags: wp-loginout, login, logout, button, menu, automatically, menu
    55Requires at least: 4.0
    6 Tested up to: 5.2.2
    7 Stable tag: 0.1.3
     6Tested up to: 5.5.3
     7Stable tag: 0.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727
    28281. Upload `wp-loginout.php` to the `/wp-content/plugins/` directory
    29 1. Activate the plugin through the 'Plugins' menu in WordPress
     291. Activate the plugin through the `Plugins` menu in WordPress
    30301. configure settings for the plugin from left menu > themes > WP Login / Logout
    3131
     
    3434= Can this plugin be modified? =
    3535
    36 Yes we can, contact us through forums here or our website: http://nabtron.com
     36Yes we can, contact us through forums here or our website: https://nabtron.com
    3737
    3838== Screenshots ==
     
    4141
    4242== Changelog ==
     43
     44= 0.1.4 =
     45* Compatible with WordPress 5.5.3
    4346
    4447= 0.1.3 =
     
    5457= 0.1 =
    5558* Initial release.
     59
     60== Upgrade Notice ==
     61
     62= 0.1.4 =
     63* Compatible with WordPress 5.5.3
  • wp-loginout/tags/0.1.4/wp-loginout.php

    r2140121 r2416218  
    22/**
    33 * @package WP-LogInOut
    4  * @version 0.1.3
     4 * @version 0.1.4
    55 */
    66/*
    77Plugin Name: WP LogInOut
    88Plugin URI: http://wordpress.org/plugins/wp-loginout/
    9 Description: Goto: Appearance > WP LoginOut. Add login / out buttons in selected menu automatically and dynamically depending upon users login status.
     9Description: Goto: Appearance > WP LoginOut. Add login / out buttons in selected menu automatically depending upon users login status.
    1010Author: Nabtron
    11 Tested up to: 5.2.2
    12 Version: 0.1.3
     11Tested up to: 5.5.3
     12Version: 0.1.4
    1313Author URI: https://nabtron.com/
    1414*/
     
    6262                <li><label class="nab_ll_class" for="nab_ll_before">Code Before link:</label>
    6363                    <input type="text" id="nab_ll_before" name="nab_ll_before" value="<?php echo stripslashes($nab_ll_before); ?>" size="20">
    64           <span class="description">&lt;li class="someclass"&gt;</span>
     64          <span class="description">e.g. &lt;li class="someclass"&gt;</span>
    6565                </li>
    6666                <li><label class="nab_ll_class" for="nab_ll_after">Code After link :</label>
    6767                    <input type="text" id="nab_ll_after" name="nab_ll_after" value="<?php echo stripslashes($nab_ll_after); ?>" size="20">
    68           <span class="description">&lt;/li&gt;</span>
     68          <span class="description">e.g &lt;/li&gt;</span>
    6969                </li>
    7070        </ul>
  • wp-loginout/trunk/readme.txt

    r2140121 r2416218  
    44Tags: wp-loginout, login, logout, button, menu, automatically, menu
    55Requires at least: 4.0
    6 Tested up to: 5.2.2
    7 Stable tag: 0.1.3
     6Tested up to: 5.5.3
     7Stable tag: 0.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727
    28281. Upload `wp-loginout.php` to the `/wp-content/plugins/` directory
    29 1. Activate the plugin through the 'Plugins' menu in WordPress
     291. Activate the plugin through the `Plugins` menu in WordPress
    30301. configure settings for the plugin from left menu > themes > WP Login / Logout
    3131
     
    3434= Can this plugin be modified? =
    3535
    36 Yes we can, contact us through forums here or our website: http://nabtron.com
     36Yes we can, contact us through forums here or our website: https://nabtron.com
    3737
    3838== Screenshots ==
     
    4141
    4242== Changelog ==
     43
     44= 0.1.4 =
     45* Compatible with WordPress 5.5.3
    4346
    4447= 0.1.3 =
     
    5457= 0.1 =
    5558* Initial release.
     59
     60== Upgrade Notice ==
     61
     62= 0.1.4 =
     63* Compatible with WordPress 5.5.3
  • wp-loginout/trunk/wp-loginout.php

    r2140121 r2416218  
    22/**
    33 * @package WP-LogInOut
    4  * @version 0.1.3
     4 * @version 0.1.4
    55 */
    66/*
    77Plugin Name: WP LogInOut
    88Plugin URI: http://wordpress.org/plugins/wp-loginout/
    9 Description: Goto: Appearance > WP LoginOut. Add login / out buttons in selected menu automatically and dynamically depending upon users login status.
     9Description: Goto: Appearance > WP LoginOut. Add login / out buttons in selected menu automatically depending upon users login status.
    1010Author: Nabtron
    11 Tested up to: 5.2.2
    12 Version: 0.1.3
     11Tested up to: 5.5.3
     12Version: 0.1.4
    1313Author URI: https://nabtron.com/
    1414*/
     
    6262                <li><label class="nab_ll_class" for="nab_ll_before">Code Before link:</label>
    6363                    <input type="text" id="nab_ll_before" name="nab_ll_before" value="<?php echo stripslashes($nab_ll_before); ?>" size="20">
    64           <span class="description">&lt;li class="someclass"&gt;</span>
     64          <span class="description">e.g. &lt;li class="someclass"&gt;</span>
    6565                </li>
    6666                <li><label class="nab_ll_class" for="nab_ll_after">Code After link :</label>
    6767                    <input type="text" id="nab_ll_after" name="nab_ll_after" value="<?php echo stripslashes($nab_ll_after); ?>" size="20">
    68           <span class="description">&lt;/li&gt;</span>
     68          <span class="description">e.g &lt;/li&gt;</span>
    6969                </li>
    7070        </ul>
Note: See TracChangeset for help on using the changeset viewer.