The legacy finBL.chm and its finBL.topics companion file have been removed from the install. Users typically launch Business Layer Help by pressing Alt+F1 while working in the Script Editor (Desktop only) — this now opens the online help in a new browser window.
Note: at present, each Alt+F1 press opens a new browser window. This is expected to change in a future release.
Quick Search 2 is now enabled by default for new databases
Desktop Cloud
New databases now have Quick Search 2 enabled out of the box (Global Settings, General, Search). Existing databases retain their current setting.
Summary Pages — Related by Hashtag block now includes a Status column
Desktop Cloud
The "Related by Hashtag" block on Summary Pages (such as Account or Key Details) now displays an additional Status column when the listed records are Accounts or Account Applications.
HTML Widgets — Grid String columns support a password: true option
Cloud Developer
String columns in editable grids can now mask their displayed values using asterisks via a password: true option.
Note: this is visual obfuscation only and works best with editable columns — the underlying data is still transmitted to the page. The feature is intended to stop over-the-shoulder peeking, not to provide cryptographic protection.
Email Services — Cost Centre Edit widgets now mask sensitive grid columns
Cloud
The Microsoft Exchange and SMTP Cost Centre Edit widgets now mask the Credential Client Secret and Credential User Password columns using the new password and passwordRevealOnFocus grid options.
Business Layer — finBL.Runtime.DateUtilities tolerates non-locale-conforming dates
Desktop Cloud Developer
The ConvertToDate, ConvertToNullableDate, ConvertToDateTime and ConvertToNullableDateTime functions now resolve dates whose month abbreviations don't exactly match the current locale.
Locale changes affecting .NET applications on Windows Server 2019+ created inconsistencies (e.g. en-AU outputs "Nov." instead of "Nov", en-NZ outputs "Sept" instead of "Sep"). Date strings produced or consumed across systems could fail to parse.
The four finBL.Runtime.DateUtilities functions above now recognise any month abbreviation that begins with Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov or Dec — so a misformatted "10-Novem-2025" still resolves to 10/11/2025.
Portals — Scripts can now access System.Web and other web objects
Desktop Cloud Developer
Portal Scripts can now reference System.Web.HttpContext.Current and other web objects, aligning their capabilities with Web Service (Web API) Scripts.
Five additional DLLs are now available to Portal Scripts:
System.Net.dll
System.Net.Http.dll
System.Net.Requests.dll
Microsoft.AspNetCore.SystemWebAdapters.dll
System.Web.dll
Note: when compiling a Script for testing, two libraries (Microsoft.AspNetCore.SystemWebAdapters and System.Net.Requests) won't appear in the Imports list because they are not directly required by the Script Code that interacts with them.
Portals — Better support for the Test in Web Browser (Experimental) button
Desktop
The Test in Web Browser (Experimental) button on the Portals form's Test page now inlines page styles directly into the test HTML, eliminating cross-origin style loading issues that previously broke the Login page's appearance.
The Test button uses the finPOWER Connect Message Handler to enable Portal testing in external browsers without requiring Web Services. Previously, browser security restrictions prevented CSS files served from the Windows Temp folder from loading correctly — particularly affecting the Login page styling. Inlining the styles eliminates the cross-origin issue.
Portals form — Allow Session State checkbox label spelling fixed
Desktop
The "Allow Sesstion State?" checkbox label on the Portals form is now spelled correctly as "Allow Session State?".
Reports — Security Item List; Serial Number now wraps instead of truncating
Desktop Cloud
The Security Item List Report (Report Explorer > Security Statement Reports) now wraps the Serial Number across multiple lines when it exceeds the column width, rather than truncating it.
New Zealand Bank Accounts — ANZ and HSBC branch number ranges expanded
Desktop Cloud
NZ Bank Account validation now accepts a wider range of branch numbers for ANZ and HSBC.
For Monoova PayTo Agreements, when the Payment Term Type is Variable, validation now requires that one of Amount or Maximum Amount be specified.
Email Service — additional obsolete-service validation
Desktop Cloud
Before connecting to Microsoft Exchange or SMTP services, the system now confirms the email service has not been marked obsolete — helping maintain forward compatibility as service definitions evolve.
illion (Australia) Consumer Enquiry — Notifications no longer fail the request unless severity is Error
Desktop Cloud
Previously, any Notification in an illion (AU) Consumer Enquiry response caused the request to fail. The request now only fails if the Notification Severity is Error.
The Summary Page report (SummaryPage2_CreditEnquiryReport_IllionAU v1.02) has also been enhanced to show the Severity of each Notification in the Notifications block.
Selecting the CentrixNZ Biometric product now displays a warning that the product is scheduled for decommissioning and will cease to function in the future.
Centrix Individual Credit Enquiry HTML Widget — Product Warning shown on Client Summary
Cloud
The Centrix Individual Credit Enquiry HTML Widget (HtmlWidget_CentrixNZ_Individual v1.29) now displays the request Product Warning at the top of the Client Summary section when one exists.
HTML Widgets — new Cost Centre Edit (GreenId) widget
Cloud
A new HtmlWidget_CostCentreEdit_GreenId widget (v1.00, 12/12/2025) lets the GreenId service Cost Centre be configured from Cloud. Registered via Cloud Configuration, Forms & Actions, Administration.
HTML Widgets — Document Create wizard now uses the corrected SmsServiceId property
Cloud
The Document Create HTML Widget (HtmlWidget_DocumentCreate v1.13) has been updated to use the corrected finDocumentCreate.SmsServiceId property in place of the previously misspelt SmsServciceId.
HTML Widgets — New Organisation Client; Hide Identification Page parameter
Cloud
The New Organisation Client HTML Widget now exposes a "Hide Identification Page" Boolean parameter that suppresses the Identification page even when the Client Group has Identification enabled. This brings parity with the Desktop New Client wizard, which already always omits the Identification page for Organisation Clients.
Updated widget: HtmlWidget_ClientNew_Organisation v1.29 (19/01/2026). The new parameter defaults to False.
HTML Widgets — Client Contact Method; Email validation now uses GemBox
Cloud
Email validation in the Client Contact Method HTML Widget (HtmlWidget_ClientContactMethod v1.19) now uses the GemBox email validation component, performing syntax verification plus supplementary checks on mailboxes and host names.
Note: an email address only needs to satisfy the syntax check to be accepted. Additional validation messages (mailbox / host name) serve informational purposes only and do not block entry.
Emails — Account Processes notification email may not send
Desktop Cloud
The notification message dispatched after Account Processes completion previously could fail with "Failed to send Email. Failed to find Email Branch for Cost Centre. Cost Centre not found." This has been resolved.
Portals — Email send now respects Web Configuration email settings
Cloud
Messages sent through Portals now respect the email configuration settings established in the relevant Web Configuration, rather than always being dispatched from the Global Cost Centre.
Note: when testing portals from finPOWER Connect Desktop there is no Web Configuration context, so all messages still originate from the Global Cost Centre during testing.
Publishing unattended log items could fail with "Service not defined" when sending email or SMS. Both paths have been resolved.
Scripts — Summary Page (v2) Button HTML template; new showHtmlElementId
Desktop Cloud Developer
The Button HTML Template for inserting buttons into Summary Pages now supports a showHtmlElementId parameter. When clicked, the button hides itself and reveals the specified element. Used by the new AI summarisation feature in the Log_Summary Standard Block.
Business Layer — ISApplicationShortcut.ToUrlStringEncrypted
Desktop Cloud Developer
A new ToUrlStringEncrypted method has been added to ISApplicationShortcut. It encrypts parameters to prevent viewing and/or tampering, allowing scripts to embed sensitive parameter data in URLs while preventing unauthorised inspection or modification.
Business Layer — ISSqlWhereBuilder; new BlockBeginAnd and BlockBeginOr shorthand methods
Desktop Cloud Developer
Two shorthand methods have been added to ISSqlWhereBuilder: BlockBeginAnd and BlockBeginOr. They are convenient abbreviated alternatives to the full BlockBegin method for the most common cases.
Documents — ISWordDocument and ISExcelWorkbook; MetafileScaleFactor now obsolete
Developer
The GemBox component used by Word Document and Excel Workbook scripts no longer supports the MetafileScaleFactor property. ISPrintOptions and the related Business Layer method parameters that reference it have been marked obsolete and should not be used in new code.
Cloud Theming — Tab and view icons updated to Font Awesome
Cloud
The icons across the Cloud's main views and tab strips have been refreshed to use Font Awesome for a more consistent look.
Updates landed across the Cloud:
Task Manager — main icon and tab icons
Administration view — tab icons
Processes & Procedures view — tab icons
Reporting view — tab icons; Report, Document and Utilities icons
Search view — tab icons
Cloud Configuration — new setting to handle browsers freezing or sleeping tabs
Cloud
A new General > Security setting on the Cloud Configuration form addresses unexpected sign-outs caused by desktop browsers (most notably Edge and Chrome) freezing or sleeping inactive tabs.
Reports — Report Title can now be overridden at run time
Cloud
Users can override the Report Title when running a Report from Cloud, without changing the underlying Report definition.
Cloud Task Manager — padding between tabs is now consistent
Cloud
Spacing between tabs in the Cloud Task Manager has been evened up.
HTML Widgets — Advanced table row padding made more even
Cloud
Vertical padding on Advanced table rows in HTML Widgets has been adjusted for a tidier, more consistent appearance.
HTML Widget Scripts — can now show Parameter Entry when run from Reporting or Processes views
Cloud
HTML Widget Scripts can now be configured to show their Parameter Entry page when launched from the Reporting view or the Processes view, matching the experience of native Reports/Processes.
Scripts — Summary Text can now hide icons and define complete HTML for Cloud
Cloud Developer
Summary Text scripts can now suppress the default header icons and emit complete HTML, giving developers full control over the rendered summary in finPOWER Connect Cloud.
Summary Pages — Parameter pages now show horizontal rules
Cloud
Summary Pages generated for Parameters (e.g. Client, User Defined) now display horizontal rules between rows for clearer scanability.
Login form — Microsoft Edge-specific installation message
Cloud
The Cloud Login form now displays a Microsoft Edge-specific message guiding users to install the Cloud as a web app for the best experience.
Records view — tabs no longer auto-close at the maximum count
Cloud
By default, tabs in the Records view will no longer be closed automatically to make room for a new tab when the maximum number is open. Users now retain control of which tabs to close.
Bank Branches list — Edit now retains the current filter and selection
Cloud
Editing a Bank Branch from the summary's Edit button now attempts to retain the user's current filter conditions and re-select the edited row when the list refreshes.
Custom Add menu icon — large "+" overlay removed
Cloud
Custom Add menu icons no longer have a large "+" symbol overlaid on top, restoring the original icon design.
Addressing — better validation when the Web Server cannot reach the Addressing Database
Cloud
The Web Service now produces a clearer warning when it cannot access the Addressing Database, instead of a generic failure response.
Web Services — security HTTP headers added
Cloud
Web Services now emits a richer set of security-related HTTP response headers, hardening Cloud and integrator deployments by default.
Web Services — new "AI" background process to handle queued AI actions
Cloud
Web Services has a new AI background processor that consumes queued AI actions (used by AI features such as Document Manager file summaries and Record Insights). Visible on the Processes view of Web Administration.
Web Administration — Status page; Total Requests display refreshed
Cloud
The Total Requests indicator on the Web Administration Status page is no longer rendered as a gauge.
Bug Fixes
Workflow Actions form — crash when manually actioning a Log, Outgoing Communication or WebMail Workflow Item
Desktop
The Workflow Actions form crashed with "Object reference not set to an instance of an object" before fully displaying when manually actioning a single Log, Outgoing Communication or WebMail Workflow Item. Resolved.
This was specific to actions initiated from the Workflows form Items page or from the Items Summary for a Workflow accessible via Task Manager.
Account — Maturity Payment Reference for Direct Credit could not be amended on its own
Desktop Cloud
Modifying only the Reference field of a Direct Credit Maturity Payment via the Maturity Instruction Change wizard incorrectly produced "You must revise the Maturity Instructions". The Reference field has been added to the change-detection mechanism, so it can now be amended on its own.
Bank Entry wizard — grid layout defaults could be lost when closing without viewing transactions
Cloud
The Bank Entry wizard could replace customised grid layout settings (including the Balance column) with defaults when the user closed or left the selection page without first viewing the transactions page. Grid layout defaults are now only updated when the transactions page has been viewed.
HTML Widgets — NumberBox; expression with minus sign now evaluates correctly
Cloud
The NumberBox control's simple expression evaluator (entered by typing = first) now correctly evaluates expressions involving subtraction. Previously, =20-2 would clear the value instead of returning 18; =12*52 already worked.
HTML Widgets — Editable Grids; Add Row asterisk now shown in row selector
Cloud
Editable HTML Widget grids with an "Add Row" feature (such as Bank Entry's data entry grid) once again show the asterisk in the row selector to identify the new row. Earlier styling changes had inadvertently hidden it.
HTML Widgets — drag-and-drop now works in finPOWER Connect Desktop context
Desktop
HTML Widgets with drag-and-drop functionality (such as the Send Email widget) once again support drag-and-drop when running inside finPOWER Connect Desktop. Drag-and-drop already worked in Cloud.
Messages such as "userinterface.Grid.GetRetainableCacheKeyDetails: mVirtualClass does not have a value" no longer pop up as message boxes when navigating between Task Manager folders. They are now logged to the browser developer console only.
Custom Default Grid Layouts not being automatically applied
Cloud
A "finPOWER Connect Cloud Actions" Script can supply alternate grid layouts to specific grids (e.g. Account Transactions). Although the Script could override the default layout, the default was not being applied until another layout was selected and then "DEFAULT" was reselected. Now applies on first load.
HTML Widgets — Account Interest Adjustment wizard; visual glitch on first display
Cloud
A visual rendering issue affecting the Account Interest Adjustment wizard (HtmlWidget_AccountInterestAdjustment v1.04) on initial load has been resolved.
HTML Widgets — AML/CFT Report; Progress page back button now disabled
Cloud
The back button has been disabled on the AML/CFT Report widget's Progress page (HtmlWidget_AMLCFT_Report_NZ v1.05), bringing it in line with other Background Process widgets. To start a new instance, close and reopen the widget or navigate to the Recent page and restart.
HTML Widgets — Account Interest Payment Type Change; Payment Methods not linked to an Export Service now allowed
Cloud
The Account Interest Payment Type Change widget (HtmlWidget_AccountInterestPaymentTypeChange v1.08) previously only allowed commit when the selected Direct Credit Payment Method was linked to an Export Service. The widget now matches the Desktop form's broader behaviour and adds a confirmation warning before the transaction completes.
HTML Widgets — Document Create; parameters added via AfterParametersInitialise are now recognised
Cloud
The Document Create HTML Widget previously bypassed the Parameters page entirely if parameters were added via the AfterParametersInitialise Document Script Event. The widget now displays the Parameters page and accepts user input for these custom parameters.
HTML Widgets — Publish Documents; Information Column removed for Email Documents
Cloud
The Information column on the "Documents to Publish" page of the Publish Documents widget (HtmlWidget_DocumentsPublish v1.08) has been removed for Email Documents. Recent email-service changes had made the column potentially confusing and redundant.
HTML Widgets — Log Edit; Logs with Extended Type HTML now render correctly
Desktop Cloud
Logs with an Extended Type of "HTML" now render their HTML content properly rather than displaying raw text. Both the Extended Data button on the Audit page and the Log Edit HTML Widget itself (HtmlWidget_LogEdit v1.09) have been updated.
HTML Widgets — Document Manager; deprecated functionality removed
Cloud
As part of the removal of Document Manager licensing, the deprecated DocumentManger.IsAvailableResolved property has been removed and replaced with DocumentManger.IsAvailable. Updated widgets: HtmlWidget_ClientNew_Individual v1.30, HtmlWidget_ClientNew_Organisation v1.29, HtmlWidget_LogEdit v1.09.
HTML Widgets — Cost Centre Edit; references to System Use Only Functions removed
Cloud
Several Cost Centre Edit widgets referenced functions marked System Use Only. Those references have been replaced with safe equivalents that are not marked System Use Only. A new finBL.Scripts.GetDataViewFilter_BankInterface_ObjectEvents function was added.
Updated widgets:
HtmlWidget_CostCentreEdit_CreditSense v1.01
HtmlWidget_CostCentreEdit_Ezidebit v1.01
HtmlWidget_CostCentreEdit_Monoova v1.01
HtmlWidget_CostCentreEdit_Split v1.02 (note: Split is now branded Zepto)
HTML Widgets — GreenId (Australia) Individual Enquiry; Driver Licence Number now displayed
Cloud
The GreenId (Australia) Individual Enquiry widget (HtmlWidget_GreenId_Individual v1.08) now correctly displays the Driver Licence Number in the client summary section for the Background Check process.
Client Contact Method wizard — Email validation now uses GemBox
Desktop
Email validation in the Desktop Client Contact Method wizard now uses the GemBox email validation component, performing syntax verification plus mailbox and host name checks. Companion Cloud change is the HtmlWidget_ClientContactMethod v1.19 update listed above.
Dark Mode — HTML Widgets with Public1 or SemUI styling; white text on white background
Cloud
Cloud Configuration Theme settings using the Public1 or SemUI HTML Widget styles produced unreadable input fields (white text on white background) in Dark Mode. Text visibility has been improved, though neither of these styles fully supports Dark Mode and they are not recommended for general use.
HTML Widgets — Style to look more like Desktop forms; button colours incorrect
Cloud
With Cloud Configuration Theme's "Style to look more like Desktop forms" enabled, colour-coded buttons (e.g. red Unlock/Delete and green Save buttons on the Bank Entry wizard) failed to display their intended background colours. The styling has been restored.
The Generate 9-Scale button on the Theme/Colours section's Secondary colour was only populating the theme-secondary-50 value rather than the full scale. Both Generate 9-Scale buttons now also work when the colour field is empty, using the default colour as the foundation.
ID Verification requests — Mobile and Work phone number population
Desktop Cloud
Mobile and Work phone numbers from Client Contact Methods are now used precisely as entered when populating ID Verification requests. Previously, the system filtered Mobile/Work numbers if they matched the Home number, populating only Home in those cases.
Affected integrations:
APLYiD Verify
Centrix Biometric Verification
GreenId Background Check
GreenId BiometricSendSms
RealAML Verify
RealAML Instant Verify
Entity.Logo and Branch.Logo standard bookmarks — URL-defined logos no longer fail
Desktop Cloud
URL-based logos defined on Entity or Branch records (e.g. https://www.intersoft.co.nz/logo.png) no longer fail to render in documents like statements. Caused by .NET 6+ changes to Path.GetFullPath() exception handling; finBL.Runtime.FileUtilities.GetFileNameResolved() now identifies HTTP(S) URLs and processes them correctly.
Business Layer — CreateEmailDocumentLog / CreateSmsDocumentLog now set Log Extended Data
Desktop Cloud Developer
finBL.AccountAppFunctions.CreateEmailDocumentLog, finBL.AccountAppFunctions.CreateSmsDocumentLog, finBL.ClientFunctions.CreateEmailDocumentLog and finBL.ClientFunctions.CreateSmsDocumentLog previously only set Extended Data when a Workflow Item was supplied; without one, the resulting log lacked Extended Data and could not publish. They now set Extended Data correctly in all cases.
Breaking change: these functions now return errors when an email address or phone number is missing — calls that previously succeeded silently in such cases will now fail.
Business Layer — finDocuments; misspelt SmsServciceId property obsoleted
Developer
The misspelt finDocumentCreate.SmsServciceId property has been deprecated in favour of the correctly-spelt SmsServiceId. Update scripts and widgets accordingly.
Business Layer — finWarnings.GetSummaryNumbered no longer doubles list prefix
Developer
finWarnings.GetSummaryNumbered previously generated lists with duplicated numbering prefixes ("1. 1. ItemA", "2. 2. ItemB"). It now produces correctly-formatted "1. ItemA", "2. ItemB".
The Xero Accounting Interface authorisation scope has been updated to align with Xero's recent changes.
Xero's transition timeline:
2 March 2026: new applications must use the updated scopes
End of April 2026: existing applications can opt in to the new scopes
September 2027: all applications must transition to the new scopes
See Xero's developer documentation on Organisation Scopes for full details.
Dark Mode — multiple readability fixes across Cloud
Cloud
A pass over Dark Mode tightens contrast and visibility across forms, wizards, reports and HTML Widgets that were previously hard to read.
Resolved Dark Mode visibility issues:
Reporting — Templated Reports were hard to read
Import Information wizard — theme not respected
File Upload control — file name text unreadable
HTML Widgets — Mandatory Checklist control not displaying correctly when not focused
HTML Widgets — Grid right-click menu now uses Dark Mode styling
Tips and modal window titles too dark to read
Audit Search wizard — first-page headings difficult to read
Cloud Configuration form — display issues
PCI DSS Compliance Report — heading text unreadable
Configuration Security Report — dark blue header on black
Information Lists form — non-system lists unreadable (white text on light yellow)
Summary Pages — links were difficult to identify
New Workflow wizard — header and body were the wrong colour
Cloud Configuration — Theme; selecting "RebeccaPurple" no longer corrupts styling
Cloud
On the Cloud Configuration form's Theme > Colours page, choosing the HTML colour name "RebeccaPurple" previously corrupted the Cloud's styling. Resolved.
PPSR B2G Search — full results now display inline
Cloud
Security Item Logs and the Print Report from a PPSR B2G Search now display the full search results inline in finPOWER Connect Cloud rather than truncating.
Files page — deleting a file no longer logs a console error
Cloud
The browser console error relating to FileNameWithCategoryAndExtension when deleting a file from the Files page has been resolved.
Bank Interface — Monoova; PayTo Agreements and Payment Instructions can now be created from Cloud
Cloud
A regression that prevented Monoova PayTo Agreements and Payment Instructions from being created in Cloud has been resolved.
Forced password change — users no longer signed out with an unexpected error
Cloud
When a user changed their password on a forced-change login, they were being signed out with an unexpected error message. The change-password flow now completes cleanly.
Reporting view — deserialisation error in the Downloads grid no longer blocks Reporting tab access
Cloud
A corrupt entry in the Downloads grid could throw a deserialisation error that prevented the Reporting tab from loading. The view now skips the bad entry and keeps loading.
Security Statement form — Logs page; refresh no longer highlights the wrong row
Cloud
When the previously-selected Log was not for a Security Item, refreshing the Security Statement form's Logs page would highlight the wrong grid row. The selection is now retained correctly.
Workflows — Questions item; new Workflow now displayed
Cloud
When a Workflow was closed and a new one was created from a Questions item, the user was not prompted and the new Workflow was not displayed. The new Workflow is now opened automatically.
Form headers — icons no longer pushed to a separate row above summary text
Cloud
Icons in form headers had begun rendering on a row above the summary text on certain viewport widths. They now sit alongside the summary as designed.
Record forms — long Summary Text no longer reveals top of next line on small devices
Cloud
On smaller devices, long Summary Text on a record header would wrap and the very top of the second line would be visible above the cut-off. The clip is now clean.
Summary Pages — background colour no longer truncated when scrolling horizontally
Cloud
On Summary Pages that scroll horizontally to fit the browser window, the background colour could be truncated past the visible viewport. The background now fills the full scrollable width.
Processes view — icon now spins when a process is in progress
Cloud
The icon on the main Processes view now spins while a process is running, providing the same visual feedback as other in-progress indicators in Cloud.
Multi-Factor Authentication — read-only users can now sign in
Cloud
Read-only users who had MFA enabled previously could not sign in to the Cloud. Resolved.
Multi-Factor Authentication — Login form no longer shows "Skip this step for 0 days?"
Cloud
The MFA Login form would occasionally render the "Skip this step for <n> days?" prompt with a value of 0. The prompt is now hidden when the configured skip duration is zero.
Web Services — could crash when no Web Configuration was configured
Cloud
Web Services could crash if no Web Configuration was configured, due to the v6.00.02 email-service changes. Resolved.
Scripts — Web Service (Web API); XML responses now serialise correctly
Cloud Developer
Web Service (Web API) Scripts that returned an XML response were not serialising correctly. The serialiser now produces well-formed XML for these endpoints.
Web Services Administration — Homepage no longer attempts to display email details with no database
Cloud
The Web Administration Homepage previously tried to display email details even when no database was open, which could cause errors. The block is now hidden until a database is connected.
Auditing — end-user IP address now logged when connected via a proxy
Cloud
When a request reached Web Services through a proxy such as finPOWER Connect Cloud or the Portal Host application, the end user's IP address was not being captured for auditing. The forwarded IP is now correctly logged.
Other Changes
Australian BSB List — updated to February 2026: ten new BSBs added (NTA, LCH, CMA, ABC, BAR, RBB, RBC, SBI, CLS, ADY) and three updated (ASL, ABA × 2). Earlier December 2025 update for WCU (Warwick Credit Union, trading as Darling Downs Bank) is also included.
Actipro SyntaxEditor — upgraded to version 25.1.1 (used by Script Editors). Includes various .NET Language updates.
Business Layer Help — the legacy finBL.chm and finBL.topics files have been removed from the install (replaced by online help — see New Features above).