diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 25c4a72..846b89b 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -153,6 +153,7 @@ export default withMermaid(defineConfig({ items: [ { text: 'Overview', link: '/self-hosting/overview' }, { text: 'Plane Editions', link: '/self-hosting/editions-and-versions' }, + { text: 'All releases', link: '/self-hosting/all-releases' }, { text: 'Plane Architecture', link: '/self-hosting/plane-architecture' } ] }, diff --git a/docs/self-hosting/all-releases.md b/docs/self-hosting/all-releases.md new file mode 100644 index 0000000..1b673b4 --- /dev/null +++ b/docs/self-hosting/all-releases.md @@ -0,0 +1,45 @@ +--- +title: All releases - Plane Commercial Edition +description: Complete list of all Plane Commercial Edition self-hosted releases with release dates, support status, and release notes. +keywords: plane releases, plane versions, plane commercial edition, plane self-hosted releases, plane changelog, plane version history +--- + +# All releases + +We recommend self-hosted users run one of the latest releases of Plane Commercial Edition. We regularly ship new features, bug fixes, and security updates. See [Update Plane](/self-hosting/manage/upgrade-plane) for upgrade instructions. + +::: tip +Looking for Community Edition releases? See the [GitHub releases page](https://github.com/makeplane/plane/releases). +::: + +## Plane Commercial Edition 2.x + +| Version | Release date | Closing down date | Release notes | +| :--- | :--- | :--- | :--- | +| **2.3.0** | January 27, 2026 | April 27, 2026 | [Release notes](https://plane.so/changelog?category=self-hosted) | +| **2.2.0** | January 19, 2026 | April 19, 2026 | [Release notes](https://plane.so/changelog?category=self-hosted) | +| **2.1.0** | December 10, 2025 | March 10, 2026 | [Release notes](https://plane.so/changelog?category=self-hosted) | +| **2.0.0** | December 5, 2025 | March 5, 2026 | [Release notes](https://plane.so/changelog?category=self-hosted) | + +## Plane Commercial Edition 1.x + +| Version | Release date | Closing down date | Release notes | +| :--- | :--- | :--- | :--- | +| **1.17.0** | November 14, 2025 | February 14, 2026 | [Release notes](https://plane.so/changelog?category=self-hosted) | +| **1.16.0** | November 5, 2025 | February 5, 2026 | [Release notes](https://plane.so/changelog/release-v-1-16-0-introducing-milestones-and-recurring-cycles) | +| **1.15.0** | October 22, 2025 | January 22, 2026 | [Release notes](https://plane.so/changelog/release-v-1-15-0-embeds-pages-and-integrations-for-connected-cross-team-work) | +| **1.14.0** | September 2, 2025 | December 2, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) | +| **1.13.0** | July 25, 2025 | October 25, 2025 | [Release notes](https://plane.so/changelog/release-v-1-13-0-duplicate-work-items-and-epics-across-projects) | +| **1.12.0** | June 30, 2025 | September 30, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) | +| **1.11.0** | June 3, 2025 | September 3, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_11_0) | +| **1.10.0** | May 23, 2025 | August 23, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_10_0) | +| **1.9.0** | April 29, 2025 | July 29, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) | +| **1.8.0** | February 2025 | May 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) | +| **1.7.0** | January 27, 2025 | April 27, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_7_0) | +| **1.6.0** | December 10, 2024 | March 10, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_6_0) | +| **1.5.0** | November 25, 2024 | February 25, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_5_0) | +| **1.4.0** | October 8, 2024 | January 8, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_4_0) | +| **1.3.0** | October 2024 | January 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) | +| **1.2.0** | July 1, 2024 | October 1, 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) | +| **1.1.0** | October 23, 2024 | January 23, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) | +| **1.0.0** | September 10, 2024 | December 10, 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) | diff --git a/package.json b/package.json index 8968156..4478854 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,5 @@ "dependencies": { "lucide-vue-next": "^0.562.0" }, - "packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264" + "packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a" }