33 * Plugin Name: MainWP Check Plugins Vulnerability Extension
44 * Plugin URI: https://haha.nl
55 * Description: MainWP Extension: Use this extension to check the installed child site plugins for vulnerabilities using data from the wordfence vulnerability data feed api.
6- * Version: 1.4.3
6+ * Version: 1.4.4
77 * Author: herbert hoekstra - haha!
88 * Author URI: https://haha.nl
99 * Documentation URI: https://haha.nl/voorbeelden/mainwp-check-plugins-vulnerability-extension/
1010 * MainWP Extension: true
1111 * Text Domain: hhdev-mwpcpv
1212 * Domain Path: /languages
1313 * Tags: mainwp, extension, security, vulnerability
14+ * Requires at least: 6.0
15+ * Requires PHP: 8.0
16+ * Required WP: 6.0
17+ * Tested up to: 6.6.2
18+ * Requires at least: 6.0
1419 * License: GPLv2 or later
1520 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
1621 */
@@ -37,7 +42,7 @@ class MainWPCheckPluginVulnerabilityActivator
3742 protected $ childFile ;
3843 protected $ plugin_handle = 'mainwp-check-plugins-vulnerability ' ;
3944 protected $ product_id = 'MainWP Check Plugins Vulnerability Extension ' ;
40- protected $ software_version = '1.4.3 ' ; // used for mwp update notice
45+ protected $ software_version = '1.4.4 ' ; // used for mwp update notice
4146
4247 // set custom plugin vars
4348 // -------------------
@@ -49,8 +54,10 @@ class MainWPCheckPluginVulnerabilityActivator
4954 // file after extraction, 2 years days updated
5055 protected $ file_name_vuln = 'vuln-data.json ' ;
5156 protected $ dir_path_file_vuln = WP_CONTENT_DIR . '/hhdev-mwpcpv-data/vuln-data.json ' ;
57+
5258 protected $ text_domain = 'hhdev-mwpcpv ' ;
5359
60+
5461 // the plugin set up
5562 // --------------------
5663 public function __construct () {
0 commit comments