From 300f20949bf6836e54f63f372e9f279f48a38887 Mon Sep 17 00:00:00 2001 From: Jan Henckens Date: Wed, 20 Dec 2023 16:26:47 +0100 Subject: [PATCH] Changelog for 5.0.0-alpha.1 --- CHANGELOG.md | 5 +++++ composer.json | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bedb6..53f568f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 5.0.0-alpha.1 - 2023-12-20 +### Added +- Initial Craft 5 support + + ## 3.3.3-beta.1 - 2023-12-06 ### Fixed - This beta release is a first try at resolving an issue with deindexing of element not working properly. ([#281](https://github.com/studioespresso/craft-scout/issues/281)) diff --git a/composer.json b/composer.json index ef4c235..3a49d20 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": "3.3.3-beta.1", + "version": "5.0.0-alpha.1", "keywords": [ "craft", "cms", @@ -18,7 +18,7 @@ "authors": [ { "name": "Studio Espresso", - "homepage": "https://studioespresso.co" + "homepage": "https://www.studioespresso.co" }, { "name": "Rias", @@ -26,8 +26,8 @@ } ], "require": { - "php": "^8.0.2", - "craftcms/cms": "^4.3.5", + "php": "^8.2.0", + "craftcms/cms": "^5.0.0-alpha", "algolia/algoliasearch-client-php": "^2.3|^3.0", "league/fractal": "^0.18|^0.19" },