Plugin Directory

Changeset 3401573


Ignore:
Timestamp:
11/24/2025 06:46:57 AM (4 months ago)
Author:
systemsrtk
Message:

v1.0.1

Location:
r2k-captcha
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • r2k-captcha/trunk/r2k-captcha.php

    r3401571 r3401573  
    44 * Plugin URI: https://wordpress.org/support/plugin/r2k-security-captcha
    55 * Description: Protect your WordPress website from spam and abuse with R2K Security Captcha. This plugin offers powerful security by integrating with two of the most trusted services: Google's reCAPTCHA Enterprise and Cloudflare's Turnstile. Choose the best protection for your site and keep your forms secure.
    6  * Version: 1.0
     6 * Version: 1.0.1
    77 * Requires at least: 6.0
    88 * Requires PHP: 8.0
     
    1919    $plugin_data = get_plugin_data( __FILE__ );
    2020
    21     define('R2K_CAPTCHA_VERSION', '1.0');
     21    define('R2K_CAPTCHA_VERSION', '1.0.1');
    2222    define('R2K_CAPTCHA_PLGUIN_NAME', $plugin_data['Name']);
    2323
  • r2k-captcha/trunk/readme.txt

    r3401571 r3401573  
    55Requires at least: 6.0
    66Tested up to: 6.8
    7 Stable tag: 1.0
     7Stable tag: 1.0.1
    88Requires PHP: 8.0
    99License: GPLv2 or later
     
    5555
    5656== Changelog ==
     57= 1.0.1 =
     58* Update Screenshots
    5759
    5860= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.