Skip to content

Commit 978c348

Browse files
committed
PASSBOLT-2599 Fix travis. Update changelog
1 parent 923dec2 commit 978c348

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ before_script:
104104
- echo yes | pecl install gnupg
105105
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
106106
- if [[ $TRAVIS_PHP_VERSION = 5.5 ]] ; then echo yes | pecl install apcu-4.0.10; fi
107-
- if [[ $TRAVIS_PHP_VERSION = 5.6 ]] ; then echo yes | pecl install apcu-4.0.10; fi
108-
- if [[ $TRAVIS_PHP_VERSION = 7.0 ]] ; then echo yes | pecl install channel://pecl.php.net/apcu-5.1.5; fi
109107
- echo -e "extension = apcu.so\napc.enable_cli=1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
110108
- phpenv rehash
111109
- set +H

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [1.6.9] - 2018-01-12
8+
### Fixed
9+
- PASSBOLT-2599: PR#209: Expose the 'client' variable in the default email conf
10+
- PASSBOLT-2599: PR#211: Remove stray apostrophe in the filter by group component
11+
- PASSBOLT-2599: PR#214: Remove html purifier submodule
12+
- PASSBOLT-2599: PR#208: Fix typos in emails
13+
- PASSBOLT-2599: PR#159: Rename license file
14+
715
## [1.6.5] - 2017-09-12
816
### Added
917
- PASSBOLT-2383: Add + and \ to the list of allowed characters for the Resource fields: name, username and description
@@ -325,7 +333,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
325333
- AP: User with plugin installed
326334
- LU: Logged in user
327335

328-
[Unreleased]: https://github.com/passbolt/passbolt_api/compare/v1.6.5...HEAD
336+
[Unreleased]: https://github.com/passbolt/passbolt_api/compare/v1.6.9...HEAD
337+
[1.6.9]: https://github.com/passbolt/passbolt_api/compare/v1.6.5...v1.6.9
329338
[1.6.5]: https://github.com/passbolt/passbolt_api/compare/v1.6.4...v1.6.5
330339
[1.6.4]: https://github.com/passbolt/passbolt_api/compare/v1.6.3...v1.6.4
331340
[1.6.3]: https://github.com/passbolt/passbolt_api/compare/v1.6.2...v1.6.3

0 commit comments

Comments
 (0)