Plugin Directory

Changeset 3423555


Ignore:
Timestamp:
12/19/2025 10:33:53 AM (3 months ago)
Author:
glomberg
Message:

Version: 6.70.1.

Location:
cleantalk-spam-protect
Files:
436 added
2 edited

Legend:

Unmodified
Added
Removed
  • cleantalk-spam-protect/trunk/cleantalk.php

    r3422861 r3423555  
    55  Plugin URI: https://cleantalk.org
    66  Description: Max power, all-in-one, no Captcha, premium anti-spam plugin. No comment spam, no registration spam, no contact spam, protects any WordPress forms.
    7   Version: 6.70
     7  Version: 6.70.1
    88  Author: CleanTalk - Anti-Spam Protection <[email protected]>
    99  Author URI: https://cleantalk.org
     
    604604// Public actions
    605605if ( ! is_admin() && ! apbct_is_ajax() && ! apbct_is_customize_preview() ) {
    606     if ( ! function_exists('is_user_logged_in') ) {
    607         require_once ABSPATH . 'wp-includes/pluggable.php';
    608     }
    609606    if (
    610607        apbct_is_plugin_active('fluentformpro/fluentformpro.php') &&
     
    613610            (
    614611                // Load scripts for logged in users if constant is defined
    615                 is_user_logged_in() &&
     612                apbct_is_user_logged_in() &&
    616613                (defined('APBCT_FF_JS_SCRIPTS_LOAD') &&
    617614                APBCT_FF_JS_SCRIPTS_LOAD == true)
  • cleantalk-spam-protect/trunk/readme.txt

    r3422861 r3423555  
    55Tested up to: 6.9
    66Requires PHP: 5.6
    7 Stable tag: 6.70
     7Stable tag: 6.70.1
    88License: GPLv2
    99
     
    412412
    413413== Changelog ==
     414
     415= 6.70.1 19.12.2025 =
     416* Fix. Integration. Fluent forms integration fixed (fix for commit ae74511a96417b607f2b79b83ef984de7eac0588).
    414417
    415418= 6.70 18.12.2025 =
Note: See TracChangeset for help on using the changeset viewer.