PluginProbe
Patchstack – WordPress & Plugins Security / 2.1.19
Patchstack – WordPress & Plugins Security v2.1.19
2.3.7 trunk 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.16 2.1.17 2.1.18 2.1.19 2.1.2 2.1.20 2.1.21 2.1.22 2.1.23 2.1.24 2.1.25 2.1.3 2.1.4 2.1.5 2.1.6 All 49 releases
← All changes | patchstack.php +4 -9 2.1.122.1.19 View file →
@@ -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.12
6 + * Version: 2.1.19
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.12';
61 + const VERSION = '2.1.19';
62 62
63 63 /**
64 64 * API URL of Patchstack to communicate with.
65 65 *
@@ -88,15 +88,8 @@
88 88 */
89 89 const PRIVATE_KEY = 'PATCHSTACK_PRIVATE_KEY';
90 90
91 91 /**
92 - * Known IP addresses.
93 - *
94 - * @var array
95 - */
96 - protected $ips = array( '18.221.197.243', '52.15.237.250', '3.19.3.34', '3.18.238.17', '13.58.49.77', '18.222.191.77', '3.131.108.250', '3.23.157.140', '18.220.70.233', '3.140.84.221', '185.212.171.100' );
97 -
98 - /**
99 92 * URL of the plugin directory.
100 93 *
101 94 * @var string
102 95 */
@@ -145,8 +138,9 @@
145 138 protected $htaccess;
146 139 protected $hacker_log;
147 140 protected $upload;
148 141 protected $rules;
142 + protected $hide_login;
149 143 protected $listener;
150 144 protected $event_log;
151 145 protected $multisite;
152 146 protected $notice;
@@ -195,8 +189,9 @@
195 189 'htaccess' => 'P_Htaccess',
196 190 'hacker_log' => 'P_Hacker_Log',
197 191 'upload' => 'P_Upload',
198 192 'rules' => 'P_Rules',
193 + 'hide_login' => 'P_Hide_Login',
199 194 'listener' => 'P_Listener',
200 195 'event_log' => 'P_Event_Log',
201 196 'activation' => 'P_Activation',
202 197 'multisite' => 'P_Multisite',