MBS Xojo Plugins - Release notes

Release notes for MBS Xojo Plugins 26.0 - 13rd January 2026

See also the documentation on new items and Announcement in Blog.

26.0 - 13rd January 2026

  • Added Translation classes: TranslationSessionMBS, TranslationResponseMBS and TranslationRequestMBS classes for macOS.
  • Added CADisplayLinkMBS class.
  • Added allowsUltraConstrainedNetworkAccess property to NSURLSessionConfigurationMBS class.
  • Added beginRefundRequest method to StoreKit2MBS module.
  • Added DynaPDFParserContentDrawImageMBS class.
  • Added IndentSize property to JSONMBS class.
  • Added isiOSAppOnVision property to NSProcessInfoMBS class.
  • Added LaunchingExternalUriScheme event to WebView2ControlMBS control.
  • Added localizedDescription for OfferType JSON when returning transactions for StoreKit2.
  • Added more constants for NSSegmentedControlMBS class.
  • Added more methods, properties and constants for Scintilla.
  • Added NSURLRequestMBS allowsCellularAccess, allowsUltraConstrainedNetworkAccess, allowsExpensiveNetworkAccess, allowsConstrainedNetworkAccess to NSURLRequestMBS and NSMutableURLRequestMBS classes.
  • Added periodCount for SubscriptionOffer JSON returned for offers in products for StoreKit2.
  • Added requestAgeRange method to StoreKit2MBS module.
  • Added SaltLength parameter and related constants for VerifyRSAPSS and SignRSAPSS methods in OpenSSLMBS module.
  • Added Saxon example for to visualize electronic Invoices (ZUGFeRD, Facture-X, XRechnung or EN16931-1:2017.).
  • Added SetPassword method for XLBookMBS class to read encrypted Excel workbooks.
  • Added StructuredAppend property for BarcodeGeneratorMBS class and ZintStructuredAppendMBS class for the JSON used with Barcode.GenerateJSON to create barcodes with sequence information.
  • Changed CURL to list paths in quoted SFTP commands.
  • Changed JSON formatting to use space instead of tab after object keys.
  • Changed minimum iOS version for deployment to iOS 12.0.
  • Changed minimum Mac version for deployment to macOS 10.13.
  • Corrected flags for DictionaryServiceMBS class as it is not available on iOS.
  • Deprecated MaxMessageSize and MaxBSONSize properties in MongoClientMBS class.
  • Deprecated OptionKRBLevel property in CURLSMBS class as CURL library deprecated that option.
  • Disabled FoundationModels for macOS on Intel as they are not available there.
  • Enabled Apple SecTrust for CURL to validate SSL certificates on macOS and iOS. Unless you opt-out of SSL validation checks with OptionSSLVerifyHost and OptionSSLVerifyPeer properties.
  • Enabled JPEG2000MBS class to work better on iOS.
  • Enabled QTAudioChannelDescriptionMBS and QTAudioChannelLayoutMBS classes for iOS.
  • Fixed a crash with WindowsMidiInputMBS and WindowsMidiOutputMBS events in 64-bit applications.
  • Fixed a few bugs in DynaPDFMatrixMBS class.
  • Fixed a possible crash in the DDEMBS class with events passing back pointers.
  • Fixed a problem with DASessionMBS class' constructor not working always.
  • Fixed a problem with DynaPDF dll exporting too many symbols.
  • Fixed a problem with reading comments in GraphicsMagick library.
  • Fixed Available function in FoundationModelsMBS to not raise an exception if raised on an unsupported platform. Now returns false.
  • Fixed CalculateCRC16StringMBS and CalculateCRC16MemoryMBS to work better with reflected input.
  • Improved SaxonMBS classes to add slash to CWD path if needed.
  • Improved size of plugin libraries by partially stripping debug information for platforms the code doesn't get used. e.g. Windows Registry plugin includes function names for Windows, but not for Linux or macOS.
  • Merged SSH2 and FMAPI Plugin parts into CURL Plugin.
  • Merged RabbitMQ plugin into MongoDB plugin.
  • Merged the Verify plugin part into Encryption plugin.
  • Reduced debug information included within libraries.
  • Removed DisAsm functions in Util plugin.
  • Rewrote CommandQuery function in MongoClientMBS class.
  • Updated CURL library to version 8.18.0.
  • Updated DynaPDF to version 4.0.102.302.
  • Updated GraphicsMagick library to version 1.3.46.
  • Updated lcms2 library to version 2.18.
  • Updated LibXL to version 5.0.1.
  • Updated mongo-c-driver to version 2.2.0.
  • Updated Scintilla to version 5.5.8.
  • Updated SQLAPI to version 5.4.1.
  • Updated to Xcode 26.1.1.
  • Updated Xojo SDK to version 2025r3.

