Version Description
Dec 4 2022 = * Fix. Updater. Updating checking fixed. * Fix. Updater. Updating function renamed. * Fix. Updater. Clean cron errors while updating.
Download this release
Release Info
Developer | glomberg |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 6.0.1 |
Comparing to | |
See all releases |
Code changes from version 6.0 to 6.0.1
- cleantalk.php +1 -1
- inc/cleantalk-updater.php +4 -2
- readme.txt +6 -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: 6.0
|
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: 6.0.1
|
8 |
Author: СleanTalk <welcome@cleantalk.org>
|
9 |
Author URI: https://cleantalk.org
|
10 |
Text Domain: cleantalk-spam-protect
|
inc/cleantalk-updater.php
CHANGED
@@ -59,7 +59,7 @@ function apbct_run_update_actions($current_version, $new_version)
|
|
59 |
}
|
60 |
}
|
61 |
|
62 |
-
for ($ver_major = $current_version_arr[0]; $ver_major <= $
|
63 |
for ($ver_minor = 0; $ver_minor <= 300; $ver_minor++) {
|
64 |
for ($ver_fix = 0; $ver_fix <= 10; $ver_fix++) {
|
65 |
if (version_compare("{$ver_major}.{$ver_minor}.{$ver_fix}", $current_version_str, '<=')) {
|
@@ -1175,7 +1175,7 @@ function apbct_update_to_5_184_2()
|
|
1175 |
}
|
1176 |
}
|
1177 |
|
1178 |
-
function
|
1179 |
{
|
1180 |
global $apbct;
|
1181 |
if ( isset($apbct->data['connection_reports']) ) {
|
@@ -1193,4 +1193,6 @@ function apbct_update_to_6_0_0()
|
|
1193 |
86400,
|
1194 |
time() + 3500
|
1195 |
);
|
|
|
|
|
1196 |
}
|
59 |
}
|
60 |
}
|
61 |
|
62 |
+
for ($ver_major = $current_version_arr[0]; $ver_major <= $new_version_arr[0]; $ver_major++) {
|
63 |
for ($ver_minor = 0; $ver_minor <= 300; $ver_minor++) {
|
64 |
for ($ver_fix = 0; $ver_fix <= 10; $ver_fix++) {
|
65 |
if (version_compare("{$ver_major}.{$ver_minor}.{$ver_fix}", $current_version_str, '<=')) {
|
1175 |
}
|
1176 |
}
|
1177 |
|
1178 |
+
function apbct_update_to_6_0_1()
|
1179 |
{
|
1180 |
global $apbct;
|
1181 |
if ( isset($apbct->data['connection_reports']) ) {
|
1193 |
86400,
|
1194 |
time() + 3500
|
1195 |
);
|
1196 |
+
|
1197 |
+
$apbct->errorDelete('cron', true);
|
1198 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: spam, antispam, anti-spam, comments, firewall
|
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 6.1
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 6.0
|
8 |
License: GPLv2
|
9 |
|
10 |
Spam protection, anti-spam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
@@ -451,6 +451,11 @@ Yes, it is. Please read this article,
|
|
451 |
|
452 |
== Changelog ==
|
453 |
|
|
|
|
|
|
|
|
|
|
|
454 |
= 6.0 Dec 1 2022 =
|
455 |
#### No cookie mode by default🔥, EmailEncoder user-friendly enhancements 💣, trusted text and affiliate settings 🎈, prepare SpamFireWall for incremental updating, and some minor issues fixed 💪🏼
|
456 |
* New. Major version updated.
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 6.1
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 6.0.1
|
8 |
License: GPLv2
|
9 |
|
10 |
Spam protection, anti-spam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
451 |
|
452 |
== Changelog ==
|
453 |
|
454 |
+
= 6.0.1 Dec 4 2022 =
|
455 |
+
* Fix. Updater. Updating checking fixed.
|
456 |
+
* Fix. Updater. Updating function renamed.
|
457 |
+
* Fix. Updater. Clean cron errors while updating.
|
458 |
+
|
459 |
= 6.0 Dec 1 2022 =
|
460 |
#### No cookie mode by default🔥, EmailEncoder user-friendly enhancements 💣, trusted text and affiliate settings 🎈, prepare SpamFireWall for incremental updating, and some minor issues fixed 💪🏼
|
461 |
* New. Major version updated.
|