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

Releases: lordthorzonus/yii2-algolia

2.0.0

04 Jan 11:25
29593c3
Compare
Choose a tag to compare

Breaking release. See CHANGELOG.md and UPGRADING.md for details.

v1.3.0

07 Mar 23:20
Compare
Choose a tag to compare
  • 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()

v1.2.0

20 Feb 14:10
Compare
Choose a tag to compare
  • Small documentation changes
  • Minor refactorings to make the code prettier

v1.1.1

23 Dec 19:02
Compare
Choose a tag to compare

v1.1.0

03 Oct 20:48
Compare
Choose a tag to compare

v1.1.0

Please see the CHANGELOG for complete list of changes.

1.0.0

28 Sep 18:20
Compare
Choose a tag to compare

First stable release!

Please see Upgrading guide for upgrading from 0.9.6

New Features and changes

  • Reindex by ActiveQuery
  • Reindex a set of explicit objects
  • Batch deleting
  • Improved Docs
  • More tests
  • A good chunk of refactoring

0.9.6: Merge pull request #10 from lordthorzonus/analysis-qBoewW

27 Jun 11:51
Compare
Choose a tag to compare

Changes

  • Added Batch functionalities
  • Increased test coverage
  • Instance methods for reindexing and clearing indices.