Skip to content

Comments

fix: commercial versions#213

Open
sriramveeraghanta wants to merge 2 commits intomasterfrom
commercial-server-releases
Open

fix: commercial versions#213
sriramveeraghanta wants to merge 2 commits intomasterfrom
commercial-server-releases

Conversation

@sriramveeraghanta
Copy link
Member

@sriramveeraghanta sriramveeraghanta commented Feb 23, 2026

Description

  • New page for all the commercial releases.

Type of Change

  • Feature (non-breaking change which adds functionality)

Summary by CodeRabbit

  • Documentation
    • Added a new documentation page providing a centralized list of all Plane Commercial Edition self-hosted releases with version history, dates, and release notes links, plus intro and upgrade guidance.
    • Updated site navigation and sidebar to include direct access to the new "All releases" documentation for easier discovery.

@vercel
Copy link

vercel bot commented Feb 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
developer-docs Ready Ready Preview, Comment Feb 23, 2026 0:30am

Request Review

@coderabbitai
Copy link

coderabbitai bot commented Feb 23, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 60b504e and ebd083c.

📒 Files selected for processing (2)
  • docs/self-hosting/all-releases.md
  • package.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/self-hosting/all-releases.md

📝 Walkthrough

Walkthrough

Adds a new "All releases" documentation page under self-hosting, exposes it via VitePress navigation and sidebar, and updates package manager metadata in package.json.

Changes

Cohort / File(s) Summary
Self-hosting Navigation Configuration
docs/.vitepress/config.mts
Added { text: 'All releases', link: '/self-hosting/all-releases' } to top-level navigation and the /self-hosting/ sidebar.
Self-hosting Documentation
docs/self-hosting/all-releases.md
Added new Markdown page listing Plane Commercial Edition self-hosted releases by major version with dates and release-note links.
Package metadata
package.json
Updated packageManager field from pnpm@10.28.2+sha... to pnpm@10.30.1+sha... (metadata only).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 I hopped through docs to plant a trail,

All releases gathered, every detail,
Nav links sprouted, sidebars align,
A tidy burrow of versions—now mine! 🥕

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'fix: commercial versions' is vague and does not clearly convey the main change, which is adding a new documentation page consolidating commercial releases and updating navigation/configuration. Consider a more descriptive title such as 'docs: add commercial releases documentation page' or 'docs: consolidate all commercial versions in self-hosting section' to better reflect the actual changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch commercial-server-releases

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
docs/self-hosting/all-releases.md (1)

67-81: Align 0.x table schema with 1.x and 2.x, and clarify skipped version numbers.

  1. Inconsistent table structure: The 0.x table has only two columns (Version | Release notes), while both 1.x and 2.x tables include three columns (Version | Release date | Release notes). Add a Release date column to the 0.x table—use "—" for entries without a tracked date—to maintain schema consistency across all sections.

  2. Undocumented version gaps: The 0.x releases skip 0.20.4, 0.20.1, and 0.19.4. Add a brief note in the section prose (e.g., "Some patch versions were not publicly released") to clarify these intentional gaps and prevent reader confusion.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/self-hosting/all-releases.md` around lines 67 - 81, Update the "Plane
Commercial Edition 0.x" section to match the 1.x/2.x table schema by adding a
third column header "Release date" to the existing table and populate each row's
date cell with "—" where no tracked date exists; keep the current Version and
Release notes cells intact (refer to the table under the "Plane Commercial
Edition 0.x" heading and rows for versions like 0.20.5, 0.20.3, etc.). Also add
one short sentence of prose immediately above or below that table stating
something like "Some patch versions (e.g., 0.20.4, 0.20.1, 0.19.4) were not
publicly released" to explain the skipped version numbers. Ensure the table
header and the new explanatory sentence are consistent with the surrounding
sections' style.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/self-hosting/all-releases.md`:
- Around line 31-65: Add a short note clarifying the table sort order for "##
Plane Commercial Edition 1.x": explain that rows are sorted by semantic version
(descending), not by release date, so release dates may appear out of
chronological order. Insert this as a one-line parenthetical under the H2
heading or as a VitePress info callout (:::info) immediately above the table to
make the sort behavior explicit to readers.

---

Nitpick comments:
In `@docs/self-hosting/all-releases.md`:
- Around line 67-81: Update the "Plane Commercial Edition 0.x" section to match
the 1.x/2.x table schema by adding a third column header "Release date" to the
existing table and populate each row's date cell with "—" where no tracked date
exists; keep the current Version and Release notes cells intact (refer to the
table under the "Plane Commercial Edition 0.x" heading and rows for versions
like 0.20.5, 0.20.3, etc.). Also add one short sentence of prose immediately
above or below that table stating something like "Some patch versions (e.g.,
0.20.4, 0.20.1, 0.19.4) were not publicly released" to explain the skipped
version numbers. Ensure the table header and the new explanatory sentence are
consistent with the surrounding sections' style.

ℹ️ Review info

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 419827f and 60b504e.

📒 Files selected for processing (2)
  • docs/.vitepress/config.mts
  • docs/self-hosting/all-releases.md

Comment on lines 31 to 65
## Plane Commercial Edition 1.x

