Skip to content

Commit d4a7539

Browse files
authored
Prepare 3.3.2 release (#2526)
* Update dependencies in prep for 3.3.2. * Update version and changelog.
1 parent f03de9b commit d4a7539

File tree

4 files changed

+167
-132
lines changed

4 files changed

+167
-132
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
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-
## 3.3.0 - 2023-11-28
4+
## 3.3.2 - 2024-01-11
5+
6+
### Fixed
7+
8+
- Fix fatal error on payment methods (#2522)
9+
10+
### Changed
11+
12+
- Avoid hitting APIs so hard (#2523)
13+
14+
## 3.3.1 - 2023-11-30
15+
16+
- No changes, just retagged because of improper version numbering.
17+
18+
## 3.3.0 - 2023-11-29
519

620
- PHP 8.3 compatibility (#2555)
721
- Misc 8.2 deprecations

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 = 'f512ad328f';
35+
$terminusPluginsDependenciesVersion = 'a3d954d629';
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)