Version Description
- 2017-11-06
- Update strings for add-on 1.0.4.
Download this release
Release Info
| Developer | mpol |
| Plugin | |
| Version | 2.3.6 |
| Comparing to | |
| See all releases | |
Code changes from version 2.3.5 to 2.3.6
- add-on/gb-add-on.php +7 -0
- admin/css/gwolle-gb-admin.css +5 -0
- gwolle-gb.php +2 -2
- readme.txt +5 -1
add-on/gb-add-on.php
CHANGED
|
@@ -78,6 +78,11 @@ function gwolle_gb_addon_translation_strings() {
|
|
| 78 |
esc_html_e('Name:', 'gwolle-gb');
|
| 79 |
/* translators: Commercial Add-On */
|
| 80 |
esc_html_e('+ Add new field.', 'gwolle-gb');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
|
| 82 |
// function gwolle_gb_addon_page_settingstab_misc() {
|
| 83 |
/* translators: Settings page, option for permalink */
|
|
@@ -108,6 +113,8 @@ function gwolle_gb_addon_translation_strings() {
|
|
| 108 |
esc_html_e('In metabox.','gwolle-gb');
|
| 109 |
/* translators: Commercial Add-On */
|
| 110 |
esc_html_e('None.','gwolle-gb');
|
|
|
|
|
|
|
| 111 |
|
| 112 |
// function gwolle_gb_addon_page_settingstab_social() {
|
| 113 |
/* translators: Commercial Add-On */
|
| 78 |
esc_html_e('Name:', 'gwolle-gb');
|
| 79 |
/* translators: Commercial Add-On */
|
| 80 |
esc_html_e('+ Add new field.', 'gwolle-gb');
|
| 81 |
+
/* translators: Commercial Add-On */
|
| 82 |
+
esc_html__('Delete this meta field?', 'gwolle-gb' );
|
| 83 |
+
/* translators: Commercial Add-On */
|
| 84 |
+
esc_html__('Delete this string row?', 'gwolle-gb' );
|
| 85 |
+
|
| 86 |
|
| 87 |
// function gwolle_gb_addon_page_settingstab_misc() {
|
| 88 |
/* translators: Settings page, option for permalink */
|
| 113 |
esc_html_e('In metabox.','gwolle-gb');
|
| 114 |
/* translators: Commercial Add-On */
|
| 115 |
esc_html_e('None.','gwolle-gb');
|
| 116 |
+
/* translators: Commercial Add-On */
|
| 117 |
+
esc_html_e('There are no Meta Fields saved yet. Please go to the Form tab, enter a field and save it.','gwolle-gb');
|
| 118 |
|
| 119 |
// function gwolle_gb_addon_page_settingstab_social() {
|
| 120 |
/* translators: Commercial Add-On */
|
admin/css/gwolle-gb-admin.css
CHANGED
|
@@ -331,6 +331,11 @@ form.gwolle_gb_options.gwolle_gb_strings td {
|
|
| 331 |
}
|
| 332 |
|
| 333 |
.gb-form-top-add-new,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 334 |
.gb-string-add-new {
|
| 335 |
cursor: pointer;
|
| 336 |
}
|
| 331 |
}
|
| 332 |
|
| 333 |
.gb-form-top-add-new,
|
| 334 |
+
.gb-form-name-add-new,
|
| 335 |
+
.gb-form-city-add-new,
|
| 336 |
+
.gb-form-email-add-new,
|
| 337 |
+
.gb-form-website-add-new,
|
| 338 |
+
.gb-form-message-add-new,
|
| 339 |
.gb-string-add-new {
|
| 340 |
cursor: pointer;
|
| 341 |
}
|
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.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.3.
|
| 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.3.6
|
| 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.3.6');
|
| 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.3.
|
| 7 |
License: GPLv2 or later
|
| 8 |
|
| 9 |
Gwolle Guestbook is the WordPress guestbook you've just been looking for. Beautiful and easy.
|
|
@@ -388,6 +388,10 @@ But if you don't use standard comments, you can just as easily use the comment s
|
|
| 388 |
|
| 389 |
== Changelog ==
|
| 390 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 391 |
= 2.3.5 =
|
| 392 |
* 2017-11-04
|
| 393 |
* Add classes with dashes.
|
| 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.3.6
|
| 7 |
License: GPLv2 or later
|
| 8 |
|
| 9 |
Gwolle Guestbook is the WordPress guestbook you've just been looking for. Beautiful and easy.
|
| 388 |
|
| 389 |
== Changelog ==
|
| 390 |
|
| 391 |
+
= 2.3.6 =
|
| 392 |
+
* 2017-11-06
|
| 393 |
+
* Update strings for add-on 1.0.4.
|
| 394 |
+
|
| 395 |
= 2.3.5 =
|
| 396 |
* 2017-11-04
|
| 397 |
* Add classes with dashes.
|
