diff --git a/CHANGELOG.md b/CHANGELOG.md index ca499d4..4b04c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 1.0.2 - 2018-11-23 +- Fixed validator int --> integer +- Added siteId to splitElementIndex + ## 1.0.1 - 2018-10-29 ### Fixed - cast site ids to int as craft/yii returns int as string (#39) @larsboldt diff --git a/composer.json b/composer.json index 9cd2370..1050ca9 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "rias/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": "1.0.1", + "version": "1.0.2", "keywords": [ "craft", "cms",