Skip to content

2.3.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@julienbourdeau julienbourdeau released this 28 Aug 16:13

📕 This is beta release to install it, make sure your composer.json has the following

  "prefer-stable": true, 
  "minimum-stability": "beta" (or dev or alpha)

📝 Version 2.x is officially not supported BUT all bug fixes related to the PR merged between 2.2 and 2.3 will still be merged.

CHANGELOG

  • Add a DataCollector with debug toolbar integration - PR #57

    Note: I'll add this feature to the 3.x branch as well, this is great.

  • Add disable Algolia call feature (part of previous PR)

  • Fix entity discovery for discriminated entities - PR #133

  • Allow skipping non Algolia entities in commands - PR #109

  • Catch exception when indexing which allows you to index entities with soft-deleted relationship - PR #119