adding --php72
This commit is contained in:
@@ -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
|
- More informations during certificate issuance about validation mode selected
|
||||||
- `--php72` as alternative for `--php`
|
- `--php72` as alternative for `--php`
|
||||||
- Automated removal of the deprecated variable `ssl on;` in previous Nginx ssl.conf
|
- Automated removal of the deprecated variable `ssl on;` in previous Nginx ssl.conf
|
||||||
|
- Project Contributing guidelines
|
||||||
|
- Project Code of conduct
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
|
|||||||
@@ -309,7 +309,7 @@ class WOSiteCreateController(CementBaseController):
|
|||||||
nargs='?')),
|
nargs='?')),
|
||||||
(['--html'],
|
(['--html'],
|
||||||
dict(help="create html site", action='store_true')),
|
dict(help="create html site", action='store_true')),
|
||||||
(['--php'],
|
(['--php72', '--php'],
|
||||||
dict(help="create php 7.2 site", action='store_true')),
|
dict(help="create php 7.2 site", action='store_true')),
|
||||||
(['--php73'],
|
(['--php73'],
|
||||||
dict(help="create php 7.3 site", action='store_true')),
|
dict(help="create php 7.3 site", action='store_true')),
|
||||||
@@ -800,7 +800,7 @@ class WOSiteUpdateController(CementBaseController):
|
|||||||
action='store_true')),
|
action='store_true')),
|
||||||
(['--html'],
|
(['--html'],
|
||||||
dict(help="update to html site", action='store_true')),
|
dict(help="update to html site", action='store_true')),
|
||||||
(['--php'],
|
(['--php72', '--php'],
|
||||||
dict(help="update to php site", action='store_true')),
|
dict(help="update to php site", action='store_true')),
|
||||||
(['--php73'],
|
(['--php73'],
|
||||||
dict(help="update to php73 site",
|
dict(help="update to php73 site",
|
||||||
|
|||||||
Reference in New Issue
Block a user