NgSuite: Revision 5.6.001.7 (Released 04/15/2026)

Not all revisions of RDP software products are released to customers.  When the Updates page offers a revision different from those detailed on this page, view the Revisions Index to see what was new in the prior releases.


  Description Release Notes

RDP-1651 IRMng: customizable confirm and reservation confirmation labels Added the ability to customize confirm and reservation confirmation label.

RDP-1676 OwnerNg: Calendar doesn't display future months Fixed an issue where, when calendar dates are based on weeks owned, the end date uses the last day of the last month containing an owned week. Otherwise, the end date is one month earlier.

RDP-1689 REST API: availability/calendar exception when property codes are enabled  

RDP-1690 IRMng: photo carousel does not accommodate images of varying dimensions

Changed styling on photo carousel to: object-fit: contain. When images are of varying sizes, the full view of each will be available, but smaller ones may have some white space around them.

The extra white space will result in the white nav arrows not being visible. Add this css to a custom .css file to change the color of the arrows (not recommending blue, choose a color that looks good)

.k-scrollview-next, .k-scrollview-prev {

color:blue!important;

}

The carousel will look best if all the images are the same size!