Version Description
- 2018-09-23
- Better CSS for Microsoft browsers.
Download this release
Release Info
Developer | mpol |
Plugin | Gwolle Guestbook |
Version | 2.6.5 |
Comparing to | |
See all releases |
Code changes from version 2.6.4 to 2.6.5
- frontend/css/gwolle-gb-frontend.css +7 -11
- frontend/images/close.png +0 -0
- gwolle-gb.php +2 -2
- readme.txt +5 -1
frontend/css/gwolle-gb-frontend.css
CHANGED
@@ -40,20 +40,16 @@ button.gb-notice-dismiss {
|
|
40 |
border: none;
|
41 |
margin: 0;
|
42 |
padding: 9px;
|
43 |
-
background: none;
|
44 |
-
color: #72777c;
|
45 |
cursor: pointer;
|
46 |
-
|
47 |
-
|
48 |
-
background:
|
49 |
-
|
50 |
-
|
51 |
-
display: block;
|
52 |
-
font: normal 16px/20px dashicons;
|
53 |
speak: none;
|
54 |
-
height:
|
55 |
text-align: center;
|
56 |
-
width:
|
57 |
}
|
58 |
|
59 |
.gwolle_gb_float .label,
|
40 |
border: none;
|
41 |
margin: 0;
|
42 |
padding: 9px;
|
|
|
|
|
43 |
cursor: pointer;
|
44 |
+
background-image: url("../images/close.png");
|
45 |
+
background-color: transparent;
|
46 |
+
background-position: 4px 4px;
|
47 |
+
background-repeat: no-repeat;
|
48 |
+
display: inline-block;
|
|
|
|
|
49 |
speak: none;
|
50 |
+
height: 14px;
|
51 |
text-align: center;
|
52 |
+
width: 13px;
|
53 |
}
|
54 |
|
55 |
.gwolle_gb_float .label,
|
frontend/images/close.png
ADDED
Binary file
|
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.6.
|
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.6.
|
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.6.5
|
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.6.5');
|
36 |
|
37 |
|
38 |
/*
|
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: 4.9
|
6 |
-
Stable tag: 2.6.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Gwolle Guestbook is the WordPress guestbook you've just been looking for. Beautiful and easy.
|
@@ -416,6 +416,10 @@ But if you don't use standard comments, you can just as easily use the comment s
|
|
416 |
|
417 |
== Changelog ==
|
418 |
|
|
|
|
|
|
|
|
|
419 |
= 2.6.4 =
|
420 |
* 2018-09-23
|
421 |
* Add CSS for screen-readers for broken themes.
|
3 |
Tags: guestbook, guest book, livre d'or, Gästebuch, review
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 4.9
|
6 |
+
Stable tag: 2.6.5
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Gwolle Guestbook is the WordPress guestbook you've just been looking for. Beautiful and easy.
|
416 |
|
417 |
== Changelog ==
|
418 |
|
419 |
+
= 2.6.5 =
|
420 |
+
* 2018-09-23
|
421 |
+
* Better CSS for Microsoft browsers.
|
422 |
+
|
423 |
= 2.6.4 =
|
424 |
* 2018-09-23
|
425 |
* Add CSS for screen-readers for broken themes.
|