MBS FileMaker Plugin, version 7.2pr1
- Added WindowsUserNotification functions.
- Changed Audit, so that Extra fields can be numeric instead of just text.
- Updated SQLite to 3.18.0.
- Fixed bug in WordFile.ReplaceTag with several tags in one line.
- Fixed bug in Window.Activate.
- Updated to Xcode 8.3.
- Added CURL.ReceiveData, CURL.ReceiveText, CURL.SendData and CURL.SendText to send data over a CURL connected socket.
- Changed CURL.GetResultAsContainer to use filename from Content-Disposition header.
- Fixed crash in CURL.GetResultAsContainer when detecting file extension from mime type.
- Improved Speed for Audit by on demand querying field names from FileMaker.
- Added Window.ShowCharacterPalette.
- Updated to DynaPDF version 4.0.10.26.
- Added ValueList type for Clipboard.SetFileMakerData and Clipboard.GetFileMakerData.
- Added Container.GetText function.
- Changed how we write container and now include MAIN item to define which part is the main one.
- Added DynaPDF.ChangeSeparationColor and DynaPDF.RenameSpotColor.
- Added Plugin.FunctionCount function.
- Added Text.WriteTextFile support for UTF-16 writing.
- Added Registry functions (Windows only of course).
- Added Folders.UserPictures.
- Added Notification.UnlistenAll.
- Updated most WebView functions to work on iOS in a future iOS SDK.
- Changed Notification script trigger to include parameters.
- Added CURL.UseSystemCertificates to use system certificates on macOS and Windows.
- Using a function not supported on current platform on another platform will now consistently give error about not supported functions.
- Fixed a bug with DynaPDF.InsertImageFile.
- Added iOSDevice functions.
- Added QuickList.AddMultiValue function.
- Changed CloseFile and CloseFileEx on DynaPDFMBS class to call EndPage if there is an open page.
- Added check to make sure CheckConformance on DynaPDF is not asked to delete embedded files for ZUGFeRD invoices.
- Fixed syntax coloring and variable checking for future FileMaker.
- Added zip64 parameter to ZipFile.CreateFile function.
- Added Events.RecurrenceRule.Description function.
- Changed FM.SQL.InsertRecordsToSQL to no longer quote by default.
- Fixed bug in Events.RecurrenceRule.NewWithFrequency.
- Added plugin for iOS SDK.