2.1.1: ------ * Fix wikify() building the admin_url containing tags which breaks atom feed 2.1.0: ------ * Fix POST wikireference on null * Re-/Move UTF-8 lang file to plugin root for Styx 5.0 * Change h1 to h2 header 2.0.4: ------ * Better dark-mode vs light-mode RichText-Editor button coloring 2.0.3: ------ * Fix merge conflicts of 1.5.0 2.0.2: ------ * Use str_contains() for v.1.4.0 2.0.1: ------ * Deny workflow access on backend comments preview 2.0.0: ------ * Reflect Styx 5 core textarea name changes to drop into * Raises requirements * Remove outdated RichText Editor checks * Fixed DB installation CREATE INDEX on length restricted databases * Conversion to use the default magnific popup layer * Improved backend and fixed some bugs * This plugin needs some documentation though.... 1.5.0: ------ * Improve for RichText Editor handling * Refactor popup for entry selection * Fix option case 'reference_info' for coloring contrast * Some PHP 8.1/ 8.2/ 8.3 / 8.4 readiness 1.4.0: ------ * Workaround TinyMCE RichText Editor cleanup editor task which doubles the ref tag when it contains an inner link, see description examples in the plugin configuration. 1.3.0: ------ * Prepare for Serendipity Styx 4.4.0 - expandable hooked sidebar links 1.2.0: ------ * Fix $serendipity['db_server_info'] for removed MariaDB prefix with PHP 8.0.16+, to set the correct SQL utf8mb4 index key length limits on install. Improves on both mysql instances. 1.01: ----- * Fix and improve markup_element check for consistency 1.00: ----- * Raise requirement to Styx 3.2 * Set database INDEX key length by installed database versions (MariaDB >= 10.5 preferred) 0.29: ---- * Raise Serendipity Requirement to min 2.0 to get rid of old non-scoped JS function handlers. Now uses serendipity.serendipity_imageSelector_addToBody(). 0.28: ---- * Silence possible eventData property check 0.27: ----- * Restrict sql index key length for utf8mb4 migration to mysqli only 0.26: ----- * Restrict sql index key length for utf8mb4 migration * Use lang API - extends required version 0.25.1: ----- * Use serendipity_specialchars 0.26: ----- * Bump version to propagate new .htaccess 0.24: ----------------- * Get ready for CKEDITOR (untested) 0.21: ----------------- * Fixed references smarty variable 0.20: ------------------------------------------------------------------------ * Added support for reference building via ...reference... 0.18: * Suppress html_entity_decode() warnings. ------------------------------------------------------------------------ Version 0.17 (brockhaus): * The title of the article inside of the wiki link might contain HTML entities. The plugin won't find the article in that case, because titles are saved in pure text. Now the entities will be decoded first, before searching for a matching article. ------------------------------------------------------------------------ Version 0.16 (garvinhicking): * Use s9y internal function, thanks to Assen Tchorbadjiev ------------------------------------------------------------------------ Version 0.14 (brockhaus): * Last change dind't work as expected.. :-/ ------------------------------------------------------------------------ Version 0.13 (brockhaus): * Options: Add a wiki link to an article only, if it is not a draft or future article. ------------------------------------------------------------------------ Version 0.12 (garvinhickins):