From 3ea970730333f3c4efa576cdd51e1f275f4cbded Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Wed, 22 Jun 2016 11:03:37 +0200 Subject: [PATCH] Document changes --- serendipity_event_social/ChangeLog | 4 ++++ serendipity_event_social/serendipity_event_social.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/serendipity_event_social/ChangeLog b/serendipity_event_social/ChangeLog index 46d2fb53..bc0584ab 100644 --- a/serendipity_event_social/ChangeLog +++ b/serendipity_event_social/ChangeLog @@ -1,3 +1,7 @@ +0.5: + * Add latin1 lang files (de/en) + * Add ChangeLog + 0.4: * Always have the info button at the end diff --git a/serendipity_event_social/serendipity_event_social.php b/serendipity_event_social/serendipity_event_social.php index 2d388b6c..051d55ff 100644 --- a/serendipity_event_social/serendipity_event_social.php +++ b/serendipity_event_social/serendipity_event_social.php @@ -16,7 +16,7 @@ class serendipity_event_social extends serendipity_event { $propbag->add('description', PLUGIN_EVENT_SOCIAL_DESC); $propbag->add('stackable', false); $propbag->add('author', 'onli, Matthias Mees'); - $propbag->add('version', '0.4'); + $propbag->add('version', '0.5'); $propbag->add('requirements', array( 'serendipity' => '2.0' ));