Plugin Directory

Changeset 2230175


Ignore:
Timestamp:
01/20/2020 10:00:09 AM (6 years ago)
Author:
llister
Message:

Updating new version

Location:
wonkasoft-logout/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wonkasoft-logout/trunk/README.txt

    r2230172 r2230175  
    3939== Changelog ==
    4040
     41= 1.1.2 =
     42* Code refactoring
     43
    4144= 1.1.1 =
    4245* Tested with WordPress 5.3.2
  • wonkasoft-logout/trunk/wonkasoft-logout.php

    r2230169 r2230175  
    1414 * Plugin URI:        https://wonkasoft.com/wonkasoft-logout
    1515 * Description:       This Plugin will allow you to direct where the user will go after either logging in or logging out of an account on the site.
    16  * Version:           1.1.1
     16 * Version:           1.1.2
    1717 * Author:            Wonkasoft
    1818 * Author URI:        https://wonkasoft.com
     
    3535define( 'WONKASOFT_LOGOUT_NAME', plugin_basename(dirname( __FILE__ ) ) );
    3636define( 'WONKASOFT_LOGOUT_BASENAME', plugin_basename( __FILE__ ) );
    37 define( 'WONKASOFT_LOGOUT_VERSION', '1.1.1' );
     37define( 'WONKASOFT_LOGOUT_VERSION', '1.1.2' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.