| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Patchstack Security |
| 4 | 4 | * Plugin URI: https://patchstack.com |
| 5 | 5 | * Description: Patchstack identifies security vulnerabilities in WordPress plugins, themes, and core. |
| 6 | - * Version: 2.1.6 | |
| 6 | + * Version: 2.1.4 | |
| 7 | 7 | * Author: Patchstack |
| 8 | 8 | * License: GPLv3 |
| 9 | 9 | * Text Domain: patchstack |
| 10 | 10 | * Domain Path: /languages |
| @@ -57,9 +57,9 @@ | ||
| 57 | 57 | * The plugin version. |
| 58 | 58 | * |
| 59 | 59 | * @var string |
| 60 | 60 | */ |
| 61 | - const VERSION = '2.1.6'; | |
| 61 | + const VERSION = '2.1.4'; | |
| 62 | 62 | |
| 63 | 63 | /** |
| 64 | 64 | * API URL of Patchstack to communicate with. |
| 65 | 65 | * |
| @@ -145,8 +145,9 @@ | ||
| 145 | 145 | protected $htaccess; |
| 146 | 146 | protected $hacker_log; |
| 147 | 147 | protected $upload; |
| 148 | 148 | protected $rules; |
| 149 | + protected $hide_login; | |
| 149 | 150 | protected $listener; |
| 150 | 151 | protected $event_log; |
| 151 | 152 | protected $multisite; |
| 152 | 153 | protected $notice; |
| @@ -195,8 +196,9 @@ | ||
| 195 | 196 | 'htaccess' => 'P_Htaccess', |
| 196 | 197 | 'hacker_log' => 'P_Hacker_Log', |
| 197 | 198 | 'upload' => 'P_Upload', |
| 198 | 199 | 'rules' => 'P_Rules', |
| 200 | + 'hide_login' => 'P_Hide_Login', | |
| 199 | 201 | 'listener' => 'P_Listener', |
| 200 | 202 | 'event_log' => 'P_Event_Log', |
| 201 | 203 | 'activation' => 'P_Activation', |
| 202 | 204 | 'multisite' => 'P_Multisite', |