From 38e0d1de4dadc4f484e0057a7433f09d7f2fc5b3 Mon Sep 17 00:00:00 2001 From: onli Date: Sun, 6 Jun 2021 19:44:28 +0200 Subject: [PATCH] staticpage 4.15.5: Parameter fix See https://github.com/s9y/additional_plugins/pull/126 --- serendipity_event_staticpage/ChangeLog | 3 +++ serendipity_event_staticpage/serendipity_event_staticpage.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/serendipity_event_staticpage/ChangeLog b/serendipity_event_staticpage/ChangeLog index 3b0bfdd7..2235a9ea 100644 --- a/serendipity_event_staticpage/ChangeLog +++ b/serendipity_event_staticpage/ChangeLog @@ -1,3 +1,6 @@ +4.15.5: Find pages when additional parameters are set. + Thanks to @hbarel for the patch. + Sidebar plugin: 1.19.2: add missing title 4.15.4: Do not die on install when using sqlite as database diff --git a/serendipity_event_staticpage/serendipity_event_staticpage.php b/serendipity_event_staticpage/serendipity_event_staticpage.php index aea77586..363c5389 100644 --- a/serendipity_event_staticpage/serendipity_event_staticpage.php +++ b/serendipity_event_staticpage/serendipity_event_staticpage.php @@ -90,7 +90,7 @@ class serendipity_event_staticpage extends serendipity_event $propbag->add('page_configuration', $this->config); $propbag->add('type_configuration', $this->config_types); $propbag->add('author', 'Marco Rinck, Garvin Hicking, David Rolston, Falk Doering, Stephan Manske, Pascal Uhlmann, Ian, Don Chambers'); - $propbag->add('version', '4.15.4'); + $propbag->add('version', '4.15.5'); $propbag->add('requirements', array( 'serendipity' => '2.0', 'smarty' => '2.6.7',