Skip to content

Commit

Permalink
Prepare 3.3.2 release (#2526)
Browse files Browse the repository at this point in the history
* Update dependencies in prep for 3.3.2.

* Update version and changelog.
  • Loading branch information
kporras07 committed Jan 11, 2024
1 parent f03de9b commit d4a7539
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 132 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# 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.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

0 comments on commit d4a7539

Please sign in to comment.