Release notes for MBS Xojo Plugins 25.5 - 18th November 2025

See also the documentation on new items and Announcement in Blog.

25.5 - 18th November 2025

Release notes for MBS Xojo Plugins 25.4 - 9th September 2025

See also the documentation on new items and Announcement in Blog.

25.4 - 9th September 2025

  • Added Int128MBS and UInt128MBS classes.
  • Added StoreKit2MBS module for StoreKit 2 framework from Apple.
  • Added ASF support for CovertArt method for TagLibFileRefMBS class.
  • Added beginAppearanceTransition and endAppearanceTransition to UIViewControllerMBS class.
  • Added COPY and MOVE verbs for SetupAWS function in CURLSMBS class.
  • Added FaviconChanged event to WebView2ControlMBS control.
  • Added FaviconURI property to WebView2ControlMBS control.
  • Added GetFavicon method and FaviconCompleted event to WebView2ControlMBS control.
  • Added insertText method for NSResponderMBS class.
  • Added kOLEDBClient constant for SQLConnectionMBS class.
  • Added kPDFTableResizeArea and kPDFTableArea constants to PDFViewMBS class.
  • Added MacProductSOCName and MacProductName to SystemInformationMBS module.
  • Added OLEDB: prefix for SQLDatabaseMBS class.
  • Added performChangesAndWait method to PHPhotoLibraryMBS class.
  • Added RecursionLimit property to PythonMBS class.
  • Added SkipDeletedText property to WordFileMBS class.
  • Added WMIObjectMBS GetPropertyBooleanArray, GetPropertyUInt64Array, GetPropertyInt64Array, GetPropertyUInt32Array, GetPropertyInt32Array, GetPropertyUInt8Array, GetPropertyInt8Array, GetPropertyUInt16Array, GetPropertyInt16Array, GetPropertyDoubleArray and GetPropertySingleArray methods to WMIObjectMBS class.
  • Changed performChanges in PHPhotoLibraryMBS class to run change delegate on the helper thread.
  • Changed Serialnumber parameter to Int64 for SignCertificateSigning and GenerateRootCertificate methods in PKeyMBS class.
  • Deprecated Secure Transport in CURL. Will be removed later this year.
  • Fixed a bug in SystemInformationMBS.ProcessorCount function.
  • Fixed problem with LibArchive on Windows not doing all encryptions, broken in 25.2.
  • Improved GetProperty method in WMIObjectMBS class.
  • Improved NSSearchFieldControlMBS control to make the willShowContextualMenu event work.
  • Improved Text in WordFileMBS class to skip a couple of node types.
  • Improved using Python on threads.
  • Updated DynaPDF to version 4.0.102.295.
  • Updated SQLAPI to version 5.4.0.
  • Updated SQLite to version 3.50.4.

Release notes for MBS Xojo Plugins 25.3 - 15th July 2025

See also the documentation on new items and Announcement in Blog.

25.3 - 15th July 2025

Release notes for MBS Xojo Plugins 25.2 - 6th May 2025

See also the documentation on new items and Announcement in Blog.

25.2 - 6th May 2025

Release notes for MBS Xojo Plugins 25.1 - 11th March 2025

See also the documentation on new items and Announcement in Blog.

25.1 - 11th March 2025

2024

2023

2022

2021

2020

2019

2018

2017

2016

2015

2014

2013

2012

2011

2010

2009

2008

2007

2006

2005

2004

2003

2002

The biggest plugin in space...