File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
9
- ## [ 3.0.0] ( https://github.com/algolia/scout-extended/compare/v2.1.0...v3.0.0 ) - 2022-02-06
9
+ ## [ 3.0.1] ( https://github.com/algolia/scout-extended/compare/v3.0.0...v3.0.1 ) - 2024-02-26
10
+ ### Added
11
+ - Add configuration option to not use ` deleteBy ` ([ #334 ] ( https://github.com/algolia/scout-extended/pull/334 ) )
12
+
13
+ ## [ 3.0.0] ( https://github.com/algolia/scout-extended/compare/v2.1.0...v3.0.0 ) - 2023-02-06
10
14
### Added
11
15
- Laravel 10 support ([ #320 ] ( https://github.com/algolia/scout-extended/pull/320 ) )
12
16
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class EngineManager extends BaseEngineManager
27
27
*/
28
28
public function createAlgoliaDriver (): AlgoliaEngine
29
29
{
30
- UserAgent::addCustomUserAgent ('Laravel Scout Extended ' , '3.0.0 ' );
30
+ UserAgent::addCustomUserAgent ('Laravel Scout Extended ' , '3.0.1 ' );
31
31
32
32
return new AlgoliaEngine (SearchClient::create (config ('scout.algolia.id ' ), config ('scout.algolia.secret ' )));
33
33
}
You can’t perform that action at this time.
0 commit comments