[event_vgwort] Fix location of EN language file.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-08-17 22:47:02 +02:00
parent 0502f493ec
commit 97710ea9fb
3 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Version 0.4.1:
==============
- Fix location of English language file.
Version 0.4:
============
Changes by Thomas Hochstein <thh@inter.net>

View file

@ -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'
));