Releases: pantheon-systems/terminus
Releases · pantheon-systems/terminus
4.1.1
What's Changed
Fixed
- [DEVX-5790] Auto-detect URLs for db clone search-replace by @kaylimepy in #2738
- [patch] Fix drush_version field in env:info command by @pwtyler in #2736
Full Changelog: 4.1.0...4.1.1
4.1.0
What's Changed
- Fix workflow:wait timeout to use warnings instead of errors by @kaylimepy in #2724
- [minor] add php runtime generation to env:list by @pwtyler in #2729
- [minor] add php version to env:list by @pwtyler in #2732
New Contributors
- @kaylimepy made their first contribution in #2724
Full Changelog: 4.0.3...4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
Added
- Readd update check and prompt to update when running an old Terminus version (#2669)
- Prompt for missing required arguments when in interactive mode (#2684)
- First Terminus stable version with PHP 8.4 support
Fixed
- Response json_decode should fallback to original body text (#2687)
- Simplify env:wake command (#2689)
Removed
- Support for PHP versions prior to 8.2
4.0.0-alpha2
What's Changed
- [DEVX-4454] Add isEvcsSite and use it to trigger check updates workflow. by @kporras07 in #2678
- Fix json_decode syntax error on empty body. by @kporras07 in #2682
- [DEVX-4571] Remove deprecatioons by @greg-1-anderson in #2677
Full Changelog: 4.0.0-alpha1...4.0.0-alpha2
4.0.0-alpha1
Added
- Support for PHP 8.4
Removed
- Support for PHP versions prior to 8.2
3.6.2
3.6.1
Added
- New "branch" option to "local:clone" command (#2648)
Fixed
- Bug while handling exception due to environment unable to wake (#2637)
- Added correct documentation link to env:clone-content command (#2632)
- Fixed undefined notice for $command_summary during WP-CLI/Drush execution (#2614)
New Contributors
- @calvinrodrigues500 made their first contribution in #2632
- @taupecat made their first contribution in #2648