Releases: wintercms/cli
Releases · wintercms/cli
v0.3.4
v0.3.3
- Updated dependencies to fix recent security issues in Guzzle.
v0.3.2
- Updated dependencies to fix recent security issues in Guzzle.
v0.3.1
- Updated dependencies to fix a recent security issue found in Guzzle.
- Fixed
project:alerts
command to check correct Winter repos for security advisories. - Updated version check in
install:check
command so that PHP 8.1 is marked as not supported.
v0.3.0
This command has been rebranded to
winter
and is now an official product of the Winter CMS organisation. See more information here: wintercms/winter#5. Note that you will not be able to self-update anoctober
PHAR to this new version, as the original repo no longer exists. However, self-updating should work from this point onwards.
- Added
split
command for maintainers to publish subsplits of Winter CMS modules. - The
project:version
command now supports multiple branches of versions in Winter CMS.
v0.2.1
- Added
project:alerts
command to determine security advisories for October CMS builds. - Renamed
version
command toproject:version
. - Added
github:token
command to store a GitHub token for use with theproject:alerts
command, which uses v4 of the GitHub API and requires a token.
v0.2.0
- Added self-updating capabilities
v0.1.2
- Added
install:check
command. - Abstracted checklist output into a trait.
v0.1.1
- Update release procedure - automatically define version and release time in
box.json
.
v0.1.0
- Initial release of CLI Helper.