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 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) {