Skip to content

Commit

Permalink
📝 Update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
nstCactus committed Sep 30, 2020
1 parent 11cd620 commit 8bed818
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# Elasticsearch plugin for Craft CMS 3.x Changelog

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


## 1.2.2 - 2019-06-11
### Fixed
- Fix a bug where disabled elements where indexed anyway

## 1.2.1 - 2019-06-10

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

## 1.2.0 - 2019-06-04

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

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

## 1.1.0 - 2019-03-25

> {warning} The way page content are indexed have changed and now rely on a Guzzle client implementation.
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.
## 1.1.0 - 2019-03-25
> {warning} The way page content are indexed have changed and now rely on a Guzzle client implementation.
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.

### Added
- Craft Commerce product support (#1)
Expand All @@ -43,7 +53,7 @@ If your entries are not indexed anymore after upgrade, please check you network
- `elementHandle` in result fields to be able to get the element type related to the result
- `resultFormatterCallback` configuration callback in order to make changes to the results data
- `elementContentCallback` configuration callback to be able to implement custom method to get the element content to index
- `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
- `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

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


## 1.0.0 - 2018-12-12
### Added
- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ This plugin is free to try in development environments, but requires payment to

* Easy setup for suggest

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

Elasticsearch is a trademark of Elasticsearch BV, registered in the U.S. and in
other countries.
Expand Down
Binary file modified resources/img/lhs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8bed818

Please sign in to comment.