Skip to content

Commit 28a9a68

Browse files
committed
bump version
1 parent fbfc4d3 commit 28a9a68

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

hhdev-mwpcpv.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
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

0 commit comments

Comments
 (0)