diff --git a/CHANGELOG.md b/CHANGELOG.md index df458f5..ba005be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - More informations during certificate issuance about validation mode selected - `--php72` as alternative for `--php` - Automated removal of the deprecated variable `ssl on;` in previous Nginx ssl.conf +- Project Contributing guidelines +- Project Code of conduct #### Changed diff --git a/wo/cli/plugins/site.py b/wo/cli/plugins/site.py index 2cb7bf8..e314b06 100644 --- a/wo/cli/plugins/site.py +++ b/wo/cli/plugins/site.py @@ -309,7 +309,7 @@ class WOSiteCreateController(CementBaseController): nargs='?')), (['--html'], dict(help="create html site", action='store_true')), - (['--php'], + (['--php72', '--php'], dict(help="create php 7.2 site", action='store_true')), (['--php73'], dict(help="create php 7.3 site", action='store_true')), @@ -800,7 +800,7 @@ class WOSiteUpdateController(CementBaseController): action='store_true')), (['--html'], dict(help="update to html site", action='store_true')), - (['--php'], + (['--php72', '--php'], dict(help="update to php site", action='store_true')), (['--php73'], dict(help="update to php73 site",