diff --git a/install b/install index 7d23ce3..85f8e55 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.17.0 - 2023-07-21 +# Version 3.17.0 - 2023-08-04 # ------------------------------------------------------------------------- # CONTENTS diff --git a/wo/cli/plugins/stack_migrate.py b/wo/cli/plugins/stack_migrate.py index 26ab827..f2dbfd2 100644 --- a/wo/cli/plugins/stack_migrate.py +++ b/wo/cli/plugins/stack_migrate.py @@ -44,7 +44,7 @@ class WOStackMigrateController(CementBaseController): if wo_mysql_current_repo: current_mysql_version = wo_mysql_current_repo.split('/') else: - Log.error(self, "MariaDB is not installed yet") + Log.error(self, "MariaDB is not installed from repository yet") if 'repo' in current_mysql_version: current_mysql_version = current_mysql_version[5] diff --git a/wo/core/variables.py b/wo/core/variables.py index 95cbe5c..6659de9 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -15,9 +15,9 @@ class WOVar(): """Intialization of core variables""" # WordOps version - wo_version = "3.16.4" + wo_version = "3.17.0" # WordOps packages versions - wo_wp_cli = "2.7.1" + wo_wp_cli = "2.8.1" wo_adminer = "4.8.1" wo_phpmyadmin = "5.2.0" wo_extplorer = "2.1.15"