[14.4](newinversion144.md) [14.5](newinversion145.md) [15.0](newinversion150.md) [15.1](newinversion151.md) [15.2](newinversion152.md) [15.3](newinversion153.md) [15.4](newinversion154.md) [15.5](newinversion155.md) [16.0](newinversion160.md) [16.1](newinversion161.md) [16.2](newinversion162.md) [16.3](newinversion163.md)

New in version 11.5
-------------------

| Item | Details | Server |
|:--|:--|:--|
| [AVRecorder.VideoResolutions](AVRecorderVideoResolutions.md)   Queries list of video resolution details for the selected camera. | Win only | ❌ Server |
| [DynaPDF.AddButtonImageEx2](DynaPDFAddButtonImageEx2.md)   Add/Set a form field button image. | All | ✅ Server |
| [DynaPDF.CreateOCG](DynaPDFCreateOCG.md)   Creates an Optional Content Group (OCG) also called layer. | All | ✅ Server |
| [DynaPDF.GetInPDFVersionEx](DynaPDFGetInPDFVersionEx.md)   Retrieves the version information of the currently open import file. | All | ✅ Server |
| [DynaPDF.GetPDFVersionEx](DynaPDFGetPDFVersionEx.md)   Retrieves the major and minor version of the PDF document as well as the underlying PDF standard, if any. | All | ✅ Server |
| [DynaPDF.Print.FormNames](DynaPDFPrintFormNames.md)   Queries list of form names. | Win only | ✅ Server |
| [MapView.CoordinateForPoint](MapViewCoordinateForPoint.md)   Queries coordinate for a point. | Mac/iOS | ❌ Server |
| [MapView.PointForCoordinate](MapViewPointForCoordinate.md)   Queries point for a coordinate. | Mac/iOS | ❌ Server |
| [RemoteControl.MouseButtons](RemoteControlMouseButtons.md)   Returns bit mask for pressed mouse buttons. | Mac/Win | ❌ Server |
| [Text.Concat](TextConcat.md)   Creates a text with concatenating all the given parameters. | All | ✅ Server |
| [Text.List](TextList.md)   Creates a list with all the given parameters. | All | ✅ Server |
| [WebHook.Check](WebHookCheck.md)   Checks whether a web hook has been triggered. | All | ✅ Server |
| [WebHook.Create](WebHookCreate.md)   Creates a new web hook object. | All | ✅ Server |
| [WebHook.GetAutoAnswer](WebHookGetAutoAnswer.md)   Queries auto answer. | All | ✅ Server |
| [WebHook.GetCertificateFile](WebHookGetCertificateFile.md)   Queries file path for certificate file. | All | ✅ Server |
| [WebHook.GetConnectionCounter](WebHookGetConnectionCounter.md)   Queries number of connections accepted. | All | ✅ Server |
| [WebHook.GetFileName](WebHookGetFileName.md)   Queries file name for the trigger script. | All | ❌ Server |
| [WebHook.GetMode](WebHookGetMode.md)   Queries keep open flag. | All | ✅ Server |
| [WebHook.GetPort](WebHookGetPort.md)   Queries listening port for a web hook. | All | ✅ Server |
| [WebHook.GetPrivateKeyFile](WebHookGetPrivateKeyFile.md)   Queries file path for private key file. | All | ✅ Server |
| [WebHook.GetSSL](WebHookGetSSL.md)   Whether SSL is enabled. | All | ✅ Server |
| [WebHook.GetScriptName](WebHookGetScriptName.md)   Queries script name for the trigger script. | All | ❌ Server |
| [WebHook.GetWebRequestCounter](WebHookGetWebRequestCounter.md)   Queries number of web requests created. | All | ✅ Server |
| [WebHook.List](WebHookList.md)   Lists all web hook objects with their reference numbers. | All | ✅ Server |
| [WebHook.Listen](WebHookListen.md)   Starts listening for incoming requests on this port. | All | ✅ Server |
| [WebHook.Release](WebHookRelease.md)   Releases the object and all memory used for it. | All | ✅ Server |
| [WebHook.SetAutoAnswer](WebHookSetAutoAnswer.md)   Sets auto answer text. | All | ✅ Server |
| [WebHook.SetMode](WebHookSetMode.md)   Sets mode flags. | All | ✅ Server |
| [WebHook.SetSSL](WebHookSetSSL.md)   Sets SSL certificate and key to use. | All | ✅ Server |
| [WebHook.SetScript](WebHookSetScript.md)   Sets the script to call when request was received. | All | ❌ Server |
| [WebRequest.GetBody](WebRequestGetBody.md)   Queries body for HTTP request. | All | ✅ Server |
| [WebRequest.GetBodyAsContainer](WebRequestGetBodyAsContainer.md)   Queries body for HTTP request as container. | All | ✅ Server |
| [WebRequest.GetHTTPMethod](WebRequestGetHTTPMethod.md)   Queries HTTP method for the request. | All | ✅ Server |
| [WebRequest.GetHTTPVersion](WebRequestGetHTTPVersion.md)   Queries HTTP method. | All | ✅ Server |
| [WebRequest.GetHeaders](WebRequestGetHeaders.md)   Queries HTTP headers as JSON. | All | ✅ Server |
| [WebRequest.GetHost](WebRequestGetHost.md)   Queries host name from HTTP headers. | All | ✅ Server |
| [WebRequest.GetLocalIP](WebRequestGetLocalIP.md)   Queries local IP for web hook. | All | ✅ Server |
| [WebRequest.GetLocalPort](WebRequestGetLocalPort.md)   Queries local port number | All | ✅ Server |
| [WebRequest.GetRawData](WebRequestGetRawData.md)   Get raw data of full request. | All | ✅ Server |
| [WebRequest.GetRemoteIP](WebRequestGetRemoteIP.md)   Queries remote IP address. | All | ✅ Server |
| [WebRequest.GetRemotePort](WebRequestGetRemotePort.md)   Queries remote port number. | All | ✅ Server |
| [WebRequest.GetSSL](WebRequestGetSSL.md)   Whether this web request comes in with SSL. | All | ✅ Server |
| [WebRequest.GetURL](WebRequestGetURL.md)   Queries HTTP URL received. | All | ✅ Server |
| [WebRequest.GetWebHook](WebRequestGetWebHook.md)   Queries the web hook for this web request. | All | ✅ Server |
| [WebRequest.List](WebRequestList.md)   Lists all web request objects with their reference numbers. | All | ✅ Server |
| [WebRequest.Release](WebRequestRelease.md)   Releases the object and all memory used for it. | All | ✅ Server |
| [WebRequest.Send](WebRequestSend.md)   Send custom answer. | All | ✅ Server |
| [WebRequest.URLComponents](WebRequestURLComponents.md)   Queries parsed URL components. | All | ✅ Server |
| [WebView.GetDrawsBackground](WebViewGetDrawsBackground.md)   Whether to the WebView draws background. | Mac/iOS | ❌ Server |
| [WebView.SetDrawsBackground](WebViewSetDrawsBackground.md)   Whether to the WebView draws background. | Mac/iOS | ❌ Server |
| [WebView.ShowDevTools](WebViewShowDevTools.md)   Shows developer tools. | Win only | ❌ Server |
| [XL.Sheet.AutoFilter.AddSort](XLSheetAutoFilterAddSort.md)   Adds the sorted column in AutoFilter by zero-based index and its sort order. | All | ✅ Server |
| [XL.Sheet.CellReadValues](XLSheetCellReadValues.md)   Reads all the values from cells in an area. | All | ✅ Server |
| [XL.Sheet.GetCellPicture](XLSheetGetCellPicture.md)   Queries picture for a cell. | All | ✅ Server |
| [XL.Sheet.IsAutoFilter](XLSheetIsAutoFilter.md)   Whether this sheet has an auto filter. | All | ✅ Server |
| [XML.ApplyStylesheet2](XMLApplyStylesheet2.md)   Apply the stylesheet to the document (XSLT transform). | All | ✅ Server |
| [XML.ItemRefs](XMLItemRefs.md)   Queries entries from XML nodes. | All | ✅ Server |

57 functions shown.

These functions require a license (60%).

### New parameters added

| Item | Details | Server |
|:--|:--|:--|
| [JSON.FindValueInArray](JSONFindValueInArray.md): StartIndex   Queries index of value in array. | All | ✅ Server |
| [JSON.FindValueInObjectArray](JSONFindValueInObjectArray.md): StartIndex   Queries index of value in object array. | All | ✅ Server |

2 functions shown.

These functions require a license (100%).

### Blog Entries

- [Neues MBS FileMaker Plugin 11.5 - Über 6600 Funktionen in einem Plugin](https://www.mbsplugins.de/archive/2021-11-16/Neues_MBS_FileMaker_Plugin_115/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin 11.5](https://www.mbsplugins.de/archive/2021-11-16/MBS_FileMaker_Plugin_115/monkeybreadsoftware_blog_filemaker)

[Older Version 11.4](newinversion114.md) [Newer Version 12.0](newinversion120.md)

[HTML Version](newinversion115.shtml)