We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba69739 commit fc60131Copy full SHA for fc60131
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
-# v1.0.0
+### 1.0.1
4
+
5
+* Move UserAgent definition to ServiceProvider
6
+* Add compatibility withs Scout ^4.0 (Thanks to @tomcoonen)
7
8
+## 1.0.0
9
10
* Initial release
src/ServiceProvider.php
@@ -12,7 +12,7 @@ class ServiceProvider extends LaravelServiceProvider
12
{
13
public function boot()
14
15
- AlgoliaUserAgent::addSuffixUserAgentSegment('; Laravel Scout settings package', '1.0.0');
+ AlgoliaUserAgent::addSuffixUserAgentSegment('; Laravel Scout settings package', '1.0.1');
16
17
if (!class_exists('AlgoliaSearch\Client')) {
18
throw new Exception("It seems like you are not using Algolia. This package requires the Algolia engine.", 1);
0 commit comments