Skip to content

Commit

Permalink
Update to 3.3.4 (#2549)
Browse files Browse the repository at this point in the history
* Update dependencies in prep for 3.3.4.

* Update changelog and constants.
  • Loading branch information
kporras07 authored Feb 27, 2024
1 parent 4e84ee1 commit 2d13edf
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 161 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# 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.4-dev
## 3.3.4 - 2024-02-27

### Changed

- Added `--all` option to workflow:list to get all of the available workflows instead of last 100 (#2543)

## 3.3.3 - 2024-01-11

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 = 'a3d954d629';
$terminusPluginsDependenciesVersion = '501af5a90a';

// 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 2d13edf

Please sign in to comment.