diff --git a/serendipity_event_vgwort/ChangeLog b/serendipity_event_vgwort/ChangeLog index 328ccde9..649169ec 100644 --- a/serendipity_event_vgwort/ChangeLog +++ b/serendipity_event_vgwort/ChangeLog @@ -1,3 +1,7 @@ +Version 0.4.1: +============== +- Fix location of English language file. + Version 0.4: ============ Changes by Thomas Hochstein diff --git a/serendipity_event_vgwort/UTF-8/lang_en.inc.php b/serendipity_event_vgwort/lang_en.inc.php similarity index 100% rename from serendipity_event_vgwort/UTF-8/lang_en.inc.php rename to serendipity_event_vgwort/lang_en.inc.php diff --git a/serendipity_event_vgwort/serendipity_event_vgwort.php b/serendipity_event_vgwort/serendipity_event_vgwort.php index 3153273a..a6f8d13c 100644 --- a/serendipity_event_vgwort/serendipity_event_vgwort.php +++ b/serendipity_event_vgwort/serendipity_event_vgwort.php @@ -16,7 +16,7 @@ class serendipity_event_vgwort extends serendipity_event { $propbag->add('description', PLUGIN_EVENT_VGWORT_DESC); $propbag->add('stackable', false); $propbag->add('author', 'Malte Paskuda'); - $propbag->add('version', '0.4'); + $propbag->add('version', '0.4.1'); $propbag->add('requirements', array( 'serendipity' => '2.2.1' ));