Version Description
May 19 2022 = * Fix. Pluggable. Getting REST url fixed.
Download this release
Release Info
Developer | glomberg |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 5.177.1 |
Comparing to | |
See all releases |
Code changes from version 5.177 to 5.177.1
- cleantalk.php +1 -1
- inc/cleantalk-pluggable.php +1 -1
- 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.177
|
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.177.1
|
8 |
Author: СleanTalk <welcome@cleantalk.org>
|
9 |
Author URI: https://cleantalk.org
|
10 |
Text Domain: cleantalk-spam-protect
|
inc/cleantalk-pluggable.php
CHANGED
@@ -159,7 +159,7 @@ function apbct_get_rest_url($blog_id = null, $path = '/', $scheme = 'rest')
|
|
159 |
/**
|
160 |
* If exists get_rest_url() - return it
|
161 |
*/
|
162 |
-
if ( function_exists('get_rest_url') ) {
|
163 |
return get_rest_url();
|
164 |
}
|
165 |
|
159 |
/**
|
160 |
* If exists get_rest_url() - return it
|
161 |
*/
|
162 |
+
if ( ! is_null($wp_rewrite) && function_exists('get_rest_url') ) {
|
163 |
return get_rest_url();
|
164 |
}
|
165 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: spam, antispam, anti-spam, comments, firewall
|
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 5.
|
8 |
License: GPLv2
|
9 |
|
10 |
Spam protection, anti-spam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
@@ -596,6 +596,9 @@ If your website has forms that send data to external sources, you can enable opt
|
|
596 |
|
597 |
== Changelog ==
|
598 |
|
|
|
|
|
|
|
599 |
= 5.177 May 12 2022 =
|
600 |
#### WP 6.0 compatibility, Email Encoder added, Common HTTP API implemented, Honeypot fields improved and some minor issues fixed.
|
601 |
* New. Email Encode functionality added.
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 5.177.1
|
8 |
License: GPLv2
|
9 |
|
10 |
Spam protection, anti-spam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
596 |
|
597 |
== Changelog ==
|
598 |
|
599 |
+
= 5.177.1 May 19 2022 =
|
600 |
+
* Fix. Pluggable. Getting REST url fixed.
|
601 |
+
|
602 |
= 5.177 May 12 2022 =
|
603 |
#### WP 6.0 compatibility, Email Encoder added, Common HTTP API implemented, Honeypot fields improved and some minor issues fixed.
|
604 |
* New. Email Encode functionality added.
|