Version Description
- 2020-08-10
- Fix blocklist.
Download this release
Release Info
Developer | mpol |
Plugin | Gwolle Guestbook |
Version | 4.0.6 |
Comparing to | |
See all releases |
Code changes from version 4.0.5 to 4.0.6
- frontend/gb-blocklist.php +1 -1
- gwolle-gb.php +2 -2
- readme.txt +5 -1
frontend/gb-blocklist.php
CHANGED
@@ -69,7 +69,7 @@ function gwolle_gb_blocklist( $entry ) {
|
|
69 |
if ( preg_match( $pattern, $content ) ) {
|
70 |
$send_to_moderation = true;
|
71 |
}
|
72 |
-
$user_ip =
|
73 |
if ( preg_match( $pattern, $user_ip ) ) {
|
74 |
$send_to_moderation = true;
|
75 |
}
|
69 |
if ( preg_match( $pattern, $content ) ) {
|
70 |
$send_to_moderation = true;
|
71 |
}
|
72 |
+
$user_ip = gwolle_gb_get_user_ip();
|
73 |
if ( preg_match( $pattern, $user_ip ) ) {
|
74 |
$send_to_moderation = true;
|
75 |
}
|
gwolle-gb.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Gwolle Guestbook
|
4 |
Plugin URI: https://wordpress.org/plugins/gwolle-gb/
|
5 |
Description: Gwolle Guestbook is not just another guestbook for WordPress. The goal is to provide an easy and slim way to integrate a guestbook into your WordPress powered site. Don't use your 'comment' section the wrong way - install Gwolle Guestbook and have a real guestbook.
|
6 |
-
Version: 4.0.
|
7 |
Author: Marcel Pol
|
8 |
Author URI: https://zenoweb.nl
|
9 |
License: GPLv2 or later
|
@@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
31 |
|
32 |
|
33 |
// Plugin Version
|
34 |
-
define('GWOLLE_GB_VER', '4.0.
|
35 |
|
36 |
|
37 |
/*
|
3 |
Plugin Name: Gwolle Guestbook
|
4 |
Plugin URI: https://wordpress.org/plugins/gwolle-gb/
|
5 |
Description: Gwolle Guestbook is not just another guestbook for WordPress. The goal is to provide an easy and slim way to integrate a guestbook into your WordPress powered site. Don't use your 'comment' section the wrong way - install Gwolle Guestbook and have a real guestbook.
|
6 |
+
Version: 4.0.6
|
7 |
Author: Marcel Pol
|
8 |
Author URI: https://zenoweb.nl
|
9 |
License: GPLv2 or later
|
31 |
|
32 |
|
33 |
// Plugin Version
|
34 |
+
define('GWOLLE_GB_VER', '4.0.6');
|
35 |
|
36 |
|
37 |
/*
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Gwolle, mpol
|
|
3 |
Tags: guestbook, guest book, livre d'or, Gästebuch, review
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.5
|
6 |
-
Stable tag: 4.0.
|
7 |
License: GPLv2 or later
|
8 |
Requires PHP: 5.3
|
9 |
|
@@ -421,6 +421,10 @@ But if you don't use standard comments, you can just as easily use the comment s
|
|
421 |
|
422 |
== Changelog ==
|
423 |
|
|
|
|
|
|
|
|
|
424 |
= 4.0.5 =
|
425 |
* 2020-07-21
|
426 |
* Add blocklist (taken from add-on).
|
3 |
Tags: guestbook, guest book, livre d'or, Gästebuch, review
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.5
|
6 |
+
Stable tag: 4.0.6
|
7 |
License: GPLv2 or later
|
8 |
Requires PHP: 5.3
|
9 |
|
421 |
|
422 |
== Changelog ==
|
423 |
|
424 |
+
= 4.0.6 =
|
425 |
+
* 2020-08-10
|
426 |
+
* Fix blocklist.
|
427 |
+
|
428 |
= 4.0.5 =
|
429 |
* 2020-07-21
|
430 |
* Add blocklist (taken from add-on).
|