* init empty vars to avoid PHP8 warnings * removed debug output for serendipity_session_destroy() * init smarty fixed for PHP8 * removed optional parameters for PHP 8 * 2k11 template fixes, maybe updating smarty will solve everything * init or test undefined variables for PHP 8 * remove only existing files * make sure string is not empty before comparing the first letter * check if SMARTY_DIR was already defined * use mb_language('uni') for unicode * fixed image filter bug * Smarty debug fixed in external lib * fixed archive bug * fixed entries bug * updated plugin versions Co-authored-by: surrim <surrim@happyhydro.org>
15 lines
557 B
Plaintext
15 lines
557 B
Plaintext
Version 1.17.1:
|
|
------------------------------------------------------------------------
|
|
* Fix: hotfixes for PHP 8
|
|
|
|
Version 1.17:
|
|
------------------------------------------------------------------------
|
|
* Fix: Don't strip HTML tags from comment body before truncating if
|
|
serendipity_event_unstrip_tags is active, so it may actually
|
|
preserve the tags (and replace them with entities).
|
|
|
|
Version 1.16:
|
|
------------------------------------------------------------------------
|
|
* Fix: wordwrap at word boundaries instead of "truncating" the lines
|
|
|