[event_photoblog] Remove non-language constant.

The plugin version does not belong into
language files.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-08-17 15:06:49 +02:00
parent 1e0fed666f
commit a96c07c338
4 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,7 @@
1.6.1:
Remove non-language constant from language files.
1.5:
Fix not showing thumbnail after editing.

View file

@ -2,5 +2,4 @@
@define('PLUGIN_EVENT_PHOTOBLOG_TITLE', 'Photoblog Einträge/Bilder');
@define('PLUGIN_EVENT_PHOTOBLOG_DESC', 'Ein Bild zu einem Eintrag hinzufügen');
@define('PLUGIN_EVENT_PHOTOBLOG_VERSION', '1.0');
@define('PLUGIN_EVENT_PHOTOBLOG_SELECTPHOTO', 'Welches Photo soll diesem Eintrag zugeordnet werden:');

View file

@ -2,5 +2,4 @@
@define('PLUGIN_EVENT_PHOTOBLOG_TITLE', 'Photoblog Einträge/Bilder');
@define('PLUGIN_EVENT_PHOTOBLOG_DESC', 'Ein Bild zu einem Eintrag hinzufügen');
@define('PLUGIN_EVENT_PHOTOBLOG_VERSION', '1.0');
@define('PLUGIN_EVENT_PHOTOBLOG_SELECTPHOTO', 'Welches Photo soll diesem Eintrag zugeordnet werden:');

View file

@ -11,7 +11,7 @@ if (file_exists($probelang)) {
include $probelang;
}
@define('PLUGIN_EVENT_PHOTOBLOG_VERSION', '1.6');
@define('PLUGIN_EVENT_PHOTOBLOG_VERSION', '1.6.1');
include dirname(__FILE__) . '/lang_en.inc.php';