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

Terminus 3.3.0 - Release update #8786

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion source/content/terminus/02-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The commands below will:

```bash{promptUser: user}
mkdir -p ~/terminus && cd ~/terminus
curl -L https://github.com/pantheon-systems/terminus/releases/download/3.2.2/terminus.phar --output terminus
curl -L https://github.com/pantheon-systems/terminus/releases/download/3.3.0/terminus.phar --output terminus
chmod +x terminus
./terminus self:update
sudo ln -s ~/terminus/terminus /usr/local/bin/terminus
Expand Down
35 changes: 18 additions & 17 deletions source/content/terminus/10-supported-terminus.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,28 @@ Each major and minor version of Terminus is fully supported for one year from th

After this period, the version will reach End Of Life (**EOL**), and will no longer be supported. We recommend you update Terminus far in advance of the EOL schedule, so that regressions in new versions can be reported and patched in time.

| Version | Release Date | EOL Date |
|------------------|-------------------|-----------------|
| 3.2.2 | September 28, 2023 | |
| 3.2.1 | June 1, 2023 | September 28, 2024 |
| 3.2.0 | May 22 , 2023 | June 1, 2024 |
| 3.1.5 | April 6, 2023 | May 22, 2024 |
| 3.1.4 | March 1, 2023 | April 6, 2024 |
| 3.1.3 | February 1, 2023 | March 1, 2024 |
| 3.1.2 | January 3, 2023 | February 1, 2024 |
| 3.1.1 | November 8, 2022 | January 3, 2024 |
| 3.1.0 | October 18, 2022 | November 8, 2023 |
| 3.0.9 | October 06, 2022 | October 18, 2023 |
| 3.0.8 | August 22, 2022 | October 06, 2023 |
| 3.0.7 | March 29, 2022 | August 22, 2023 |
| 3.0.6 or earlier | February 18, 2022 | March 29, 2023 |
| Version | Release Date | EOL Date |
|------------------|--------------------|--------------------|
| 3.3.0 | November 29, 2023 | |
| 3.2.2 | September 28, 2023 | November 29, 2024 |
| 3.2.1 | June 1, 2023 | September 28, 2024 |
| 3.2.0 | May 22 , 2023 | June 1, 2024 |
| 3.1.5 | April 6, 2023 | May 22, 2024 |
| 3.1.4 | March 1, 2023 | April 6, 2024 |
| 3.1.3 | February 1, 2023 | March 1, 2024 |
| 3.1.2 | January 3, 2023 | February 1, 2024 |
| 3.1.1 | November 8, 2022 | January 3, 2024 |
| 3.1.0 | October 18, 2022 | November 8, 2023 |
| 3.0.9 | October 06, 2022 | October 18, 2023 |
| 3.0.8 | August 22, 2022 | October 06, 2023 |
| 3.0.7 | March 29, 2022 | August 22, 2023 |
| 3.0.6 or earlier | February 18, 2022 | March 29, 2023 |

### PHP Version Compatibility Matrix

| PHP Version | Terminus 3.x |
| ----------- | :-----------: |
| 8.3 (pre-release) | <span style="color:green">✔</span> |
| ---------- | :-----------: |
| 8.3 | <span style="color:green">✔</span> |
| 8.2 | <span style="color:green">✔</span> |
| 8.1 | <span style="color:green">✔</span> |
| 8.0 | <span style="color:green">✔</span> |
Expand Down
2 changes: 1 addition & 1 deletion source/data/commands.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"application": {
"name": "Terminus",
"version": "3.2.2"
"version": "3.3.0"
},
"commands": [
{
Expand Down
Loading