Changeset 2416218
- Timestamp:
- 11/10/2020 11:38:39 PM (5 years ago)
- Location:
- wp-loginout
- Files:
-
- 4 edited
- 1 copied
-
tags/0.1.4 (copied) (copied from wp-loginout/trunk)
-
tags/0.1.4/readme.txt (modified) (5 diffs)
-
tags/0.1.4/wp-loginout.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/wp-loginout.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-loginout/tags/0.1.4/readme.txt
r2140121 r2416218 4 4 Tags: wp-loginout, login, logout, button, menu, automatically, menu 5 5 Requires at least: 4.0 6 Tested up to: 5. 2.27 Stable tag: 0.1. 36 Tested up to: 5.5.3 7 Stable tag: 0.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 1. Upload `wp-loginout.php` to the `/wp-content/plugins/` directory 29 1. Activate the plugin through the 'Plugins'menu in WordPress29 1. Activate the plugin through the `Plugins` menu in WordPress 30 30 1. configure settings for the plugin from left menu > themes > WP Login / Logout 31 31 … … 34 34 = Can this plugin be modified? = 35 35 36 Yes we can, contact us through forums here or our website: http ://nabtron.com36 Yes we can, contact us through forums here or our website: https://nabtron.com 37 37 38 38 == Screenshots == … … 41 41 42 42 == Changelog == 43 44 = 0.1.4 = 45 * Compatible with WordPress 5.5.3 43 46 44 47 = 0.1.3 = … … 54 57 = 0.1 = 55 58 * 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 2 2 /** 3 3 * @package WP-LogInOut 4 * @version 0.1. 34 * @version 0.1.4 5 5 */ 6 6 /* 7 7 Plugin Name: WP LogInOut 8 8 Plugin URI: http://wordpress.org/plugins/wp-loginout/ 9 Description: Goto: Appearance > WP LoginOut. Add login / out buttons in selected menu automatically and dynamicallydepending upon users login status.9 Description: Goto: Appearance > WP LoginOut. Add login / out buttons in selected menu automatically depending upon users login status. 10 10 Author: Nabtron 11 Tested up to: 5. 2.212 Version: 0.1. 311 Tested up to: 5.5.3 12 Version: 0.1.4 13 13 Author URI: https://nabtron.com/ 14 14 */ … … 62 62 <li><label class="nab_ll_class" for="nab_ll_before">Code Before link:</label> 63 63 <input type="text" id="nab_ll_before" name="nab_ll_before" value="<?php echo stripslashes($nab_ll_before); ?>" size="20"> 64 <span class="description"> <li class="someclass"></span>64 <span class="description">e.g. <li class="someclass"></span> 65 65 </li> 66 66 <li><label class="nab_ll_class" for="nab_ll_after">Code After link :</label> 67 67 <input type="text" id="nab_ll_after" name="nab_ll_after" value="<?php echo stripslashes($nab_ll_after); ?>" size="20"> 68 <span class="description"> </li></span>68 <span class="description">e.g </li></span> 69 69 </li> 70 70 </ul> -
wp-loginout/trunk/readme.txt
r2140121 r2416218 4 4 Tags: wp-loginout, login, logout, button, menu, automatically, menu 5 5 Requires at least: 4.0 6 Tested up to: 5. 2.27 Stable tag: 0.1. 36 Tested up to: 5.5.3 7 Stable tag: 0.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 1. Upload `wp-loginout.php` to the `/wp-content/plugins/` directory 29 1. Activate the plugin through the 'Plugins'menu in WordPress29 1. Activate the plugin through the `Plugins` menu in WordPress 30 30 1. configure settings for the plugin from left menu > themes > WP Login / Logout 31 31 … … 34 34 = Can this plugin be modified? = 35 35 36 Yes we can, contact us through forums here or our website: http ://nabtron.com36 Yes we can, contact us through forums here or our website: https://nabtron.com 37 37 38 38 == Screenshots == … … 41 41 42 42 == Changelog == 43 44 = 0.1.4 = 45 * Compatible with WordPress 5.5.3 43 46 44 47 = 0.1.3 = … … 54 57 = 0.1 = 55 58 * 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 2 2 /** 3 3 * @package WP-LogInOut 4 * @version 0.1. 34 * @version 0.1.4 5 5 */ 6 6 /* 7 7 Plugin Name: WP LogInOut 8 8 Plugin URI: http://wordpress.org/plugins/wp-loginout/ 9 Description: Goto: Appearance > WP LoginOut. Add login / out buttons in selected menu automatically and dynamicallydepending upon users login status.9 Description: Goto: Appearance > WP LoginOut. Add login / out buttons in selected menu automatically depending upon users login status. 10 10 Author: Nabtron 11 Tested up to: 5. 2.212 Version: 0.1. 311 Tested up to: 5.5.3 12 Version: 0.1.4 13 13 Author URI: https://nabtron.com/ 14 14 */ … … 62 62 <li><label class="nab_ll_class" for="nab_ll_before">Code Before link:</label> 63 63 <input type="text" id="nab_ll_before" name="nab_ll_before" value="<?php echo stripslashes($nab_ll_before); ?>" size="20"> 64 <span class="description"> <li class="someclass"></span>64 <span class="description">e.g. <li class="someclass"></span> 65 65 </li> 66 66 <li><label class="nab_ll_class" for="nab_ll_after">Code After link :</label> 67 67 <input type="text" id="nab_ll_after" name="nab_ll_after" value="<?php echo stripslashes($nab_ll_after); ?>" size="20"> 68 <span class="description"> </li></span>68 <span class="description">e.g </li></span> 69 69 </li> 70 70 </ul>
Note: See TracChangeset
for help on using the changeset viewer.