Skip to content

Commit

Permalink
Merge branch '3.x' of github.com:pantheon-systems/terminus into test-…
Browse files Browse the repository at this point in the history
…env-vars
  • Loading branch information
kporras07 committed Feb 20, 2024
2 parents 18faef3 + 5a38020 commit bf2bf32
Show file tree
Hide file tree
Showing 13 changed files with 250 additions and 152 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## 3.3.0 - 2023-11-28
## 3.3.4-dev

## 3.3.3 - 2024-01-11

### Fixed

- Undefined variable notice for defaultMaxRetries (#2529)

## 3.3.2 - 2024-01-11

### Fixed

- Fix fatal error on payment methods (#2522)

### Changed

- Avoid hitting APIs so hard (#2523)

## 3.3.1 - 2023-11-30

- No changes, just retagged because of improper version numbering.

## 3.3.0 - 2023-11-29

- PHP 8.3 compatibility (#2555)
- Misc 8.2 deprecations
Expand Down
2 changes: 1 addition & 1 deletion bin/terminus
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI

// This variable is automatically managed via updateDependenciesversion() in /RoboFile.php,
// which is run after every call to composer update.
$terminusPluginsDependenciesVersion = 'f512ad328f';
$terminusPluginsDependenciesVersion = 'a3d954d629';

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

0 comments on commit bf2bf32

Please sign in to comment.