Commit 3a77a8bf authored by Bas de Nooijer's avatar Bas de Nooijer

Merge pull request #372 from basdenooijer/develop

Updated changelog and travis-ci setting
parents 7bd3bc1a c7cb59e9
...@@ -9,11 +9,9 @@ php: ...@@ -9,11 +9,9 @@ php:
- nightly - nightly
env: env:
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.* - SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.* - SYMFONY_VERSION=2.7.*
- SYMFONY_VERSION=2.5.* - SYMFONY_VERSION=2.8.*
before_script: before_script:
- bash -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSION != '5.3' ]; then printf '\n\n\n\n' | pecl install pecl_http-1.7.6; fi" - bash -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSION != '5.3' ]; then printf '\n\n\n\n' | pecl install pecl_http-1.7.6; fi"
...@@ -28,3 +26,6 @@ matrix: ...@@ -28,3 +26,6 @@ matrix:
- php: 5.3 - php: 5.3
- php: hhvm - php: hhvm
- php: nightly - php: nightly
sudo: false
# CHANGELOG # CHANGELOG
## 3.5.0 - 2015-11-30
- improvement: lots of code style fixes
- improvement: refactored 'base' plugin class to AbstractPlugin
- improvement: removed old PHP environments for Travis, added PHP7
- improvement: set license to a valid SPDX license identifier
- bugfix: PHAR generator updated to support namespacing
- bugfix: Collations broken for Solr 5 data format
- added: Make it possible to bypass (system-wide) proxy setting in Curl adapter
- improvement: Added SensioLabs Insight (including lots of fixed in the code based on report)
- added: ClientInterface
- improvement: Set hard paths in .gitignore to prevent tree lookups
- added: Support for facet.contains settings
- improvement: updated Symfony event dispatcher dependency to a maintained version
## 3.4.0 - 2015-06-14 ## 3.4.0 - 2015-06-14
- bugfix: only check type for added documents to add query if provided as an array - bugfix: only check type for added documents to add query if provided as an array
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
], ],
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"symfony/event-dispatcher": "~2.1" "symfony/event-dispatcher": "~2.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7", "phpunit/phpunit": "~3.7",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment