Changeset 2230175
- Timestamp:
- 01/20/2020 10:00:09 AM (6 years ago)
- Location:
- wonkasoft-logout/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
wonkasoft-logout.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wonkasoft-logout/trunk/README.txt
r2230172 r2230175 39 39 == Changelog == 40 40 41 = 1.1.2 = 42 * Code refactoring 43 41 44 = 1.1.1 = 42 45 * Tested with WordPress 5.3.2 -
wonkasoft-logout/trunk/wonkasoft-logout.php
r2230169 r2230175 14 14 * Plugin URI: https://wonkasoft.com/wonkasoft-logout 15 15 * 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. 116 * Version: 1.1.2 17 17 * Author: Wonkasoft 18 18 * Author URI: https://wonkasoft.com … … 35 35 define( 'WONKASOFT_LOGOUT_NAME', plugin_basename(dirname( __FILE__ ) ) ); 36 36 define( 'WONKASOFT_LOGOUT_BASENAME', plugin_basename( __FILE__ ) ); 37 define( 'WONKASOFT_LOGOUT_VERSION', '1.1. 1' );37 define( 'WONKASOFT_LOGOUT_VERSION', '1.1.2' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.