Fix site url change to https

This commit is contained in:
VirtuBox
2019-07-27 21:53:52 +02:00
parent 2ae88ed7b0
commit e6a4611ee6
5 changed files with 30 additions and 20 deletions

View File

@@ -10,11 +10,12 @@ class WOVariables():
"""Intialization of core variables"""
# WordOps version
wo_version = "3.9.6.2"
wo_version = "3.9.6.3"
# WordOps packages versions
wo_wp_cli = "2.2.0"
wo_adminer = "4.7.1"
wo_adminer = "4.7.2"
wo_phpmyadmin = "4.9.0.1"
wo_extplorer = "2.1.13"
# Get WPCLI path
wo_wpcli_path = '/usr/local/bin/wp'