Changeset 3480442
- Timestamp:
- 03/11/2026 05:04:14 PM (3 weeks ago)
- Location:
- vulntitan
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.5 (copied) (copied from vulntitan/trunk)
-
tags/2.0.5/CHANGELOG.md (modified) (1 diff)
-
tags/2.0.5/readme.txt (modified) (1 diff)
-
tags/2.0.5/vulntitan.php (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vulntitan.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vulntitan/tags/2.0.5/CHANGELOG.md
r3479599 r3480442 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and 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. 7 12 8 13 ## [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 === 2 2 Tags: malware scanner, malware removal, vulnerability scanner 3 3 Donate link: https://www.paypal.com/ncp/payment/TPGXWZTJX7TDE 4 4 Tested up to: 6.9 5 5 Requires PHP: 7.4 6 Stable tag: 2.0. 46 Stable tag: 2.0.5 7 7 License: GPLv2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 WordPress malware & vulnerability scanner. Detect and remove malware, vulnerable plugins and file changes instantly.10 VulnTitan malware & vulnerability scanner for WordPress sites. Detect and remove malware, vulnerable plugins and file changes instantly. 11 11 12 12 == Description == -
vulntitan/tags/2.0.5/vulntitan.php
r3479603 r3480442 1 1 <?php 2 2 /** 3 * Plugin Name: VulnTitan 3 * Plugin Name: VulnTitan - Malware Scanner, Vulnerability Scanner & Security 4 4 * Plugin URI: https://vulntitan.com/vulntitan/ 5 5 * 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. 46 * Version: 2.0.5 7 7 * Author: Jaroslav Svetlik 8 8 * Author URI: https://vulntitan.com … … 30 30 31 31 // Define plugin constants 32 define('VULNTITAN_PLUGIN_VERSION', VULNTITAN_DEVELOPMENT ? uniqid() : '2.0. 4');32 define('VULNTITAN_PLUGIN_VERSION', VULNTITAN_DEVELOPMENT ? uniqid() : '2.0.5'); 33 33 define('VULNTITAN_PLUGIN_BASENAME', plugin_basename(__FILE__)); 34 34 define('VULNTITAN_PLUGIN_DIR', untrailingslashit(plugin_dir_path(__FILE__))); -
vulntitan/trunk/CHANGELOG.md
r3479599 r3480442 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and 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. 7 12 8 13 ## [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 === 2 2 Tags: malware scanner, malware removal, vulnerability scanner 3 3 Donate link: https://www.paypal.com/ncp/payment/TPGXWZTJX7TDE 4 4 Tested up to: 6.9 5 5 Requires PHP: 7.4 6 Stable tag: 2.0. 46 Stable tag: 2.0.5 7 7 License: GPLv2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 WordPress malware & vulnerability scanner. Detect and remove malware, vulnerable plugins and file changes instantly.10 VulnTitan malware & vulnerability scanner for WordPress sites. Detect and remove malware, vulnerable plugins and file changes instantly. 11 11 12 12 == Description == -
vulntitan/trunk/vulntitan.php
r3479603 r3480442 1 1 <?php 2 2 /** 3 * Plugin Name: VulnTitan 3 * Plugin Name: VulnTitan - Malware Scanner, Vulnerability Scanner & Security 4 4 * Plugin URI: https://vulntitan.com/vulntitan/ 5 5 * 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. 46 * Version: 2.0.5 7 7 * Author: Jaroslav Svetlik 8 8 * Author URI: https://vulntitan.com … … 30 30 31 31 // Define plugin constants 32 define('VULNTITAN_PLUGIN_VERSION', VULNTITAN_DEVELOPMENT ? uniqid() : '2.0. 4');32 define('VULNTITAN_PLUGIN_VERSION', VULNTITAN_DEVELOPMENT ? uniqid() : '2.0.5'); 33 33 define('VULNTITAN_PLUGIN_BASENAME', plugin_basename(__FILE__)); 34 34 define('VULNTITAN_PLUGIN_DIR', untrailingslashit(plugin_dir_path(__FILE__)));
Note: See TracChangeset
for help on using the changeset viewer.