Skip to content

4.2

Choose a tag to compare

@bigprof bigprof released this 13 Mar 12:52
· 85 commits to master since this release

This release was actually launched on May 08, 2017, as generated using AppGini 5.62. The following changes were made in AppGini 5.62, and accordingly in the generated ORPM app:

  • Implemented PHPMailer as the mail function for apps, with SMTP support configurable in admin settings
  • Included hooks/__global.php in admin area
  • Added new hook in __global.php, sendmail_handler() for intercepting mail sending operations
  • Fixed PHP 7.1 compatibility issue
  • Fixed preg_replace calls with /e modifier
  • Added validation checks to make sure undefined data formats are properly handled
  • Fixed XSS vulnerability in quick search responsibly reported by Netsparker
  • Added hooks/README.html
  • Fixed error with line breaks in emails sent from the admin area
  • Bug fix with sorting of formatted lookup fields
  • Bug fix for array_map warning when a record is selected in a table with a non-numeric PK.