Changeset 1946314
- Timestamp:
- 09/24/2018 06:02:54 PM (8 years ago)
- Location:
- login-and-logout-redirect/trunk
- Files:
-
- 3 edited
-
CHANGELOG.md (modified) (4 diffs)
-
README.md (modified) (4 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
login-and-logout-redirect/trunk/CHANGELOG.md
r1946259 r1946314 3 3 This change log follows the [Keep a Changelog standards](http://keepachangelog.com/), for more information see the [git repo](https://github.com/olivierlacan/keep-a-changelog). Versions follows [Semantic Versioning](http://semver.org/). 4 4 5 ### [1.0.4]###5 ### 1.0.4 ### 6 6 * Tested upto WordPress 4.9.8 7 7 8 ### [1.0.3]###8 ### 1.0.3 ### 9 9 * Tested upto WordPress 4.7 10 10 * Added [Scruitinizer](https://scrutinizer-ci.com) for better and cleaner code … … 15 15 [1.0.3]: https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.3.zip 16 16 17 ### [1.0.2]###17 ### 1.0.2 ### 18 18 * Made changes to support PHP 7 19 19 * Tested upto version 4.6 Beta 1 … … 21 21 [1.0.1]: https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.2.zip 22 22 23 ### [1.0.1]###23 ### 1.0.1 ### 24 24 25 25 * Minor Changes, added screenshots etc to explain working better. … … 28 28 [1.0.1]: https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.1.zip 29 29 30 ### [1.0.0]###30 ### 1.0.0 ### 31 31 32 * Initial release 32 * Initial release. 33 33 34 * First stable release. 34 35 -
login-and-logout-redirect/trunk/README.md
r1946252 r1946314 2 2 A WordPress plugin which enables you to redirect users on login and logout or both, in a simplest way. 3 3 4 **Contributors:** [patilswapnilv] <https://github.com/patilswapnilv/>4 **Contributors:** [patilswapnilv](https://github.com/patilswapnilv/). 5 5 **Plugin Name:** Login and Logout redirect 6 6 **Plugin URI:** https://wordpress.org/plugins/login-and-logout-redirect/ 7 **Tags:** redirect,login, logout, login and logout redirect, redirect on login, redirect on logout 8 **Author:** patilswapnilv 9 **Author URI:** http://swapnilpatil.in 10 **Donate link:** http://swapnilpatil.in/contribution 7 **Tags:** redirect,login, logout, redirect on login, redirect on logout, login and logout redirect 8 **Author:** [patilswapnilv](https://profiles.wordpress.org/patilswapnilv) 9 **Author URI:** http://swapnilpatil.in 11 10 **License:** GPL-3.0+ 12 11 **License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html … … 18 17 19 18 20 ## Synopsis19 ## Login-and-Logout-Redirect 21 20 22 21 This is an easy way to redirect user to specific URL, on login and logout. … … 29 28 * Not extra menu option, in the WordPress site. Just head over to Settings>General 30 29 31 ## Installation30 ### Installation 32 31 1. Upload `Login-and-Logout-Redirect` folder to your `/wp-content/plugins/` directory. 33 32 2. Activate the plugin from Admin > Plugins menu. … … 37 36 6. Save! 38 37 39 # Contribution38 ### Contribution 40 39 41 40 Contributors are always welcome. 42 41 To contribute, just send a pull request. 43 42 44 # License43 ### License 45 44 This Plug-in is released under the same license as the WordPress software is released ie; the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) (or later) from the [Free Software Foundation](http://www.fsf.org/). A copy of the license is included with the Plug-in, but you can also read the text of the license [here](http://www.gnu.org/licenses/gpl-3.0.en.html). 46 45 47 46 [https://github.com/patilswapnilv/login-and-logout-redirect](https://github.com/patilswapnilv/login-and-logout-redirect) 47 48 ### Changelog 49 50 #### 1.0.4 51 * Tested upto WordPress 4.9.8 52 53 #### 1.0.3 54 * Tested upto WordPress 4.7 55 * Archived version: https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.3.zip 56 57 #### 1.0.2 58 * Made changes to support PHP 7 59 * Tested upto version 4.6 Beta 1 60 * Archived version: https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.2.zip 61 62 #### 1.0.1 63 * Minor Changes, added screenshots etc to explain working better. 64 * Tested up to WordPress version 4.4 65 * Archived version: 66 https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.1.zip 67 68 #### 1.0.0 69 * Initial release 70 * First stable release. 71 * Archived version: https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.0.zip -
login-and-logout-redirect/trunk/readme.txt
r1946292 r1946314 17 17 18 18 ### Features 19 19 20 20 * Redirect users instantly on logout. 21 21 * Redirect users instantly on login. … … 83 83 * Minor Changes, added screenshots etc to explain working better. 84 84 * Tested up to WordPress version 4.4 85 * Archived version: 85 * Archived version: 86 86 https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.1.zip 87 87 … … 112 112 Contribution will be very helpful. Hence, Contributors are always welcome. 113 113 To contribute, just send a pull request over the [Github repo](https://github.com/patilswapnilv/login-and-logout-redirect) 114 115 If you liked this plugin, you might also like my other plugins: 116 117 [Gravity Pre-submission Confirmation](https://wordpress.org/plugins/gravity-pre-submission-confirmation/) – adds a pre-submission confirmation page to your Graviy forms where users can preview their entered data before they submit it.
Note: See TracChangeset
for help on using the changeset viewer.