From 88b1a155abfdd9799c5df2687e7b85e302380e95 Mon Sep 17 00:00:00 2001 From: Jan Henckens Date: Sun, 27 Aug 2023 16:51:20 +0200 Subject: [PATCH] Changelog for 2.8.0-beta.3 --- CHANGELOG.md | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c2629..7f30851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ All notable changes to this project will be documented in this file. +## 2.8.0-beta.3 - 2023-08-27 +## Added +- Better checks to prevent crashes when "searchable" isn't defined ([#262](https://github.com/studioespresso/craft-scout/pull/262)) +- "lazy load" the index criteria ([#269](https://github.com/studioespresso/craft-scout/pull/269)) -## 2.8.0-beta.2- 2022-11-15 +## 2.8.0-beta.2 - 2022-11-15 ## Added - Make sure related elements are indexed when that is enabled. diff --git a/composer.json b/composer.json index 8638e48..a58a1b7 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "studioespresso/craft-scout", "description": "Craft Scout provides a simple solution for adding full-text search to your entries. Scout will automatically keep your search indexes in sync with your entries.", "type": "craft-plugin", - "version": "2.8.0-beta.2", + "version": "2.8.0-beta.3", "keywords": [ "craft", "cms",