bumb event version and fixed sidebar showed unapproved entries

This commit is contained in:
Ian 2012-01-26 16:31:32 +01:00
parent f00eb3cbdd
commit bbedaeb924
4 changed files with 22 additions and 2 deletions

View file

@ -1,3 +1,10 @@
3.29:
-----
bump version to support spartacus update for guestbooks sidebar plugin update
fixed sidebar showed unapproved entries
3.28:
-----

View file

@ -121,6 +121,17 @@
* please leave a message in http://www.s9y.org/forums/<br />
* have fun! Ian<br />
****************************************************************</p>
<h2>Version 3.29 <span class="date">[ 2012-01-26 ]</span></h2>
<ul>
<li>bump version to support spartacus update for guestbooks sidebar plugin update</li>
<li>fixed sidebar showed unapproved entries</li>
</ul>
<h2>Version 3.28 <span class="date">[ 2011-12-15 ]</span></h2>
<ul>
<li>update to latest css, now uses PIE in older IE</li>
<li>changed internal path to var</li>
<li>added some docs</li>
</ul>
<h2>Version 3.27 <span class="date">[ 2011-06-27 ]</span></h2>
<ul>
<li>changed backend/frontend templates including changes to the backend.css from table to list style and be some more up to date.</li>

View file

@ -1,4 +1,5 @@
<?php # $Id: serendipity_event_guestbook.php, v.3.28 - 2011-12-15 ian
<?php # $Id$
// serendipity_event_guestbook.php, v.3.29 - 2012-01-26 ian
//error_reporting(E_ALL);
@ -56,7 +57,7 @@ class serendipity_event_guestbook extends serendipity_event {
'dateformat'
));
$propbag->add('author', 'Ian (Timbalu)');
$propbag->add('version', '3.28');
$propbag->add('version', '3.29');
$propbag->add('requirements', array(
'serendipity' => '0.7',
'smarty' => '2.6.7',

View file

@ -1,4 +1,5 @@
<?php # $Id$
// serendipity_plugin_guestbook.php, v.1.19 - 2012-01-26 ian
/* guestbooksidebar plugin by Jaap Boerma // j@webbict.com // v1.02 // 18-10-2005 */