Fix installer version check

This commit is contained in:
VirtuBox
2019-08-31 02:42:46 +02:00
parent 50b756e2bf
commit 4026255513
3 changed files with 15 additions and 6 deletions

View File

@@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### v3.9.x - [Unreleased]
#### Changed
- WordPress default permalinks structure from `/%year%/%monthnum%/%day%/%postname%/` -> `/%postname%/`
#### Fixed
- Error with `wo stack upgrade --nginx`
- Install/update script version check
### v3.9.8.6 - 2019-08-30
#### Added