Changeset 1946292
- Timestamp:
- 09/24/2018 05:09:35 PM (8 years ago)
- File:
-
- 1 edited
-
login-and-logout-redirect/trunk/readme.txt (modified) (2 diffs)
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 === 2 Contributors: patilswapnilv 3 Donate link: http://swapnilpatil.in/contribution 4 Tags: redirect,login, logout, redirect on login, redirect on logout, login and logout redirect 11 5 Requires at least: 3.5 12 Tested up to: 4.9.8 13 Stable tag: 1.0.4 14 Version: 1.0.4 15 6 Tested up to: 4.9.8 7 Stable tag: trunk 8 Requires PHP: 5.2.4 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 12 This is an easy way to redirect user to specific URL, on login and logout. 13 16 14 == Description == 17 15 18 This is an easy way to redirect user to specific URL, on login and logout.19 16 This plugin adds extra option in Settings page (Setting>General), for specifying redirect URL for login and logout. 20 17 21 18 ### Features 22 19 … … 24 21 * Redirect users instantly on login. 25 22 * 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 > General31 4. Insert URL for redirect on login.32 5. Insert URL for redirect on logout.33 6. Save!34 35 == Screenshots ==36 Screenshot-1.png37 Screenshot-2.png38 39 40 == Changelog ==41 42 Version 1.0.443 * Tested upto WordPress 4.9.844 23 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 == 48 25 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: = 27 The 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. 53 28 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 29 To add redirect URL's visit Settings -> General. 59 30 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: = 32 1. Download the plugin zip file. 33 Login to your website and go to the Plugins section of your admin panel. 34 Click the Add New button. 35 Under Install Plugins, click the Upload link. 36 Select the plugin zip file from your computer then click the Install Now button. 37 You should see a message stating that the plugin was installed successfully. 38 2. Click the Activate Plugin link. 39 3. Once activated you should check with Settings > General 40 4. Insert URL for redirect on login. 41 5. Insert URL for redirect on logout. 42 6. Save! 43 44 = FOR MANUAL INSTALLATION VIA FTP/FILE MANAGER: = 45 For this method, you will need access to the server or FTP. If you don’t, ask your system administrator to help you out. 46 1. Download the plugin zip file. 47 Copy the plugin zip file up to your server and unzip it somewhere on the file system. 48 Copy the “login-and-logout-redirect” folder into the /wp-content/plugins directory of your WordPress installation. 49 Login to your website and go to the Plugins section of your admin panel. 50 Look 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: 86 https://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 = 96 Tested for version 4.9.8 97 98 = 1.0.3 = 99 Tested for version 4.7 100 101 = 1.0.2 = 102 Tested for version 4.6 103 104 = 1.0.1 = 105 Tested for version 4.4 106 107 = 1.0 = 108 Initial release 109 110 111 == Contributions == 112 Contribution will be very helpful. Hence, Contributors are always welcome. 113 To 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.