Page 1 of 1

AppGini 24.12 released! Here is what's new

Posted: 2024-04-05 22:00
by a.gneady
Download free trial

Free upgrade if you ordered AppGini Pro (or an upgrade license) on or after April 6, 2023. Discounted upgrade if you ordered before that date.
New features
  • Detect image orientation when creating thumbnails of uploaded images captured from mobile cameras (requires EXIF extension of PHP to be enabled).
UI/UX enhancements
  • Add toolbar icon for quick toggling of tool bar icons size.
  • Improve activation form in AppGini Pro edition (better error handling and user guidance).
  • Fix width of full-size images in table view.
  • Add a CSS class modal-top-spacer to top spacer div in embedded windows.
Bug fixes
  • Check that allow_url_fopen is enabled in plugin installer page.
  • Fix locale formatting of pagination and sum in table view.
  • Clearer error messages on failure of db connection or db name misconfig.
  • Set the value of auto-fill lookup fields that are hidden in the detail view form correctly.
  • Add error check when generating the app to make sure calculated fields have non-empty queries.
Security fixes
  • If a lookup field is hidden in the detail view form, force its stored value rather than submitted value when updating a record, avoiding client-side manipulation of the hidden field value.
Server-side programmatic improvements
  • Add RSS class for creating and consuming simple RSS feeds (this will be used in future releases in place of the Twitter feed).
  • Add Thumbnail class for consolidating thumbnail creation and orientation fixing functions.
  • Replace calls to createThumbnail() with Thumbnail::create()
  • Fix doxygen documentation of prepare_sql_set()