Plugin Directory

Changeset 3427367


Ignore:
Timestamp:
12/25/2025 03:47:30 PM (3 months ago)
Author:
a22mun
Message:

Update to version 1.0.0 - Initial approved release

Location:
humangate/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • humangate/trunk/block-ai-plugin.php

    r3427362 r3427367  
    44 * Plugin URI: https://wordpress.org/plugins/humangate/
    55 * Description: Lightweight but enforceable AI & Indexing Refusal + Selective Friction layer for WordPress. Global refusal signals, emergency lockdown, and scraping cost amplification without CAPTCHAs or heavy databases.
    6  * Version: 1.1.0
     6 * Version: 1.0.0
    77 * Author: DarkAI
    88 * Author URI: https://darkai.ca/
     
    2020
    2121// Define plugin constants
    22 define('HUMANG_PLUGIN_VERSION', '1.1.0');
     22define('HUMANG_PLUGIN_VERSION', '1.0.0');
    2323define('HUMANG_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2424define('HUMANG_PLUGIN_URL', plugin_dir_url(__FILE__));
  • humangate/trunk/readme.txt

    r3427362 r3427367  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.1.0
     6Stable tag: 1.0.0
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    3030* **SEO Plugin Compatible** - Works seamlessly with Yoast SEO, Rank Math, All in One SEO, and other SEO plugins
    3131* **Privacy-Focused Stats** - Lightweight telemetry using WordPress transients (no database bloat, no IP storage)
    32 * **Performance Optimized** - DNS lookup caching and user agent pattern caching for faster response times
    33 * **Whitelist Support** - IP address and user agent whitelists to bypass blocking for trusted sources
    3432
    3533**How It Works:**
     
    9694* Per-post AI refusal controls
    9795* Emergency lockdown settings
    98 * IP address whitelist (single IPs and CIDR ranges, IPv4/IPv6)
    99 * User agent whitelist (case-insensitive pattern matching)
    10096
    10197== Frequently Asked Questions ==
     
    134130== Changelog ==
    135131
    136 = 1.1.0 =
    137 * Performance improvements:
    138   * DNS lookup caching for search engine verification (24-hour cache, reduces latency from 100-500ms to <1ms for repeat visits)
    139   * User agent pattern caching for AI crawler detection (1-hour cache, faster detection)
    140 * Whitelist feature:
    141   * IP address whitelist with support for single IPs and CIDR ranges (IPv4 and IPv6)
    142   * User agent whitelist with case-insensitive pattern matching
    143   * Whitelisted IPs and user agents bypass all blocking and challenges
    144   * Admin interface for managing whitelists in Settings → Whitelist section
    145 * Bug fixes:
    146   * Fixed IPv4/IPv6 CIDR validation to handle invalid IPs correctly
    147 * Code improvements:
    148   * Optimized whitelist checks with per-request static caching
    149   * Early return optimizations for better performance
    150 
    151132= 1.0.0 =
    152133* Initial release
     
    162143== Upgrade Notice ==
    163144
    164 = 1.1.0 =
    165 Performance improvements and whitelist feature. DNS lookups are now cached for faster response times. New IP and user agent whitelist options allow you to bypass blocking for trusted sources. Recommended update for all users.
    166 
    167145= 1.0.0 =
    168146Initial release of HumanGate.
Note: See TracChangeset for help on using the changeset viewer.