From 1608989fa621372522d0fc25ce3e3a6c3a41728c Mon Sep 17 00:00:00 2001 From: Mario Hommel Date: Thu, 13 Oct 2016 12:25:23 +0200 Subject: [PATCH 1/2] Update ChangeLog --- serendipity_event_commentspice/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/serendipity_event_commentspice/ChangeLog b/serendipity_event_commentspice/ChangeLog index 593ec971..bb7be5ad 100644 --- a/serendipity_event_commentspice/ChangeLog +++ b/serendipity_event_commentspice/ChangeLog @@ -1,3 +1,7 @@ +1.09: +----- + * Fix Adress for Twitter JS-Script to avoid broken security chain when using https. + 1.08: ----- * Added serendipity_request_url API method From 41fd188ccd22af69f514cb2dfd752474e6bf02b1 Mon Sep 17 00:00:00 2001 From: Mario Hommel Date: Thu, 13 Oct 2016 12:27:38 +0200 Subject: [PATCH 2/2] Fix adress for Twitter Widget --- .../serendipity_event_commentspice.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serendipity_event_commentspice/serendipity_event_commentspice.php b/serendipity_event_commentspice/serendipity_event_commentspice.php index 41f32c14..e00d4108 100644 --- a/serendipity_event_commentspice/serendipity_event_commentspice.php +++ b/serendipity_event_commentspice/serendipity_event_commentspice.php @@ -34,7 +34,7 @@ class serendipity_event_commentspice extends serendipity_event 'smarty' => '2.6.7', 'php' => '4.1.0' )); - $propbag->add('version', '1.08'); + $propbag->add('version', '1.09'); $propbag->add('event_hooks', array( 'entry_display' => true, @@ -456,7 +456,7 @@ class serendipity_event_commentspice extends serendipity_event } if (serendipity_db_bool($this->get_config('followme_widget', false))) { - echo '' . "\n"; + echo '' . "\n"; } } function commentSaved($eventData, $addData) {