Version 22.8.0.12 du 23/12/2023- Added PHP 8.3 support.
- Upgraded SSH client. Now it supports more secure key exchange algorithms.
Version 22.8.0.5 du 05/10/2023- Added PHP 8.2 support.
- Updated some language files. Thanks to our users.
- Several bugs have been fixed and some other improvements and code optimization have been made.
Version 20.5.0.5 du 12/03/2021- All generated php code is now fully compatible with PHP 8.0.
- CheckBox Group Editor can now load its stored and displayed values from the database (previous versions allowed only hard-coded values).
- Inline View Forms. Now it is possible to display View form of a record right below it in the data grid.
- The layout of inline View forms can be customized like any other form layout via OnGetCustomFormLayout event handler.
- On-the-Fly Adding of New Items to Multi-Choice Controls. Starting from this version it is possible to add new values to Multiple Select and CheckBox Group directly in the editors. This feature is useful when values of multi-choice controls are retrieved from a database and desired data is missing. To add a new item, press a plus button on the right of the Multiple Select editor or click the 'Insert item' link of CheckBox Group editor to create the item directly in the popup modal window.
- Quick Filter has been upgraded. Now search terms are highlighted in popovers too.