This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
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