Plugin Directory

Changeset 1946314


Ignore:
Timestamp:
09/24/2018 06:02:54 PM (8 years ago)
Author:
patilswapnilv
Message:

updates

Location:
login-and-logout-redirect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • login-and-logout-redirect/trunk/CHANGELOG.md

    r1946259 r1946314  
    33This 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/).
    44
    5 ### [1.0.4] ###
     5### 1.0.4 ###
    66 * Tested upto WordPress 4.9.8
    77
    8 ### [1.0.3] ###
     8### 1.0.3 ###
    99 * Tested upto WordPress 4.7
    1010 * Added [Scruitinizer](https://scrutinizer-ci.com) for better and cleaner code
     
    1515    [1.0.3]: https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.3.zip
    1616
    17 ### [1.0.2] ###
     17### 1.0.2 ###
    1818 * Made changes to support PHP 7
    1919 * Tested upto version 4.6 Beta 1
     
    2121    [1.0.1]: https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.2.zip
    2222
    23 ### [1.0.1] ###
     23### 1.0.1 ###
    2424
    2525* Minor Changes, added screenshots etc to explain working better.
     
    2828    [1.0.1]: https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.1.zip
    2929
    30 ### [1.0.0] ###
     30### 1.0.0 ###
    3131
    32 * Initial release
     32* Initial release.
     33
    3334* First stable release.
    3435
  • login-and-logout-redirect/trunk/README.md

    r1946252 r1946314  
    22A WordPress plugin which enables you to redirect users on login and logout or both, in a simplest way.
    33
    4 **Contributors:**      [patilswapnilv] <https://github.com/patilswapnilv/> 
     4**Contributors:**      [patilswapnilv](https://github.com/patilswapnilv/).   
    55**Plugin Name:**       Login and Logout redirect 
    66**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   
    1110**License:**           GPL-3.0+         
    1211**License URI:**       https://www.gnu.org/licenses/gpl-3.0.en.html             
     
    1817
    1918
    20 ## Synopsis
     19## Login-and-Logout-Redirect
    2120
    2221This is an easy way to redirect user to specific URL, on login and logout.
     
    2928* Not extra menu option, in the WordPress site. Just head over to Settings>General
    3029
    31 ## Installation
     30### Installation
    32311. Upload `Login-and-Logout-Redirect` folder to your `/wp-content/plugins/` directory.
    33322. Activate the plugin from Admin > Plugins menu.
     
    37366. Save!
    3837
    39 # Contribution
     38### Contribution
    4039
    4140Contributors are always welcome.
    4241To contribute, just send a pull request.
    4342
    44 # License
     43### License
    4544This 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).
    4645
    4746[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:
     66https://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  
    1717
    1818### Features
    19    
     19
    2020    * Redirect users instantly on logout.
    2121    * Redirect users instantly on login.
     
    8383* Minor Changes, added screenshots etc to explain working better.
    8484* Tested up to WordPress version 4.4
    85 * Archived version: 
     85* Archived version:
    8686https://downloads.wordpress.org/plugin/login-and-logout-redirect.1.0.1.zip
    8787
     
    112112Contribution will be very helpful. Hence, Contributors are always welcome.
    113113To contribute, just send a pull request over the [Github repo](https://github.com/patilswapnilv/login-and-logout-redirect)
     114
     115If 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.