Skip to content

Commit

Permalink
Terminus Release update
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Nov 29, 2023
1 parent fd15723 commit c8ba1c6
Show file tree
Hide file tree
Showing 4 changed files with 2,058 additions and 1,749 deletions.
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

0 comments on commit c8ba1c6

Please sign in to comment.