This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
Releases: getkirby-v2/algolia-plugin
Releases · getkirby-v2/algolia-plugin
1.1.3
1.1.2
- When indexing everything with
$algolia->index()
, the objects are now uploaded in batches of 100 objects instead of all of them at once to increase performance and to reduce RAM usage for large sites - Pages are now recursively deleted from the index if the parent page is deleted in the Panel
- Upgrade Algolia client library to v1.18.0
- Fix bug in example code in the
README
1.1.1
- Upgrade Algolia client library to v1.13.0.
1.1.0
- Add Panel indexing widget (can be disabled with the
algolia.widget
option) - Upgrade Algolia client library to v1.10.1.
1.0.1
- Fix "Division by zero" error
1.0.0
First public release