| Version | Release date | Release notes |
| :--- | :--- | :--- |
| **1.17.0** | November 14, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.16.0** | November 5, 2025 | [Release notes](https://plane.so/changelog/release-v-1-16-0-introducing-milestones-and-recurring-cycles) |
| **1.15.0** | October 22, 2025 | [Release notes](https://plane.so/changelog/release-v-1-15-0-embeds-pages-and-integrations-for-connected-cross-team-work) |
| **1.14.1** | September 4, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.14.0** | September 2, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.13.0** | July 25, 2025 | [Release notes](https://plane.so/changelog/release-v-1-13-0-duplicate-work-items-and-epics-across-projects) |
| **1.12.1** | July 11, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.12.0** | June 30, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.11.1** | June 18, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.11.0** | June 3, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_11_0) |
| **1.10.0** | May 23, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_10_0) |
| **1.9.2** | May 7, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.9.1** | May 6, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_9_1) |
| **1.9.0** | April 29, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.8.3** | March 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.8.2** | March 11, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_8_2) |
| **1.8.1** | March 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.8.0** | February 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.7.0** | January 27, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_7_0) |
| **1.6.0** | December 10, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_6_0) |
| **1.5.1** | December 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.5.0** | November 25, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_5_0) |
| **1.4.0** | October 8, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_4_0) |
| **1.3.2** | October 10, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_3_2) |
| **1.3.1** | October 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.3.0** | October 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.2.1** | December 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.2.0** | July 1, 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.1.1** | October 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.1.0** | October 23, 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.0.0** | September 10, 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Add a note clarifying the sort order of the table.

Several backport releases have dates that are chronologically later than higher-version entries immediately above them (e.g., 1.3.2 on Oct 10 listed after 1.4.0 on Oct 8; 1.2.1 dated "December 2024" placed far below 1.6.0 which is also December 2024). The table is sorted by semantic version descending, which is a reasonable choice, but without a stated sort order, users scanning the "Release date" column will encounter dates that appear to jump back in time.

Consider adding a brief parenthetical on the table's intro or as a VitePress :::info callout:

💡 Suggested prose addition above the 1.x table
 ## Plane Commercial Edition 1.x
+
+Entries are sorted by version number (newest first). Patch releases for older branches may show a later date than the next minor version above them.
+
 | Version | Release date | Release notes |
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## Plane Commercial Edition 1.x
| Version | Release date | Release notes |
| :--- | :--- | :--- |
| **1.17.0** | November 14, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.16.0** | November 5, 2025 | [Release notes](https://plane.so/changelog/release-v-1-16-0-introducing-milestones-and-recurring-cycles) |
| **1.15.0** | October 22, 2025 | [Release notes](https://plane.so/changelog/release-v-1-15-0-embeds-pages-and-integrations-for-connected-cross-team-work) |
| **1.14.1** | September 4, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.14.0** | September 2, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.13.0** | July 25, 2025 | [Release notes](https://plane.so/changelog/release-v-1-13-0-duplicate-work-items-and-epics-across-projects) |
| **1.12.1** | July 11, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.12.0** | June 30, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.11.1** | June 18, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.11.0** | June 3, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_11_0) |
| **1.10.0** | May 23, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_10_0) |
| **1.9.2** | May 7, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.9.1** | May 6, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_9_1) |
| **1.9.0** | April 29, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.8.3** | March 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.8.2** | March 11, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_8_2) |
| **1.8.1** | March 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.8.0** | February 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.7.0** | January 27, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_7_0) |
| **1.6.0** | December 10, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_6_0) |
| **1.5.1** | December 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.5.0** | November 25, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_5_0) |
| **1.4.0** | October 8, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_4_0) |
| **1.3.2** | October 10, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_3_2) |
| **1.3.1** | October 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.3.0** | October 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.2.1** | December 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.2.0** | July 1, 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.1.1** | October 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.1.0** | October 23, 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.0.0** | September 10, 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
## Plane Commercial Edition 1.x
Entries are sorted by version number (newest first). Patch releases for older branches may show a later date than the next minor version above them.
| Version | Release date | Release notes |
| :--- | :--- | :--- |
| **1.17.0** | November 14, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.16.0** | November 5, 2025 | [Release notes](https://plane.so/changelog/release-v-1-16-0-introducing-milestones-and-recurring-cycles) |
| **1.15.0** | October 22, 2025 | [Release notes](https://plane.so/changelog/release-v-1-15-0-embeds-pages-and-integrations-for-connected-cross-team-work) |
| **1.14.1** | September 4, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.14.0** | September 2, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.13.0** | July 25, 2025 | [Release notes](https://plane.so/changelog/release-v-1-13-0-duplicate-work-items-and-epics-across-projects) |
| **1.12.1** | July 11, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.12.0** | June 30, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.11.1** | June 18, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.11.0** | June 3, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_11_0) |
| **1.10.0** | May 23, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_10_0) |
| **1.9.2** | May 7, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.9.1** | May 6, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_9_1) |
| **1.9.0** | April 29, 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.8.3** | March 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.8.2** | March 11, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_8_2) |
| **1.8.1** | March 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.8.0** | February 2025 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.7.0** | January 27, 2025 | [Release notes](https://plane.so/changelog/self-hosted-v1_7_0) |
| **1.6.0** | December 10, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_6_0) |
| **1.5.1** | December 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.5.0** | November 25, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_5_0) |
| **1.4.0** | October 8, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_4_0) |
| **1.3.2** | October 10, 2024 | [Release notes](https://plane.so/changelog/self-hosted-v1_3_2) |
| **1.3.1** | October 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.3.0** | October 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.2.1** | December 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.2.0** | July 1, 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.1.1** | October 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.1.0** | October 23, 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
| **1.0.0** | September 10, 2024 | [Release notes](https://plane.so/changelog?category=self-hosted) |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/self-hosting/all-releases.md` around lines 31 - 65, Add a short note
clarifying the table sort order for "## Plane Commercial Edition 1.x": explain
that rows are sorted by semantic version (descending), not by release date, so
release dates may appear out of chronological order. Insert this as a one-line
parenthetical under the H2 heading or as a VitePress info callout (:::info)
immediately above the table to make the sort behavior explicit to readers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant