MBS FileMaker Plugin, version 12.4pr1
- Changed variable name check to allow % in the variable name.
- Improved XML.ToJSON to handle data type conversion for attributes, too.
- Reverted a fix for our mutex handling, which we broke in 12.3. Fixed in 12.3.0.08 and newer.
- Fixed a problem with List.CSVSplit, Matrix.CSVSplit and QuickList.CSVSplit not parsing properly quoted multi line value.
- Fixed a problem where ErrorLog would show IsError function.
- Fixed a crash with MongoDB where some functions would not check whether you set URI before.
- Added MongoDB.CursorErrorDocument and MongoDB.NewCursorFromCommandReply functions.
- Updated DynaPDF to version 4.0.69.193.
- Added Collapse/Expand All commands to script list in Script Workspace (macOS only).
- Added Find Duplicate Names contextual menu commands for script list in Script Workspace (macOS only).
- Added hide/unhide commands for contextual menus for Script Workspace (macOS only).
- Added code folding for Script Workspace (macOS only).
- Added List.MatchesSubString function.
- Added Matrix.Rotate function.
- Implemented Files.DiskInfo function for iOS.
- Updated SQLite to version 3.39.2.
- Added MongoDB.InsertMany function to insert multiple records in one operation.
- Added MongoDB.FindIndexes and MongoDB.Rename functions.
- Added MongoDB.CloseCollection and MongoDB.CloseDatabase functions.
- Added size parameter for GMImage.Hash function.
- Added DirectoryWatcher.TotalChangeCount function.
- Changed QLPreviewPanel.AddPDF to pass right filename of PDF from container to the preview window.