Gwolle Guestbook - Version 2.6.4

Version Description

  • 2018-09-23
  • Add CSS for screen-readers for broken themes.
Download this release

Release Info

Developer mpol
Plugin Icon 128x128 Gwolle Guestbook
Version 2.6.4
Comparing to
See all releases

Code changes from version 2.6.3 to 2.6.4

add-on/gb-add-on.php CHANGED
@@ -252,7 +252,9 @@ Entry content:
252
  /* translators: Commercial Add-On */
253
  esc_html_e('Enable report abuse link in Metabox.', 'gwolle-gb');
254
  /* translators: Commercial Add-On */
255
- esc_html_e('Vistors can report abusive entries through a link in the metabox.', 'gwolle-gb');
 
 
256
 
257
  // function gwolle_gb_addon_starrating_average_html()
258
  /* translators: Commercial Add-On. %s is the value/number of votes. */
252
  /* translators: Commercial Add-On */
253
  esc_html_e('Enable report abuse link in Metabox.', 'gwolle-gb');
254
  /* translators: Commercial Add-On */
255
+ esc_html_e('Vistors can report abusive entries through a link in the metabox.', 'gwolle-gb'); // in version 1.2.1 and older.
256
+ /* translators: Commercial Add-On */
257
+ esc_html_e('Visitors can report abusive entries through a link in the metabox.', 'gwolle-gb');
258
 
259
  // function gwolle_gb_addon_starrating_average_html()
260
  /* translators: Commercial Add-On. %s is the value/number of votes. */
admin/css/gwolle-gb-admin.css CHANGED
@@ -53,7 +53,7 @@ body #dashboard-widgets .postbox#gwolle_gb_notification ul {
53
  color: #FF0000;;
54
  }
55
  /* Dark Mode */
56
- #wpbody .gwolle-gb-overview tr.gwolle-gb-overview-all td.colored {
57
  color: #3030ff;
58
  }
59
 
@@ -127,6 +127,16 @@ body #dashboard-widgets .postbox#gwolle_gb_notification ul {
127
  #gwolle_gb_entries th {
128
  white-space: nowrap;
129
  }
 
 
 
 
 
 
 
 
 
 
130
  .gwolle_gb .id,
131
  .gwolle_gb .check {
132
  min-width: 12px;
53
  color: #FF0000;;
54
  }
55
  /* Dark Mode */
56
+ .dark-mode #wpbody .gwolle-gb-overview tr.gwolle-gb-overview-all td.colored {
57
  color: #3030ff;
58
  }
59
 
127
  #gwolle_gb_entries th {
128
  white-space: nowrap;
129
  }
130
+ #gwolle_gb_entries th,
131
+ #gwolle_gb_entries td {
132
+ box-shadow: inset 0 -1px 0 #0000001a;
133
+ }
134
+ /* Dark Mode */
135
+ .dark-mode #gwolle_gb_entries th,
136
+ .dark-mode #gwolle_gb_entries td {
137
+ box-shadow: inset 0 -1px 0 #32373c;
138
+ }
139
+
140
  .gwolle_gb .id,
141
  .gwolle_gb .check {
142
  min-width: 12px;
frontend/css/gwolle-gb-frontend.css CHANGED
@@ -63,6 +63,20 @@ button.gb-notice-dismiss::before {
63
  float: left;
64
  }
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  /* Overwrite shizzle from fancy themes */
67
  body .gwolle_gb_content a,
68
  body .gwolle-gb-content a {
63
  float: left;
64
  }
65
 
66
+ /* Text meant only for screen readers in broken themes. */
67
+ #gwolle_gb .screen-reader-text {
68
+ border: 0;
69
+ clip: rect(1px, 1px, 1px, 1px);
70
+ clip-path: inset(50%);
71
+ height: 1px;
72
+ margin: -1px;
73
+ overflow: hidden;
74
+ padding: 0;
75
+ position: absolute !important;
76
+ width: 1px;
77
+ word-wrap: normal !important;
78
+ }
79
+
80
  /* Overwrite shizzle from fancy themes */
81
  body .gwolle_gb_content a,
82
  body .gwolle-gb-content a {
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.3
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.3');
36
 
37
 
38
  /*
@@ -61,6 +61,9 @@ define('GWOLLE_GB_VER', '2.6.3');
61
  * - Consider adding a checkbox to honeypot.
62
  * - Emoji: Sinterklaas and Zwarte Piet.
63
  * - Someday, do something with the REST API. Someday.
 
 
 
64
  * - Test and possibly add support for Gutenberg editor.
65
  * - Add <noscript> for when JS is disbaled.
66
  *
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.4
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.4');
36
 
37
 
38
  /*
61
  * - Consider adding a checkbox to honeypot.
62
  * - Emoji: Sinterklaas and Zwarte Piet.
63
  * - Someday, do something with the REST API. Someday.
64
+ * - Unify statuses in one status column like WP_Posts.
65
+ * - Add status 'revision' to support that too. Add metabox to editor to restore old revision.
66
+ * - More smooth import from third parties.
67
  * - Test and possibly add support for Gutenberg editor.
68
  * - Add <noscript> for when JS is disbaled.
69
  *
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.3
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.3 =
420
  * 2018-09-07
421
  * Better test if akismet is active.
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.4
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.4 =
420
+ * 2018-09-23
421
+ * Add CSS for screen-readers for broken themes.
422
+
423
  = 2.6.3 =
424
  * 2018-09-07
425
  * Better test if akismet is active.