You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,28 @@ All notable changes to `laravel-elastica-bridge` will be documented in this file
6
6
7
7
- When blue/green indices are enabled and an index with the base name (i.e. without the blue/green suffix) exists, that index is deleted automatically to ensure indexing works as expected
8
8
9
-
## 1.4.0 - 2022-06-24
9
+
## v1.4.0 - 2022-06-24
10
10
11
11
- Update underlying skeleton (#3)
12
12
- Indexing lock (#4)
13
13
14
-
## 1.3.0 - 2022-02-26
14
+
## v1.3.0 - 2022-02-26
15
15
16
16
- Added support for Laravel 9 (#2)
17
17
18
-
## 1.2.0 - 2021-06-05
18
+
## v1.2.0 - 2021-06-05
19
19
20
20
- Listen to model events and propagate changes to Elasticsearch (#1)
21
21
- More tests
22
22
23
-
## 1.1.0 - 2021-05-16
23
+
## v1.1.0 - 2021-05-16
24
24
25
25
- Provide default implementation for `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::toElasticsearch()` in `ElasticsearchableTrait`
26
26
- Provide default implementation for `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::shouldIndex()` in `ElasticsearchableTrait`
0 commit comments