Plugin Directory

Changeset 1946292


Ignore:
Timestamp:
09/24/2018 05:09:35 PM (8 years ago)
Author:
patilswapnilv
Message:

Readme corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • login-and-logout-redirect/trunk/readme.txt

    r1946266 r1946292  
    1 ===Login and Logout Redirect===
    2 Contributors:      patilswapnilv
    3 Plugin Name:       Login and Logout redirect
    4 Plugin URI:        https://github.com/patilswapnilv/login-and-logout-redirect
    5 Tags:              redirect,login, logout, redirect on login, redirect on logout, login and logout redirect
    6 Author URI:        http://swapnilpatil.in
    7 Author:            patilswapnilv
    8 Donate link:       http://swapnilpatil.in/contribution
    9 License:           GPL-3.0+
    10 License URI:       https://www.gnu.org/licenses/gpl-3.0.en.html
     1=== Login and Logout Redirect ===
     2Contributors: patilswapnilv
     3Donate link: http://swapnilpatil.in/contribution
     4Tags: redirect,login, logout, redirect on login, redirect on logout, login and logout redirect
    115Requires at least: 3.5
    12 Tested up to:      4.9.8
    13 Stable tag:        1.0.4
    14 Version:           1.0.4
    15    
     6Tested up to: 4.9.8
     7Stable tag: trunk
     8Requires PHP: 5.2.4
     9License: GPLv2 or later
     10License URI: https://www.gnu.org/licenses/gpl-2.0.html
     11
     12This is an easy way to redirect user to specific URL, on login and logout.
     13
    1614== Description ==
    1715
    18 This is an easy way to redirect user to specific URL, on login and logout.
    1916This plugin adds extra option in Settings page (Setting>General), for specifying redirect URL for login and logout.
    20    
     17
    2118### Features
    2219   
     
    2421    * Redirect users instantly on login.
    2522    * Not extra menu option, in the WordPress site. Just head over to Settings>General
    26    
    27     == Installation ==
    28     1. Upload `Login-and-Logout-Redirect` folder to your `/wp-content/plugins/` directory.
    29     2. Activate the plugin from Admin > Plugins menu.
    30     3. Once activated you should check with Settings > General
    31     4. Insert URL for redirect on login.
    32     5. Insert URL for redirect on logout.
    33     6. Save!
    34    
    35     == Screenshots ==
    36       Screenshot-1.png
    37       Screenshot-2.png
    38    
    39    
    40     == Changelog ==
    41  
    42   Version 1.0.4
    43    * Tested upto WordPress 4.9.8
    4423
    45   Version 1.0.3
    46    * Tested upto WordPress 4.7
    47    * Archived version:  https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.3.zip
     24== Installation ==
    4825
    49   Version 1.0.2
    50    * Made changes to support PHP 7
    51    * Tested upto version 4.6 Beta 1
    52    * Archived version:  https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.2.zip
     26= FOR STANDARD INSTALLATION: =
     27The simplest way to install is to click on ‘Plugins’ then ‘Add’ and type ‘Login and Logout Redirect’ in the search field. Click install then Activate.
    5328
    54   1.0.1
    55   * Minor Changes, added screenshots etc to explain working better.
    56   *  Tested up to WordPress version 4.4
    57   * Archived version:
    58   https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.1.zip
     29To add redirect URL's visit Settings -> General.
    5930
    60   1.0.0
    61   * Initial release
    62   * First stable release.
    63   * Archived version:           https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.0.zip
    64    
    65     == Frequently Asked Questions ==
    66     1. Where are the options to redirect? I could find any menu option.
    67         The plugin actually adds options in the settings panel. You can access them at Settings>General.
    68    
    69     2. How do I report a bug?
    70         Though I have tested the plugin as much as I could, but in-case you come across a bug, there are two ways to report it.
    71         First you can submit a issue via [github](https://github.com/patilswapnilv/login-and-logout-redirect).
    72         OR
    73         You can let me know about it via the support forum.
    74    
    75     == Donations ==
    76     More than any donations, Contribution will be more helpful. Hence, Contributors are always welcome.
    77     To contribute, just send a pull request over the [Github repo](https://github.com/patilswapnilv/login-and-logout-redirect)
     31= FOR MANUAL INSTALLATION: =
     321. Download the plugin zip file.
     33Login to your website and go to the Plugins section of your admin panel.
     34Click the Add New button.
     35Under Install Plugins, click the Upload link.
     36Select the plugin zip file from your computer then click the Install Now button.
     37You should see a message stating that the plugin was installed successfully.
     382. Click the Activate Plugin link.
     393. Once activated you should check with Settings > General
     404. Insert URL for redirect on login.
     415. Insert URL for redirect on logout.
     426. Save!
     43
     44= FOR MANUAL INSTALLATION VIA FTP/FILE MANAGER: =
     45For this method, you will need access to the server or FTP. If you don’t, ask your system administrator to help you out.
     461. Download the plugin zip file.
     47Copy the plugin zip file up to your server and unzip it somewhere on the file system.
     48Copy the “login-and-logout-redirect” folder into the /wp-content/plugins directory of your WordPress installation.
     49Login to your website and go to the Plugins section of your admin panel.
     50Look for “Login and Logout Redirect” and click Activate.
     51
     52== Frequently Asked Questions ==
     53
     54    = Where are the options to redirect? I could find any menu option. =
     55        The plugin actually adds options in the settings panel. You can access them at Settings>General.
     56
     57    = How do I report a bug? =
     58        Though I have tested the plugin as much as I could, but in-case you come across a bug, there are two ways to report it.
     59        First you can submit a issue via [github](https://github.com/patilswapnilv/login-and-logout-redirect).
     60        OR
     61        You can let me know about it via the support forum.
     62
     63
     64== Screenshots ==
     65        * Screenshot-1.png
     66        * Screenshot-2.png
     67
     68== Changelog ==
     69
     70= 1.0.4 =
     71 * Tested upto WordPress 4.9.8
     72
     73= 1.0.3 =
     74 * Tested upto WordPress 4.7
     75 * Archived version:  https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.3.zip
     76
     77= 1.0.2 =
     78 * Made changes to support PHP 7
     79 * Tested upto version 4.6 Beta 1
     80 * Archived version:  https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.2.zip
     81
     82= 1.0.1 =
     83* Minor Changes, added screenshots etc to explain working better.
     84* Tested up to WordPress version 4.4
     85* Archived version:
     86https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.1.zip
     87
     88= 1.0.0 =
     89* Initial release
     90* First stable release.
     91* Archived version:           https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.0.zip
     92
     93== Upgrade Notice ==
     94
     95= 1.0.4 =
     96Tested for version 4.9.8
     97
     98= 1.0.3 =
     99Tested for version 4.7
     100
     101= 1.0.2 =
     102Tested for version 4.6
     103
     104= 1.0.1 =
     105Tested for version 4.4
     106
     107= 1.0 =
     108Initial release
     109
     110
     111== Contributions ==
     112Contribution will be very helpful. Hence, Contributors are always welcome.
     113To contribute, just send a pull request over the [Github repo](https://github.com/patilswapnilv/login-and-logout-redirect)
Note: See TracChangeset for help on using the changeset viewer.