gb fix for missing var (minor)

This commit is contained in:
Ian 2015-08-20 11:43:35 +02:00
parent 5c546f0265
commit ec076359ea
4 changed files with 11 additions and 6 deletions

View file

@ -1,3 +1,8 @@
3.57:
-----
* fix missing $ for var
1.23: sidebar plugin
-----
* fix wrong default value note

View file

@ -1,5 +1,5 @@
{*
plugin_guestbook_backend_dbc.tpl v.3.50 2014-06-14 Ian
plugin_guestbook_backend_dbc.tpl v.3.57 2015-08-20 Ian
*}
<!-- plugin_guestbook_backend_dbc start -->
@ -21,7 +21,7 @@
{if $is_guestbook_message}{$msg_header=$error_occured}{call feedback}{/if}
{if plugin_gb_dropmsg === true}
{if $plugin_gb_dropmsg === true}
<h2>{$CONST.PLUGIN_GUESTBOOK_ADMIN_ERASE}</h2>
{/if}

View file

@ -1,8 +1,8 @@
{*
plugin_guestbook_backend_header.tpl v.3.50 2014-06-14 Ian
plugin_guestbook_backend_header.tpl v.3.57 2015-08-20 Ian
*}
{function name=feedback}{* message and error feedback for approve, view, add issues *}
{function name="feedback"}{* message and error feedback for approve, view, add issues *}
<div class="msg_error">
<span class="icon-attention-circled"></span> <strong>{$msg_header}</strong>
{if $guestbook_messages}

View file

@ -1,7 +1,7 @@
<?php
/**
* serendipity_event_guestbook.php, v.3.56 - 2015-06-30
* serendipity_event_guestbook.php, v.3.57 - 2015-08-20
*/
//error_reporting(E_ALL);
@ -67,7 +67,7 @@ class serendipity_event_guestbook extends serendipity_event {
'dateformat'
));
$propbag->add('author', 'Ian');
$propbag->add('version', '3.56');
$propbag->add('version', '3.57');
$propbag->add('requirements', array(
'serendipity' => '1.7.0',
'smarty' => '3.1.0',