Spam protection, AntiSpam, FireWall by CleanTalk - Version 5.165.1

Version Description

Nov 09 2021 = * Fix. Settings. Saving settings fixed.

Download this release

Release Info

Developer glomberg
Plugin Icon 128x128 Spam protection, AntiSpam, FireWall by CleanTalk
Version 5.165.1
Comparing to
See all releases

Code changes from version 5.165 to 5.165.1

Files changed (3) hide show
  1. cleantalk.php +1 -1
  2. inc/cleantalk-settings.php +1 -1
  3. readme.txt +4 -1
cleantalk.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Anti-Spam by CleanTalk
5
  Plugin URI: https://cleantalk.org
6
  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: 5.165
8
  Author: СleanTalk <welcome@cleantalk.org>
9
  Author URI: https://cleantalk.org
10
  Text Domain: cleantalk-spam-protect
4
  Plugin Name: Anti-Spam by CleanTalk
5
  Plugin URI: https://cleantalk.org
6
  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: 5.165.1
8
  Author: СleanTalk <welcome@cleantalk.org>
9
  Author URI: https://cleantalk.org
10
  Text Domain: cleantalk-spam-protect
inc/cleantalk-settings.php CHANGED
@@ -2022,7 +2022,7 @@ function apbct_settings__validate($settings)
2022
  unset($setting, $value);
2023
 
2024
  // Set missing network settings.
2025
- $stored_network_options = get_site_option($apbct->option_prefix . '_network_settings');
2026
  foreach ( $apbct->def_network_settings as $setting => $value ) {
2027
  if ( ! isset($settings[$setting]) && ! array_key_exists($setting, $stored_network_options) ) {
2028
  $settings[$setting] = $value;
2022
  unset($setting, $value);
2023
 
2024
  // Set missing network settings.
2025
+ $stored_network_options = get_site_option($apbct->option_prefix . '_network_settings', array());
2026
  foreach ( $apbct->def_network_settings as $setting => $value ) {
2027
  if ( ! isset($settings[$setting]) && ! array_key_exists($setting, $stored_network_options) ) {
2028
  $settings[$setting] = $value;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: spam, antispam, anti-spam, comments, firewall
4
  Requires at least: 3.0
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
- Stable tag: 5.165
8
  License: GPLv2
9
 
10
  Spam protection, anti-spam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
@@ -595,6 +595,9 @@ If your website has forms that send data to external sources, you can enable opt
595
 
596
  == Changelog ==
597
 
 
 
 
598
  = 5.165 Nov 08 2021 =
599
  * New: Public. Mouse moved flag implemented.
600
  * Upd: State. Errors adding method updated.
4
  Requires at least: 3.0
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
+ Stable tag: 5.165.1
8
  License: GPLv2
9
 
10
  Spam protection, anti-spam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
595
 
596
  == Changelog ==
597
 
598
+ = 5.165.1 Nov 09 2021 =
599
+ * Fix. Settings. Saving settings fixed.
600
+
601
  = 5.165 Nov 08 2021 =
602
  * New: Public. Mouse moved flag implemented.
603
  * Upd: State. Errors adding method updated.