Bump version, add Changelog entry.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-08-17 13:55:53 +02:00
parent 3d0410bacd
commit 3730e77ddf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1.41.3:
-------
* Add missing English language constant.
1.38:
-----
* Fixed preview of extended properties by 1.37

View File

@ -19,7 +19,7 @@ class serendipity_event_entryproperties extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_ENTRYPROPERTIES_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '1.41.2');
$propbag->add('version', '1.41.3');
$propbag->add('requirements', array(
'serendipity' => '1.6',
'smarty' => '2.6.27',