Current Version

 

  RDPWin NgSuite RDP SOAP API VRS Interfaces RDPWin Interfaces
Version 5.6.001.07 5.6.001.07 5.6.001.07 5.6.001.06 5.6.001.01
Release Date 05/05/2026 04/13/2026 05/05/2026 04/13/2026 04/13/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.

 

RDPWin: Revision 5.6.001.07 (Released 05/05/2026)


  Description Release Notes

RDP-1695 Res: Error viewing folio with no transactions

Fixed folio filter issue where viewing a folio without transactions caused an exception.

RDP-1717 Groups: Subtracting Rooms from Group Block Allocation

Fixed issue where subtracting rooms from a group block allocation caused RDPwin to freeze, resulting in stat 84 errors until the session closed.

RDP-1726 Groups: Analysis - Error selecting res tab when there are no reservations made for selected group

Fixed issue where selecting the Reservations tab in Group Analysis caused an exception.

 

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


  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!