# Linx

***

## 2.2.0

08 Apr 2026

* Updated to .NET 10

***

## 2.1.0

22 Jan 2026

* Added support for nullable types, allowing you to explicitly set whether a type can be null
* Fixed: Updating the File plugin caused an EditorResources exception on the String function

***

## 2.0.1

27 Aug 2025

* Ensure the function data of a RunServiceFunction gets updated via the service when the service function reference changes (e.g. when the function is copy/pasted)

***

## 2.0.0

16 Jul 2025

* Allow for dynamic Result Type on the CallXeroAPI operation
* Remove the word 'Editor' from the title of all editors in Linx

***

## 1.3.0

22 Jul 2024

* Updated to .NET 8.0
* Add the Start/Stop Service function

***

## 1.2.0

3 Nov 2023

* Changed the plugin from Windows-specific to be platform-independent
* Allow support to add "Help" descriptions to all parameters of service functions

***

## 1.1.0

29 Sep 2022

* Added the Return function

***

## 1.0.2

17 Mar 2022

* First release

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linx.software/releasenotes/plugins/linx.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
