File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1717// for parsing and searching the large json data file this plugin uses:
1818// https://github.com/halaxa/json-machine/tree/master
1919
20- // load the plugin dashboard
21- // --------------------------
22- require_once ('hhdev-mwpcpv-dashboard.php ' );
2320
2421 /*
2522 * Activator Class is used for extension activation and deactivation
@@ -35,7 +32,7 @@ class MainWPCheckPluginVulnerabilityActivator
3532 protected $ childFile ;
3633 protected $ plugin_handle = 'hhdev-mwp-check-plugins-vulnerability ' ;
3734 protected $ product_id = 'MainWP Check Plugins Vulnerability Extension ' ;
38- protected $ software_version = '1.1 .0 ' ;
35+ protected $ software_version = '1.2 .0 ' ;
3936
4037 // set custom plugin vars
4138 // -------------------
@@ -330,6 +327,10 @@ public function hhdev_make_adapted_file() {
330327
331328 }
332329
330+ // load the plugin dashboard
331+ // --------------------------
332+ require_once ('hhdev-mwpcpv-dashboard.php ' );
333+
333334 global $ MainWPCheckPluginVulnerabilityActivator ;
334335 $ MainWPCheckPluginVulnerabilityActivator = new MainWPCheckPluginVulnerabilityActivator ();
335336
You can’t perform that action at this time.
0 commit comments