diff --git a/CHANGELOG.md b/CHANGELOG.md index a1305c2..0e826a0 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.11.3 - 2020-01-16 + #### Added - Backported Nano editor package for Debian/Ubuntu/Raspbian (which support syntax highlighting with `--nanorc`) @@ -19,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Improved opcache cleaning with `wo clean --opcache` - Force php imagick extension to be enabled after php-fpm install - Netdata upgrade is now performed with fresh install script downloaded from github +- Update phpmyadmin to v5.0.1 #### Fixed diff --git a/install b/install index 1764d24..248d803 100755 --- a/install +++ b/install @@ -4,12 +4,12 @@ # ------------------------------------------------------------------------- # Website: https://wordops.net # GitHub: https://github.com/WordOps/WordOps -# Copyright (c) 2019 - WordOps +# Copyright (c) 2019-2020 - WordOps # This script is licensed under M.I.T # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo bash wo # ------------------------------------------------------------------------- -# Version 3.11.2 - 2019-12-07 +# Version 3.11.3 - 2020-01-16 # ------------------------------------------------------------------------- # CONTENTS diff --git a/wo/core/variables.py b/wo/core/variables.py index e943562..c3846e0 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -14,11 +14,11 @@ class WOVar(): """Intialization of core variables""" # WordOps version - wo_version = "3.11.2" + wo_version = "3.11.3" # WordOps packages versions wo_wp_cli = "2.4.0" wo_adminer = "4.7.5" - wo_phpmyadmin = "4.9.2" + wo_phpmyadmin = "5.0.1" wo_extplorer = "2.1.13" wo_dashboard = "1.2"