From 561801fca0203d304d9f79254c68b5efd46f4ad5 Mon Sep 17 00:00:00 2001 From: Stephan Brunker Date: Tue, 30 Jun 2020 13:35:39 +0200 Subject: [PATCH] [event_staticpage] add missing title in sidebar plugin --- serendipity_event_staticpage/ChangeLog | 2 ++ serendipity_event_staticpage/serendipity_plugin_staticpage.php | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/serendipity_event_staticpage/ChangeLog b/serendipity_event_staticpage/ChangeLog index f835cfed..3b0bfdd7 100644 --- a/serendipity_event_staticpage/ChangeLog +++ b/serendipity_event_staticpage/ChangeLog @@ -1,3 +1,5 @@ +Sidebar plugin: 1.19.2: add missing title + 4.15.4: Do not die on install when using sqlite as database 4.15.3: Fix smarty_getCategoryLinkByID expecting a smarty reference, diff --git a/serendipity_event_staticpage/serendipity_plugin_staticpage.php b/serendipity_event_staticpage/serendipity_plugin_staticpage.php index acb7f762..dae7fb40 100644 --- a/serendipity_event_staticpage/serendipity_plugin_staticpage.php +++ b/serendipity_event_staticpage/serendipity_plugin_staticpage.php @@ -18,13 +18,14 @@ include dirname(__FILE__) . '/lang_en.inc.php'; class serendipity_plugin_staticpage extends serendipity_plugin { var $staticpage_config = array(); + var $title = PLUGIN_STATICPAGELIST_NAME; function introspect(&$propbag) { $propbag->add('name', PLUGIN_STATICPAGELIST_NAME); $propbag->add('description', PLUGIN_STATICPAGELIST_NAME_DESC); $propbag->add('author', "Rob Antonishen, Falk Doering, Ian (Timbalu)"); $propbag->add('stackable', true); - $propbag->add('version', '1.19.1'); + $propbag->add('version', '1.19.2'); $propbag->add('configuration', array( 'title', 'limit',