Changelogs
Stay up to date with the latest changes and enhancements.
Stay up to date with the latest changes and enhancements.

20. Dec 2024
Share
All queries reviewed: we identified and analysed every SQL query in the main form.
Security hardened: non-parameterised SQL queries have been converted to safe prepared statements to prevent SQL injection attacks.
Better performance: the use of prepared statements allows queries to execute more efficiently.
Reliable parameters: parameterised queries reduce error sources and improve application stability.