Skip to content

Commit 8bed818

Browse files
committedSep 30, 2020
📝 Update CHANGELOG and README
1 parent 11cd620 commit 8bed818

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed
 

‎CHANGELOG.md

+19-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
# Elasticsearch plugin for Craft CMS 3.x Changelog
22

3-
## 1.2.2 - 2019-06-11
3+
## 1.3.0 - 2020-09-29
4+
### Added
5+
- Compatibility with Elasticsearch 7
6+
- Ability to prefix the Elasticsearch indices names (thanks [@vviacheslavv](https://github.com/vviacheslavv))
7+
- Compatibility with project-config (Fixes #7)
8+
### Changes
9+
- Use looser version constraints in composer.json (possibly fixes #11)
10+
### Fixes
11+
- Test for Yii2 debug module before adding the Elasticsearch panel to it (fixes #12)
12+
413

14+
## 1.2.2 - 2019-06-11
515
### Fixed
616
- Fix a bug where disabled elements where indexed anyway
717

8-
## 1.2.1 - 2019-06-10
918

19+
## 1.2.1 - 2019-06-10
1020
### Fixed
1121
- Entries indexing was broken in Craft CMS 3.2 due to a last minute change
1222

13-
## 1.2.0 - 2019-06-04
1423

24+
## 1.2.0 - 2019-06-04
1525
> {warning} This update introduce a way to honor post and expiry dates for entries and products.
1626
The default search query has been updated in order to filter indexed elements based on those fields.
1727
If you used `ElasticsearchRecord::EVENT_BEFORE_SEARCH` event to alter the search query, please be sure to update to reflect these changes.
@@ -25,16 +35,16 @@ After plugin update, Elastisearch indexes will be rebuilt in order to take these
2535
### Changed
2636
- `postDate` and `expiryDate` are now available in search results
2737
- Default search query has been updated in order to filter live elements
28-
- All enabled entries and products are indexed now regardless of there live status.
38+
- All enabled entries and products are indexed now regardless of their live status.
2939
- Console command `elasticsearch/elasticsearch/reindex-all` do not need additional parameter in order to run.
3040

3141
### Fixed
3242
- The search method now honor `postDate` and `expiryDate` to only show live elements
3343

34-
## 1.1.0 - 2019-03-25
3544

36-
> {warning} The way page content are indexed have changed and now rely on a Guzzle client implementation.
37-
If your entries are not indexed anymore after upgrade, please check you network configuration (specially when using docker containers) and the documentation for `elementContentCallback` new configuration parameter to override the Guzzle implementation if needed.
45+
## 1.1.0 - 2019-03-25
46+
> {warning} The way page content are indexed have changed and now rely on a Guzzle client implementation.
47+
If your entries are not indexed anymore after upgrade, please check you network configuration (specially when using docker containers) and the documentation for `elementContentCallback` new configuration parameter to override the Guzzle implementation if needed.
3848

3949
### Added
4050
- Craft Commerce product support (#1)
@@ -43,7 +53,7 @@ If your entries are not indexed anymore after upgrade, please check you network
4353
- `elementHandle` in result fields to be able to get the element type related to the result
4454
- `resultFormatterCallback` configuration callback in order to make changes to the results data
4555
- `elementContentCallback` configuration callback to be able to implement custom method to get the element content to index
46-
- `EVENT_BEFORE_CREATE_INDEX`, `EVENT_BEFORE_SAVE` and `EVENT_BEFORE_SEARCH` events of `ElasticsearchRecord` can be listened to customized various aspects of the Elastisearch life cycle
56+
- `EVENT_BEFORE_CREATE_INDEX`, `EVENT_BEFORE_SAVE` and `EVENT_BEFORE_SEARCH` events of `ElasticsearchRecord` can be listened to customized various aspects of the Elastisearch life cycle
4757

4858
### Changed
4959
- Guzzle 6 is now used to get page content of elements instead of the Twig template renderer
@@ -55,6 +65,7 @@ If your entries are not indexed anymore after upgrade, please check you network
5565
### Fixed
5666
- Prefixed table names configuration where leading to a 'Column not found Error' (#3)
5767

68+
5869
## 1.0.0 - 2018-12-12
5970
### Added
6071
- Initial release

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ This plugin is free to try in development environments, but requires payment to
499499

500500
* Easy setup for suggest
501501

502-
Brought to you by [![Logo](resources/img/lhs.png)][lhs-site] La Haute Société
502+
[![La Haute Société](resources/img/lhs.png)][lhs-site]
503503

504504
Elasticsearch is a trademark of Elasticsearch BV, registered in the U.S. and in
505505
other countries.

‎resources/img/lhs.png

2.94 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.