Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update support dates for V9 #2714

Merged
merged 4 commits into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ We provide three levels of support:

The schedule for the current maintained branches is:

| Plugin Major Version | Release Date | Level 1 Support ends | Level 2 Support ends | Level 3 Support ends |
| :----- |:--------------| :----- |:---------------------| :----- |
| Version 8 | November 2021 | January 2024 | May 2024 | January 2025 |
| Version 9 | October 2023 | October 2024 | April 2025 | October 2025 |
| Plugin Major Version | Release Date | Level 1 Support ends | Level 2 Support ends | Level 3 Support ends |
| :----- |:--------------|:---------------------|:---------------------|:---------------------|
| Version 8 | November 2021 | January 2024 | May 2024 | January 2025 |
| Version 9 | October 2023 | -- | -- | -- |

Or, visualised as a calendar:

Expand All @@ -49,9 +49,7 @@ gantt
Level 2 :l82, after l81, 2024-05-30
Level 3 :l83, after l82, 2025-01-31
section Version 9
Level 1 :l91, 2023-09-15, 2024-09-30
Level 2 :l92, after l91, 2025-03-31
Level 3 :l93, after l92, 2025-09-30
Level 1 :active, l91, 2023-09-15, until l92
```

## Contributing
Expand Down
Loading