Release announcement : https://wordops.net/v3-9-8-4-wordops-maintenance-release/
Github release : https://github.com/WordOps/WordOps/releases/tag/v3.9.8.4
Changelog
Added
- cheat.sh stack : linux online cheatsheet. Usage :
cheat <command>
. Example for tar :cheat tar
- ClamAV anti-virus with weekly cronjob to update signatures database
- Internal function to add daily cronjobs
- Additional comment to detect previous configuration tuning (MariaDB & Redis)
- Domain/Subdomain detection based on public domain suffixes list for letsencrypt
- Increase Nginx & MariaDB systemd open_files limits
- Cronjob to update Cloudflare IPs list
- mariadb-backup to perform full and non-blocking databases backup (installation only. Backup feature will be available soon)
- Nginx configuration check before performing start/reload/restart (If configuration check fail, WordOps will not reload/restart Nginx anymore)
- Nginx mapping to proxy web-socket connections
Changed
- eXtplorer filemanager isn't installed with WordOps dashboard anymore, and a flag
--extplorer
is available. But it's still installed when running the commandwo stack install
- Template rendering function now check for a .custom file before overwriting a configuration by default.
- flag
--letsencrypt=subdomain
is not required anymore, you can use--letsencrypt
or-le
- Simplify and decrease duration of
apt-key
GPG keys import
Fixed
- typo error in
wo site update
: PR #126