PluginProbe
Patchstack – WordPress & Plugins Security / 2.2.10
Patchstack – WordPress & Plugins Security v2.2.10
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 +3 -5 2.2.92.2.10 View file →
@@ -3,9 +3,9 @@
3 3 * Plugin Name: Patchstack Security
4 4 * Plugin URI: https://patchstack.com/?utm_medium=wp&utm_source=dashboard&utm_campaign=patchstack%20plugin
5 5 * Author URI: https://patchstack.com/?utm_medium=wp&utm_source=dashboard&utm_campaign=patchstack%20plugin
6 6 * Description: Patchstack identifies security vulnerabilities in WordPress plugins, themes, and core.
7 - * Version: 2.2.9
7 + * Version: 2.2.10
8 8 * Author: Patchstack
9 9 * License: GPLv3
10 10 * Text Domain: patchstack
11 11 * Domain Path: /languages
@@ -58,9 +58,9 @@
58 58 * The plugin version.
59 59 *
60 60 * @var string
61 61 */
62 - const VERSION = '2.2.9';
62 + const VERSION = '2.2.10';
63 63
64 64 /**
65 65 * API URL of Patchstack to communicate with.
66 66 *
@@ -143,9 +143,8 @@
143 143 protected $hide_login;
144 144 protected $listener;
145 145 protected $event_log;
146 146 protected $multisite;
147 - protected $notice;
148 147 protected $admin_ajax;
149 148 protected $admin_general;
150 149 protected $admin_menu;
151 150 protected $admin_options;
@@ -196,13 +195,12 @@
196 195 'hacker_log' => 'P_Hacker_Log',
197 196 'upload' => 'P_Upload',
198 197 'rules' => 'P_Rules',
199 198 'hide_login' => 'P_Hide_Login',
200 - 'listener' => 'P_Listener',
201 199 'event_log' => 'P_Event_Log',
202 200 'activation' => 'P_Activation',
201 + 'listener' => 'P_Listener',
203 202 'multisite' => 'P_Multisite',
204 - 'notice' => 'P_Cookie_Notice',
205 203 'admin_ajax' => 'P_Admin_Ajax',
206 204 'admin_general' => 'P_Admin_General',
207 205 'admin_menu' => 'P_Admin_Menu',
208 206 ] as $var => $class ) {