Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

v1.3.0

Compare
Choose a tag to compare
@lordthorzonus lordthorzonus released this 07 Mar 23:20
· 19 commits to master since this release
  • Updated the package to depend on ^1.16.0 versions of the official Algolia client
  • Removed methods marked as deprecated from the leinonen\Yii2Algolia\AlgoliaManager & leinonen\Yii2Algolia\AlgoliaManager @method phpdocs. The methods are still found in the AlgoliaSearch\Client so no existing code will break, just no IDE autocompletion anymore. Expect these to be removed in 2.0.0. This includes methods:
    • listUserKeys()
    • getUserKeyACL()
    • deleteUserKey()
    • addUserKey()
    • updateUserKey()
  • Added @method phpdocs for the new corresponding api key methods:
    • listApiKeys()
    • getApiKey()
    • deleteApiKey()
    • addApiKey()
    • updateApiKey()