07/08/2023 - 1.3.5 - Added image template, which includes image width and height attributes. 09/05/2023 - 1.3.4 - Fixed issue with URL keys. 05/05/2023 - 1.3.3 - Fixed more PHP 8.1 errors. 03/05/2023 - 1.3.2 - Added tests file and fixed some PHP 8.1 errors. 18/04/2023 - 1.3.1 - Fixed issue that caused module Enabled config option to be ignored. 14/02/2023 - 1.2.6 - Fixed string type issues 11/02/2023 - 1.2.5 - Fixed string|null type warning. 22/11/2022 - 1.2.3 - Fixed issue where uploaded image did not show in the Admin while editing a word. 17/11/2022 - 1.2.2 - Improved HTML processing so that only viable content is injected. 16/11/2022 - 1.2.1 - Fixed issue where custom ordering in Admin did not work. 06/10/2021 - 1.1.1.17 - Added synonyms field. 29/07/2021 - 1.1.1.16 - Fixed error with certain terms not injecting. 14/07/2021 - 1.1.1.15 - Fixes more injection errors. 05/07/2021 - 1.1.1.14 - Removed AutoLinker from Glossary page - Stopped converting keywords that are HTML tag (eg. DL) 26/03/2021 - 1.1.1.12 - Modified auto linker to first try to auto linker longer words. This stops words that are featured in words being linked before the longer word. For example, 'Apple Sauce' would never be linked if 'Apple' was also a word. This change fixes that by checking for 'Apple Sauce' before 'Apple'. 22/03/2021 - 1.1.1.11 - Added Glossary words to the XML sitemap. 19/11/2020 - 1.1.1.7 - Fixed issue with certain ko comment tags. 03/06/2020 - 1.1.1.5 - Improved accented character support 24/04/2020 - 1.1.1.4 - Fixed issue with double quotes in tooltip 29/03/2020 - 1.1.1.3 - Added pagination 17/12/2019 - 1.1.0.18 - Added created_at and updated_at fields 17/12/2019 - 1.1.0.17 - Added image option to Glossary words 28/11/2019 - 1.1.0.14 - Added option to convert words using htmlentities and search for this as well as the orignal word. 04/09/2019 - 1.1.0.11 - Fixed issue that caused single quotes to be escaped in tooltips. 23/09/2019 - 1.1.0.10 - Added DB table index to glossary_word. This allows for a fulltext search via the search input field in the word grid in the Admin. 01/07/2019 - 1.1.0.9 - Added auto skipping of breadcrumb block to the autolinker. 01/07/2019 - 1.1.0.8 - Improved Tooltip when tooltip goes off screen - Converts new lines in short descriptions into line breaks in tooltip 18/06/2019 - 1.1.0.7 - Added Glossary routes to Allowed Routes list. 10/04/2019 - 1.1.0.6 - Fixed issue with Meta title for words. 10/04/2019 - 1.1.0.5 - Added page layout options to change the root template for the index page and word view page from the Admin/config. 27/03/2019 - 1.1.0.4 - Fixed missing URL Key in Admin grid. 11/02/2019 - 1.1.0.0 - Added tooltip functionality. 28/01/2019 - 1.0.0.10 - Cleaned up FishPig casing. 22/01/2019 - 1.0.0.9 - Fixed issue with ACL role permissions 13/12/2018 - 1.0.0.8 - Fixed bug with auto linking. 22/11/2018 - 1.0.0.7 - Added auto linking functionality