File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.0.1
4
+
5
+ * Add compatibility with Laravel Scout 5.0
6
+
3
7
## 2.0.0
4
8
5
9
* Better message in console
13
17
use a different prefix, you weren't able to do this.
14
18
In case you want to keep the behavior like in v1, pass the ` --prefix ` option
15
19
to the 2 commands.
16
-
20
+
17
21
See [ issue #14 ] ( https://github.com/algolia/laravel-scout-settings/issues/14 )
18
-
22
+
19
23
* Introduce new IndexResourceRepository service class
20
-
24
+
21
25
This service allows you to read and write files with your settings,
22
26
synonyms, rules via simple methods. This class doesn't interact with
23
27
Algolia's API but with files in your ` resources ` folder.
24
28
Thanks @qrazi
25
-
29
+
26
30
27
31
### 1.0.1
28
32
Original file line number Diff line number Diff line change 9
9
"type" : " library" ,
10
10
"minimum-stability" : " stable" ,
11
11
"require" : {
12
- "laravel/scout" : " ^3.0 || ^4 .0" ,
12
+ "laravel/scout" : " >=3 .0" ,
13
13
"algolia/algoliasearch-client-php" : " ^1.25"
14
14
},
15
15
"autoload" : {
Original file line number Diff line number Diff line change 12
12
13
13
final class ServiceProvider extends LaravelServiceProvider
14
14
{
15
- const VERSION = '2.0.0 ' ;
15
+ const VERSION = '2.0.1 ' ;
16
16
17
17
public function boot ()
18
18
{
You can’t perform that action at this time.
0 commit comments