From 07f2a6a4b1f406978e6a065c3bd28d28bb6a4e55 Mon Sep 17 00:00:00 2001 From: mlbrgl Date: Tue, 1 Aug 2017 12:27:41 +0200 Subject: [PATCH] Added compatibility section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae1b743..9a83ce5 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,11 @@ Triggering indexing is transparent once the app is installed and happens on the - unpublishing a post (remove a record) - deleting a post (remove a record) +# Compatibility +Tested against Ghost 1.x.x releases. + # Roadmap - Switching to [fragment indexing](https://github.com/mlbrgl/kirby-algolia#principle). - Bulk indexing existing articles. -- Upgrade to App API when available, to remove core hacking and simplify the installation process. \ No newline at end of file +- Upgrade to App API when available, to remove core hacking and simplify the installation process.