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',