Skip to content

Commit 7095e5c

Browse files
committed
LUGG-1091 Luggage 3.5.6
2 parents eec92e8 + f8458c3 commit 7095e5c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ install:
4040
# install drush globally
4141
- composer global require drush/drush:8.*
4242

43-
before_script:
44-
4543
- echo 'sendmail_path="/bin/true"' | tee -a "$(php --ini | grep "Loaded Configuration" | awk '{print $4}')"
4644

4745
# Use sed to replace the SSH URL with the public URL, then initialize

LUGGAGE_CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ How to read this changelog:
22

33
The LUGG- prefix refers to JIRA issue numbers; the # prefix refers to GitHub issue numbers.
44

5+
=======
6+
Luggage 3.5.6, 2018-04-18
7+
Drupal 7.58, 2018-03-28
8+
-------------------------
9+
- LUGG-1091 - Security Update CKEditor Library to 4.9.2.
10+
511
Luggage 3.5.5, 2018-03-28
612
Drupal 7.58, 2018-03-28
713
-------------------------

LUGGAGE_VERSION.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$version = "3.5.5";
3+
$version = "3.5.6";

sites/all/libraries/ckeditor

0 commit comments

Comments
 (0)