Releases: bigprof-software/online-rental-property-manager
Releases · bigprof-software/online-rental-property-manager
ORPM 6.6
- Add
.sum
CSS class to sum row and each sum cell in TV. - Fix tooltip appearance in
admin/pageRebuildFields
- Fix PHP8 error on filtering lookup fields.
- Fix sorting bug in
admin/pageViewRecords.php
- Filter data when exporting to CSV to prevent CSV injection in Excel.
- Sanitize group description in groups list page
- Fix
localStorage
clearing issue that leads to disabling enabled shortcut keys
ORPM 6.5
ORPM 6.4
- As generated by AppGini 5.93
- Implement instant search in admin settings page to quickly find a setting by label.
- Add button for clearing date fields in detail view.
- Usability and layout fixes to various pages.
- Move server-side code from
common.js.php
toheader.php
, and rename ascommon.js
for better performance through native server/browser caching. - Rename
dynamic.css.php
todynamic.css
for speedier processing and better loading performance. - Add checks during setup for PHP extensions: xml and mbstring, and a more descriptive error message if
images
folder is misconfigured. - Quick search: fix highlight behavior when no matches are found.
- Fix js bug in
admin/pageViewMembers.php
that prevents confirmation dialog when deleting a user. - Fix bug in Save changes button locking behavior during ajax requests.
- Update
CI_Input
to prevent recently revealed XSS vulnerabilities, CVE-2021-21260. - Prevent potential minor reflected XSS vulnerability in
CSVImportUI.php
.
ORPM 6.3
ORPM 6.2
Add the following summary reports created by Summary Reports plugin for AppGini:
- Applicants by status.
- Applications/leases over time.
- Applications/leases by property.
- Leases by property over time.
- Lease value by property over time.
ORPM 6.1
- 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
- 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
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.