Plugin Directory

Changeset 3057167


Ignore:
Timestamp:
03/23/2024 05:00:07 AM (21 months ago)
Author:
enamulwp
Message:

Update the version of the plugin for testing WordPress.org review team

Location:
safe-ai-malware-protection-for-wp/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • safe-ai-malware-protection-for-wp/trunk/README.txt

    r3055897 r3057167  
    44Requires at least: 5.0
    55Tested up to: 6.4.3
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    6767= 1.0.1 =
    6868*Fix: Using exec()/shell_exec() in PHP is considered dangerous, Using cURL instead of HTTP API and Unsafe SQL calls issues
     69
     70= 1.0.2 =
     71Update the version of the plugin for testing WordPress.org review team
  • safe-ai-malware-protection-for-wp/trunk/changelog.txt

    r3055897 r3057167  
    33= 1.0.1 =
    44*Fix: Using exec()/shell_exec() in PHP is considered dangerous, Using cURL instead of HTTP API and Unsafe SQL calls issues
     5
     6= 1.0.2 =
     7Update the version of the plugin for testing WordPress.org review team
  • safe-ai-malware-protection-for-wp/trunk/includes/class-malware-virus-scanner-plugin.php

    r3055897 r3057167  
    7474            $this->version = MVSP_PLUGIN_VERSION;
    7575        } else {
    76             $this->version = '1.0.1';
     76            $this->version = '1.0.2';
    7777        }
    7878        $this->plugin_name = 'malware-virus-scanner-plugin';
  • safe-ai-malware-protection-for-wp/trunk/malware-virus-scanner-plugin.php

    r3055897 r3057167  
    1010 *
    1111 * @link              https://boomdevs.com
    12  * @since             1.0.0
     12 * @since             1.0.2
    1313 * @package           Wpsafe_Ai_Malware_Protection
    1414 *
     
    1717 * Plugin URI:        https://wpsafe.ai/
    1818 * Description:       WP Safe AI - Stress-Free WordPress Malware Cleaner.
    19  * Version:           1.0.1
     19 * Version:           1.0.2
    2020 * Author:            BoomDevs
    2121 * Author URI:        https://boomdevs.com/
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define('MVSP_PLUGIN_VERSION', '1.0.1');
     36define('MVSP_PLUGIN_VERSION', '1.0.2');
    3737
    3838/**
Note: See TracChangeset for help on using the changeset viewer.