Version Description
- 2018-03-30
- Close div element correctly.
Download this release
Release Info
Developer | mpol |
Plugin | Gwolle Guestbook |
Version | 2.4.2 |
Comparing to | |
See all releases |
Code changes from version 2.4.1 to 2.4.2
- frontend/gwolle_gb-entry.php +3 -3
- gwolle-gb.php +2 -2
- readme.txt +5 -1
frontend/gwolle_gb-entry.php
CHANGED
@@ -201,8 +201,6 @@ if ( ! function_exists('gwolle_gb_entry_template') ) {
|
|
201 |
}
|
202 |
if ( $excerpt_length > 0 ) {
|
203 |
$admin_reply_excerpt = wp_trim_words( $admin_reply_content, $excerpt_length, $readmore );
|
204 |
-
}
|
205 |
-
if ( $excerpt_length > 0 ) {
|
206 |
$admin_reply .= '
|
207 |
<div class="gb-admin_reply-excerpt">' . $admin_reply_excerpt . '</div>
|
208 |
<div class="gb-admin_reply-full-content gwolle_gb_hide">
|
@@ -213,7 +211,9 @@ if ( ! function_exists('gwolle_gb_entry_template') ) {
|
|
213 |
<div class="gb-admin_reply_content gb-admin-reply-content">
|
214 |
' . $admin_reply_content . '
|
215 |
</div>';
|
216 |
-
|
|
|
|
|
217 |
|
218 |
$entry_output .= $admin_reply;
|
219 |
}
|
201 |
}
|
202 |
if ( $excerpt_length > 0 ) {
|
203 |
$admin_reply_excerpt = wp_trim_words( $admin_reply_content, $excerpt_length, $readmore );
|
|
|
|
|
204 |
$admin_reply .= '
|
205 |
<div class="gb-admin_reply-excerpt">' . $admin_reply_excerpt . '</div>
|
206 |
<div class="gb-admin_reply-full-content gwolle_gb_hide">
|
211 |
<div class="gb-admin_reply_content gb-admin-reply-content">
|
212 |
' . $admin_reply_content . '
|
213 |
</div>';
|
214 |
+
}
|
215 |
+
$admin_reply .= '
|
216 |
+
</div>';
|
217 |
|
218 |
$entry_output .= $admin_reply;
|
219 |
}
|
gwolle-gb.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Gwolle Guestbook
|
4 |
Plugin URI: http://zenoweb.nl
|
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: 2.4.
|
7 |
Author: Marcel Pol
|
8 |
Author URI: http://zenoweb.nl
|
9 |
License: GPLv2 or later
|
@@ -32,7 +32,7 @@ Domain Path: /lang/
|
|
32 |
|
33 |
|
34 |
// Plugin Version
|
35 |
-
define('GWOLLE_GB_VER', '2.4.
|
36 |
|
37 |
|
38 |
/*
|
3 |
Plugin Name: Gwolle Guestbook
|
4 |
Plugin URI: http://zenoweb.nl
|
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: 2.4.2
|
7 |
Author: Marcel Pol
|
8 |
Author URI: http://zenoweb.nl
|
9 |
License: GPLv2 or later
|
32 |
|
33 |
|
34 |
// Plugin Version
|
35 |
+
define('GWOLLE_GB_VER', '2.4.2');
|
36 |
|
37 |
|
38 |
/*
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Gwolle, mpol
|
|
3 |
Tags: guestbook, guest book, livre d'or, Gästebuch, libro de visitas
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 4.9
|
6 |
-
Stable tag: 2.4.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Gwolle Guestbook is the WordPress guestbook you've just been looking for. Beautiful and easy.
|
@@ -404,6 +404,10 @@ But if you don't use standard comments, you can just as easily use the comment s
|
|
404 |
|
405 |
== Changelog ==
|
406 |
|
|
|
|
|
|
|
|
|
407 |
= 2.4.1 =
|
408 |
* 2018-03-28
|
409 |
* Improve features for anti-spam.
|
3 |
Tags: guestbook, guest book, livre d'or, Gästebuch, libro de visitas
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 4.9
|
6 |
+
Stable tag: 2.4.2
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Gwolle Guestbook is the WordPress guestbook you've just been looking for. Beautiful and easy.
|
404 |
|
405 |
== Changelog ==
|
406 |
|
407 |
+
= 2.4.2 =
|
408 |
+
* 2018-03-30
|
409 |
+
* Close div element correctly.
|
410 |
+
|
411 |
= 2.4.1 =
|
412 |
* 2018-03-28
|
413 |
* Improve features for anti-spam.
|