From dcddcbee2f0dee005d76e6edfc4d081d149d2164 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 24 Jul 2019 13:04:29 +0200 Subject: [PATCH] Prepare for release v3.9.6.2 --- install | 6 +++--- setup.py | 2 +- wo/core/variables.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install b/install index 2d096d8..4cd4d21 100755 --- a/install +++ b/install @@ -7,10 +7,10 @@ # Copyright (c) 2019 - WordOps # This script is licensed under M.I.T # ------------------------------------------------------------------------- -# Version 3.9.6 - 2019-07-20 +# Version 3.9.6 - 2019-07-24 # ------------------------------------------------------------------------- readonly wo_version_old="2.2.3" -readonly wo_version_new="3.9.6.1" +readonly wo_version_new="3.9.6.2" # CONTENTS # --- # 1. VARIABLES AND DECLARATIONS @@ -487,7 +487,7 @@ wo_upgrade_nginx() { fi /usr/local/bin/wo stack install --nginx --php - rm -f /etc/nginx/common/acl.conf /etc/nginx/conf.d/{map-wp-cache.conf,map-wp.conf,fascgi.conf} /etc/nginx/htpasswd-wo + rm -f /etc/nginx/common/acl.conf /etc/nginx/conf.d/{map-wp-cache.conf,map-wp.conf,fascgi.conf,blockips.conf} /etc/nginx/htpasswd-wo fi # restore sites and configuration diff --git a/setup.py b/setup.py index d0d701c..c1efb3d 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ if not os.path.isfile('/root/.gitconfig'): shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig') setup(name='wo', - version='3.9.6.1', + version='3.9.6.2', description=long_description, long_description=long_description, classifiers=[], diff --git a/wo/core/variables.py b/wo/core/variables.py index 51ab851..750bf7f 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -11,7 +11,7 @@ class WOVariables(): """Intialization of core variables""" # WordOps version - wo_version = "3.9.6.1" + wo_version = "3.9.6.2" # WordOps packages versions wo_wp_cli = "2.2.0" wo_adminer = "4.7.1"