prepare for release 3.11.3
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
4
install
4
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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user