Skip to content

Releases: bigprof-software/online-rental-property-manager

ORPM 6.1

18 Nov 18:15
Compare
Choose a tag to compare
  • Improve search pages of all tables (built using SPM plugin for AppGini)
  • Enhance display of property and unit photos.
  • Update README (update system requirements + other updates for clarity)

ORPM 6

14 Nov 19:17
Compare
Choose a tag to compare
  • Update README to add more details about the application.
  • Add support for Gitpod to be able to instantly launch a private live demo.
  • Update to AppGini 5.92

ORPM 5

20 Mar 14:48
Compare
Choose a tag to compare
  • Generated using AppGini 5.70
  • Added unit photos child table to allow unlimited number of photos per unit
  • Added property photos child table to allow unlimited number of photos per property
  • Many UI enhancements

4.2

13 Mar 12:52
Compare
Choose a tag to compare
4.2

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.