File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,6 @@ before_script:
104
104
- echo yes | pecl install gnupg
105
105
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
106
106
- 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
109
107
- echo -e "extension = apcu.so\napc.enable_cli=1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
110
108
- phpenv rehash
111
109
- set +H
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
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
+
7
15
## [ 1.6.5] - 2017-09-12
8
16
### Added
9
17
- 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/).
325
333
- AP: User with plugin installed
326
334
- LU: Logged in user
327
335
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
329
338
[ 1.6.5 ] : https://github.com/passbolt/passbolt_api/compare/v1.6.4...v1.6.5
330
339
[ 1.6.4 ] : https://github.com/passbolt/passbolt_api/compare/v1.6.3...v1.6.4
331
340
[ 1.6.3 ] : https://github.com/passbolt/passbolt_api/compare/v1.6.2...v1.6.3
You can’t perform that action at this time.
0 commit comments