Skip to content

Commit dbdbf0a

Browse files
authored
[DEVX-4956] Prepare for Terminus 4.0 (#2690)
* Prepare terminus 4.0.0. * Update dependencies. * Update CHANGELOG.md
1 parent 9f172e1 commit dbdbf0a

File tree

4 files changed

+254
-222
lines changed

4 files changed

+254
-222
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
## 4.0.0-dev -
4+
## 4.0.0 - 2025-05-07
55

6+
### Added
7+
8+
- Readd update check and prompt to update when running an old Terminus version (#2669)
9+
- Prompt for missing required arguments when in interactive mode (#2684)
10+
11+
### Fixed
12+
13+
- Response json_decode should fallback to original body text (#2687)
14+
- Simplify env:wake command (#2689)
615

716
## 4.0.0-alpha1 - 2025-03-06
817

bin/terminus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI
3232

3333
// This variable is automatically managed via updateDependenciesversion() in /RoboFile.php,
3434
// which is run after every call to composer update.
35-
$terminusPluginsDependenciesVersion = '51e2c517dd';
35+
$terminusPluginsDependenciesVersion = 'c788000802';
3636

3737
// Cannot use $_SERVER superglobal since that's empty during phpunit testing
3838
// getenv('HOME') isn't set on Windows and generates a Notice.

0 commit comments

Comments
 (0)