Skip to content

Commit 0374c2d

Browse files
committed
Add fix for update command and admin tools url
Signed-off-by: Mriyam Tamuli <[email protected]>
1 parent 2229c37 commit 0374c2d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v3.8.1 - May 30, 2018
2+
- Fix update command
3+
- Fix issue with admin tools urls
4+
15
v3.8.0 - May 29, 2018
26
- Add support for Ubuntu 18.04 and remove support for Ubuntu 12.04
37
- Nginx build for EasyEngine updated to 1.14.0

ee/core/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class EEVariables():
1212
"""Intialization of core variables"""
1313

1414
# EasyEngine version
15-
ee_version = "3.8.0"
15+
ee_version = "3.8.1"
1616
# EasyEngine packages versions
1717
ee_wp_cli = "1.5.1"
1818
ee_adminer = "4.6.2"

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848
# Define variables for later use
4949
ee_branch=$1
5050
readonly ee_version_old="2.2.3"
51-
readonly ee_version_new="3.8.0"
51+
readonly ee_version_new="3.8.1"
5252
readonly ee_log_dir=/var/log/ee/
5353
readonly ee_install_log=/var/log/ee/install.log
5454
readonly ee_linux_distro=$(lsb_release -i | awk '{print $3}')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig')
5959

6060
setup(name='ee',
61-
version='3.8.0',
61+
version='3.8.1',
6262
description=long_description,
6363
long_description=long_description,
6464
classifiers=[],

0 commit comments

Comments
 (0)