Last commit before release

This commit is contained in:
VirtuBox
2019-08-18 00:03:11 +02:00
parent 896e5a237b
commit 45e4f674c5
3 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### v3.9.x - [Unreleased] ### v3.9.x - [Unreleased]
### v3.9.8.1 - 2019-08-17 ### v3.9.8.1 - 2019-08-18
#### Added #### Added
@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- variable substitution in install script - variable substitution in install script
- `wo stack upgrade --phpmyadmin/--dashboard` - `wo stack upgrade --phpmyadmin/--dashboard`
- phpmyadmin blowfish_secret key length - phpmyadmin blowfish_secret key length
- Cement App not exiting on close in case of error
### v3.9.8 - 2019-08-16 ### v3.9.8 - 2019-08-16

View File

@@ -9,7 +9,7 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo bash wo # wget -qO wo wops.cc && sudo bash wo
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Version 3.9.8.1 - 2019-08-17 # Version 3.9.8.1 - 2019-08-18
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# CONTENTS # CONTENTS

View File

@@ -11,6 +11,7 @@ from wo.core.services import WOService
from wo.cli.plugins.sitedb import (addNewSite, getSiteInfo, from wo.cli.plugins.sitedb import (addNewSite, getSiteInfo,
updateSiteInfo, deleteSiteInfo, getAllsites) updateSiteInfo, deleteSiteInfo, getAllsites)
from wo.core.git import WOGit from wo.core.git import WOGit
from wo.core.logging import Log
from subprocess import Popen from subprocess import Popen
from wo.core.nginxhashbucket import hashbucket from wo.core.nginxhashbucket import hashbucket
import os import os