From edd6210fd291bce4d694c5c43b22d4d7e087b89e Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 4 Oct 2019 13:09:21 +0200 Subject: [PATCH] Update changelog, bash_completion --- CHANGELOG.md | 8 ++++++++ config/bash_completion.d/wo_auto.rc | 4 ++-- setup.py | 1 - 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27454b..ec490bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### v3.9.x - [Unreleased] +### v3.9.9.2 - 2019-10-04 + #### Added - [STACK] Nginx server_names_hash_bucket_size automated fix @@ -15,15 +17,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - [STACK] Nginx ultimate bad bots blocker with `wo stack install --ngxblocker` - [STACK] Added support for custom Nginx compiled from source - [STACK] Rollback configuration with Git in case of failure during service reload/restart +- [SITE] Enable or disable Nginx ultimate bad bots blocker with `wo site update site.tld --ngxblocker/--ngxblocker=off` #### Changed - [CORE] Query acme.sh database directly to check if a certificate exist +- [SITE] `--letsencrypt=renew` is deprecated because not it's not required with acme.sh + #### Fixed - [SITE] Issues with root_domain variable with `wo site update` - [SECURE] Wrong sftp-server path in sshd_config +- [SITE] Git error when using flag `--vhostonly` +- [SITE] Wrong plugin name displayed when installing Cache-Enabler + ### v3.9.9.1 - 2019-09-26 diff --git a/config/bash_completion.d/wo_auto.rc b/config/bash_completion.d/wo_auto.rc index 71f0efc..d5dacc0 100644 --- a/config/bash_completion.d/wo_auto.rc +++ b/config/bash_completion.d/wo_auto.rc @@ -74,7 +74,7 @@ _wo_complete() # HANDLE EVERYTHING AFTER THE THIRD LEVEL NAMESPACE "install" | "purge" | "remove" ) COMPREPLY=( $(compgen \ - -W "--web --admin --security --nginx --php --php73 --mysql --wpcli --phpmyadmin --adminer --utils --redis --phpredisadmin --composer --netdata --fail2ban --ufw --dashboard --proftpd --clamav --mysqlclient --mysqltuner --extplorer --all --force" \ + -W "--web --admin --security --nginx --php --php73 --mysql --wpcli --phpmyadmin --adminer --utils --redis --phpredisadmin --composer --netdata --fail2ban --ufw --dashboard --proftpd --clamav --ngxblocker --mysqlclient --mysqltuner --extplorer --all --force" \ -- $cur) ) ;; "upgrade" ) @@ -160,7 +160,7 @@ _wo_complete() "update") COMPREPLY=( $(compgen \ - -W "--password --php --php73 --mysql --wp --wpsubdir --wpsubdomain --wpfc --wpsc --wpredis --wprocket --wpce -le -le=off --letsencrypt --letsencrypt=off --letsencrypt=clean -le=wildcard -le=clean --dns --dns=dns_cf --dns=dns_dgon" \ + -W "--password --php --php73 --mysql --wp --wpsubdir --wpsubdomain --wpfc --wpsc --wpredis --wprocket --wpce -le -le=off --letsencrypt --letsencrypt=off --letsencrypt=clean -le=wildcard -le=clean --dns --dns=dns_cf --dns=dns_dgon --ngxblocker --ngxblocker=off" \ -- $cur) ) ;; "delete") diff --git a/setup.py b/setup.py index d3e245b..be28dd0 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,6 @@ setup(name='wordops', "Environment :: Console", "Natural Language :: English", "Topic :: System :: Systems Administration", - ], keywords='', author='WordOps',