Skip to content

Commit 68c52e9

Browse files
committed
Merge branch 'hotfix/v3.3.14'
2 parents 1e687cb + 67041eb commit 68c52e9

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v 3.3.14 - Nov 10, 2015
2+
- Fix EasyEngine installation issue
3+
14
v 3.3.13 - Nov 10, 2015
25
- Security Fix in redis.conf
36
- Update wp-cli version

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.3.13"
15+
ee_version = "3.3.14"
1616

1717

1818
# EasyEngine packages versions

install

Lines changed: 2 additions & 2 deletions
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.3.13"
51+
readonly ee_version_new="3.3.14"
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}')
@@ -234,7 +234,7 @@ function ee_install()
234234
ee_branch=master
235235
fi
236236

237-
git clone -b $ee_branch https://github.com/rtCamp/easyengine.git /tmp/easyengine --quiet > /dev/null \
237+
git clone -b $ee_branch https://github.com/EasyEngine/easyengine.git /tmp/easyengine --quiet > /dev/null \
238238
|| ee_lib_error "Unable to clone EasyEngine, exit status" $?
239239

240240
cd /tmp/easyengine

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
os.system("git config --global user.email {0}".format(ee_email))
5555

5656
setup(name='ee',
57-
version='3.3.13',
57+
version='3.3.14',
5858
description=long_description,
5959
long_description=long_description,
6060
classifiers=[],

0 commit comments

Comments
 (0)