# Release History

## Versioning Schema

Wirebox is maintained under the [Semantic Versioning](http://semver.org) guidelines as much as possible. Releases will be numbered in the following format:

```
<major>.<minor>.<patch>
```

And constructed with the following guidelines:

* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions without breaking backward compatibility bump the minor (and reset the patch)
* Bug fixes and misc changes bump the patch

## LTS - Support Policy

Updates are provided for 12 months for all releases, and security fixes are provided for two years after the next major release.

<table><thead><tr><th width="141">Version</th><th width="142">Release</th><th width="142">Updates</th><th>Security Fixes</th></tr></thead><tbody><tr><td>6.x</td><td>2022</td><td>2023</td><td>2025</td></tr><tr><td><strong>7.x</strong></td><td>2023</td><td>2024</td><td>2026</td></tr><tr><td>8.x</td><td>2024</td><td>2025</td><td>2027</td></tr><tr><td>9.x</td><td>2025</td><td>2026</td><td>2028</td></tr></tbody></table>

## Releases

In this section, you will find the release notes for each version we release under this major version. If you are looking for the release notes of previous major versions, use the version switcher at the top left of this documentation book. Here is a breakdown of our major version releases.

* **Version 7.0 - May 2023**
* [Version 6.0 - August 2020](https://wirebox.ortusbooks.com/v/6/)
* [Version 5.0 - July 2018](https://wirebox.ortusbooks.com/v/5)
* [Version 4.0 - January 2015](https://wirebox.ortusbooks.com/v/2/)
* Version 3.0 - March 2011
* Version 2.0 - April 2007
* Version 1.0 - June 2006


---

# 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://logbox.ortusbooks.com/readme/release-history.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.
