Skip to content

Commit

Permalink
removed deprecated classes. fixes #564
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kalkbrenner committed Jan 26, 2018
1 parent 24ccf91 commit 19a9f45
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 60 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Phar support
- Exclude test suite from distribution
- Dropped support for Solr versions before 6
- Obsolete Autoloader.php
- Deprecated Solarium\Core\Plugin\Plugin in favor of Solarium\Core\Plugin\AbstractPlugin
- Deprecated Solarium\Core\Query\Query in favor of Solarium\Core\Query\AbstractQuery
- Deprecated Solarium\Core\Query\RequestBuilder in favor of Solarium\Core\Query\AbstractRequestBuilder
- Deprecated Solarium\Core\Query\ResponseParser in favor of Solarium\Core\Query\AbstractResponseParser
- Deprecated Solarium\QueryType\Analysis\Query\Query in favor of Solarium\QueryType\Analysis\Query\AbstractQuery

### Security
- Prevented query injection inside range queries
Expand Down
12 changes: 0 additions & 12 deletions src/Core/Plugin/Plugin.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/Core/Query/Query.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/Core/Query/RequestBuilder.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/Core/Query/ResponseParser.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/QueryType/Analysis/Query/Query.php

This file was deleted.

0 comments on commit 19a9f45

Please sign in to comment.