Plugin Directory

Changeset 3480442


Ignore:
Timestamp:
03/11/2026 05:04:14 PM (3 weeks ago)
Author:
jerryscg
Message:

Bump version to 2.0.5 and update plugin name

Location:
vulntitan
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vulntitan/tags/2.0.5/CHANGELOG.md

    r3479599 r3480442  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8## [2.0.5] - 2026-03-11
     9### Changed
     10- Updated plugin display name to comply with WordPress.org naming guidelines.
     11- Updated readme title and short description to match the new display name.
    712
    813## [2.0.4] - 2026-03-10
  • vulntitan/tags/2.0.5/readme.txt

    r3479603 r3480442  
    1 === WordPress Malware & Vulnerability Scanner – VulnTitan ===
     1=== VulnTitan - Malware Scanner, Vulnerability Scanner & Security ===
    22Tags: malware scanner, malware removal, vulnerability scanner
    33Donate link: https://www.paypal.com/ncp/payment/TPGXWZTJX7TDE
    44Tested up to: 6.9
    55Requires PHP: 7.4
    6 Stable tag: 2.0.4
     6Stable tag: 2.0.5
    77License: GPLv2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    99
    10 WordPress malware & vulnerability scanner. Detect and remove malware, vulnerable plugins and file changes instantly.
     10VulnTitan malware & vulnerability scanner for WordPress sites. Detect and remove malware, vulnerable plugins and file changes instantly.
    1111
    1212== Description ==
  • vulntitan/tags/2.0.5/vulntitan.php

    r3479603 r3480442  
    11<?php
    22/**
    3  * Plugin Name: VulnTitan
     3 * Plugin Name: VulnTitan - Malware Scanner, Vulnerability Scanner & Security
    44 * Plugin URI: https://vulntitan.com/vulntitan/
    55 * Description: VulnTitan is a lightweight WordPress security plugin with vulnerability scanning, malware detection, file integrity monitoring, and a built-in firewall with WAF payload rules and login protection.
    6  * Version: 2.0.4
     6 * Version: 2.0.5
    77 * Author: Jaroslav Svetlik
    88 * Author URI: https://vulntitan.com
     
    3030
    3131// Define plugin constants
    32 define('VULNTITAN_PLUGIN_VERSION', VULNTITAN_DEVELOPMENT ? uniqid() : '2.0.4');
     32define('VULNTITAN_PLUGIN_VERSION', VULNTITAN_DEVELOPMENT ? uniqid() : '2.0.5');
    3333define('VULNTITAN_PLUGIN_BASENAME', plugin_basename(__FILE__));
    3434define('VULNTITAN_PLUGIN_DIR', untrailingslashit(plugin_dir_path(__FILE__)));
  • vulntitan/trunk/CHANGELOG.md

    r3479599 r3480442  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8## [2.0.5] - 2026-03-11
     9### Changed
     10- Updated plugin display name to comply with WordPress.org naming guidelines.
     11- Updated readme title and short description to match the new display name.
    712
    813## [2.0.4] - 2026-03-10
  • vulntitan/trunk/readme.txt

    r3479603 r3480442  
    1 === WordPress Malware & Vulnerability Scanner – VulnTitan ===
     1=== VulnTitan - Malware Scanner, Vulnerability Scanner & Security ===
    22Tags: malware scanner, malware removal, vulnerability scanner
    33Donate link: https://www.paypal.com/ncp/payment/TPGXWZTJX7TDE
    44Tested up to: 6.9
    55Requires PHP: 7.4
    6 Stable tag: 2.0.4
     6Stable tag: 2.0.5
    77License: GPLv2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    99
    10 WordPress malware & vulnerability scanner. Detect and remove malware, vulnerable plugins and file changes instantly.
     10VulnTitan malware & vulnerability scanner for WordPress sites. Detect and remove malware, vulnerable plugins and file changes instantly.
    1111
    1212== Description ==
  • vulntitan/trunk/vulntitan.php

    r3479603 r3480442  
    11<?php
    22/**
    3  * Plugin Name: VulnTitan
     3 * Plugin Name: VulnTitan - Malware Scanner, Vulnerability Scanner & Security
    44 * Plugin URI: https://vulntitan.com/vulntitan/
    55 * Description: VulnTitan is a lightweight WordPress security plugin with vulnerability scanning, malware detection, file integrity monitoring, and a built-in firewall with WAF payload rules and login protection.
    6  * Version: 2.0.4
     6 * Version: 2.0.5
    77 * Author: Jaroslav Svetlik
    88 * Author URI: https://vulntitan.com
     
    3030
    3131// Define plugin constants
    32 define('VULNTITAN_PLUGIN_VERSION', VULNTITAN_DEVELOPMENT ? uniqid() : '2.0.4');
     32define('VULNTITAN_PLUGIN_VERSION', VULNTITAN_DEVELOPMENT ? uniqid() : '2.0.5');
    3333define('VULNTITAN_PLUGIN_BASENAME', plugin_basename(__FILE__));
    3434define('VULNTITAN_PLUGIN_DIR', untrailingslashit(plugin_dir_path(__FILE__)));
Note: See TracChangeset for help on using the changeset viewer.