======= CHANGELOG ======= Versions: == 1.0.0 - 2022-1-27 == * Initial release. == 1.0.1 - 2022-3-31 == * Changed presentation text. == 1.0.2 - 2022-4-13 == * Changed application controller class, to respect custom path of 'datadirectory'. * Fixed filters row arrow not showing up when using Apache. * Added the 'Contributors.txt' file. == 1.0.3 - 2022-4-15 == * Changed the way the app gets the timezone. == 1.0.4 - 2022-5-7 == * Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. == 1.0.5 - 2022-5-9 == * Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. * Changed syntax of SQL queries and of encryption function. * Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. == 1.0.6 - 2022-8-13 == * Added support for Twilio. * Added support for new lines in messages and email notifications. * Solved column width issue in sent/received SMS tables. * Minor explanatory text changes. == 1.0.7 - 2022-8-16 == * Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. * Changed css properties for Network column. == 1.0.8 - 2022-8-23 == * Added support for Flowroute. * Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. * Added scroll bar to info pop-up notes. == 1.0.9 - 2022-9-3 == * Added support for MMS. * Minor CSS improvements. * Small changes to explanatory text. == 1.1.0 - 2022-9-5 == * Solved issue with previewing images picked from Nextcloud. * Text changes to README.md.