Plugin Directory

Changeset 3486680


Ignore:
Timestamp:
03/19/2026 04:27:32 PM (10 days ago)
Author:
freelancebo
Message:

Bump version to 2.2.0 - fix malware scanner false positives on legitimate plugins

Location:
freelancebo-sentra-control/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • freelancebo-sentra-control/trunk/freelancebo-sentra-control.php

    r3485789 r3486680  
    44 * Plugin URI: https://freelancebo.it
    55 * Description: WordPress security agent - connects to FreelanceBo Sentra Control central console for WAF, malware scanning, brute force protection, and file integrity monitoring.
    6  * Version: 2.1.9
     6 * Version: 2.2.0
    77 * Author: Freelancebo
    88 * License: GPL-2.0-or-later
     
    1212if (!defined('ABSPATH')) exit;
    1313
    14 define("SENTRA_VERSION", "2.1.9");
     14define("SENTRA_VERSION", "2.2.0");
    1515define('SENTRA_PLUGIN_DIR', plugin_dir_path(__FILE__));
    1616define('SENTRA_PLUGIN_URL', plugin_dir_url(__FILE__));
  • freelancebo-sentra-control/trunk/readme.txt

    r3485789 r3486680  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.1.9
     7Stable tag: 2.2.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.