Increment version numbers, update Changelog.

98b6926485 won't propagate otherwise.

Fixes s9y/Serendipity#617

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-08-09 21:40:12 +02:00
parent bf09c3f56d
commit a87e1bc2df
3 changed files with 12 additions and 3 deletions

View file

@ -1,4 +1,13 @@
1.24: Restrict sql index key length for utf8mb4 migration
2.04.1 && 1.24.1:
-----------------
* Fix PHP warning.
2.04 && 1.24:
-------------
* Restrict sql index key length for utf8mb4 migration
2.03 && 1.23:
-------------

View file

@ -25,7 +25,7 @@ class serendipity_event_linklist extends serendipity_event
'external_plugin' => true
));
$propbag->add('author', 'Matthew Groeninger, Omid Mottaghi Rad');
$propbag->add('version', '2.04');
$propbag->add('version', '2.04.1');
$propbag->add('requirements', array(
'serendipity' => '1.6',
'smarty' => '2.6.7',

View file

@ -18,7 +18,7 @@ class serendipity_plugin_linklist extends serendipity_plugin
$propbag->add('description', PLUGIN_LINKS_BLAHBLAH);
$propbag->add('stackable', true);
$propbag->add('author', 'Matthew Groeninger, Omid Mottaghi Rad');
$propbag->add('version', '1.24');
$propbag->add('version', '1.24.1');
$propbag->add('stackable', false);
$propbag->add('configuration', array(
'title',