Changeset 1941508
- Timestamp:
- 09/14/2018 06:57:13 PM (8 years ago)
- Location:
- disable-login/tags/1.1.1
- Files:
-
- 2 edited
-
disable-login.php (modified) (1 diff)
-
includes/core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
disable-login/tags/1.1.1/disable-login.php
r1941505 r1941508 17 17 * Plugin URI: http://endif.media 18 18 * Description: Disable login by certain users. Useful when you are moving a client site and don't want anyone to make any edits to the WordPress database. Now with multisite support! 19 * Version: 1.1. 019 * Version: 1.1.1 20 20 * Author: Ethan Allen 21 21 * Author URI: http://endif.media -
disable-login/tags/1.1.1/includes/core.php
r1941505 r1941508 60 60 61 61 $this->plugin_name = 'disable-login'; 62 $this->version = '1. 0.0';62 $this->version = '1.1.1'; 63 63 64 64 $this->load_dependencies();
Note: See TracChangeset
for help on using the changeset viewer.