MBS FileMaker Plugin, version 7.4pr5
- Added FM.ExecuteSQL.LastSQL function to query last executed SQL command.
- Last SQL error is now stored per thread, so you can get right result for multiple scripts on server.
- Updated FSEvents for future.
- Changed Linux plugin to include build number in SONAME field so OS can distinguish different versions better.
- Updated DynaPDF to version 4.0.12.34.
- Added AVPlayer.GetProgressEvaluate, AVPlayer.GetProgressInterval, AVPlayer.SetProgressEvaluate and AVPlayer.SetProgressInterval to track progress when playing audio.
- Changed function to return nothing in the plugin to return now variable with data type invalid. This allows you to differentiate between empty text and no value.
- Added LDAP.SearchResult.AttributeValuesByName function.
- Added AVPlayer.GetFinishedEvaluate, AVPlayer.GetFinishedFileName, AVPlayer.GetFinishedScriptName, AVPlayer.SetFinishedEvaluate and AVPlayer.SetFinishedScript.
- Changed CURL functions to explicit flush output files after Perform finished.
- Added Webview.Close function.
- Added checks to ExecuteSQL to return error for ALTER TABLE and CREATE TABLE to remind you to use FM.ExecuteSQLOnIdle.